SimpleSi Posted January 6, 2009 Report Posted January 6, 2009 One of schools has a very challenging reception class child and then want to be able to turn off the ability to print on the class computer (XP Home) and switch it back on again when they want to allow the child to print (which is under supervision). This is without having to go into control panel etc. Is there a simple prog available with simple password system or does anyone know of a reg value I could toggle and I could write my own little autoit/vb script to do the job? regards Simon
OutToLunch Posted January 6, 2009 Report Posted January 6, 2009 If you start/stop the print spooler on the PC it will do the job - from a command prompt net stop "Print Spooler" net start "Print Spooler" You can wrap that in whatever you like, but you will need to run it with admin privileges using runas or some other shortcut. 1
SimpleSi Posted January 6, 2009 Author Report Posted January 6, 2009 net stop "Print Spooler" net start "Print Spooler" I always like the simple ideas Ta regards Simon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now