Is there a way to disable printing on one account?

  • Thread starter Thread starter M.L.
  • Start date Start date
M

M.L.

Hi. My WinXP Home computer has two accounts, one for the adults and
one for kids. Is there a way to disable printing on the kid's
account? Thanks in advance.
 
I would paste the following into notepad

net stop "print spooler"

save it as stopprint.bat and put it into the startup folder of your kids
profile.

I would then past the following into notepad

net start "print spooler"

save it as startprint.bat and put it into the startup folder of your
account.
 
In
Joseph Hume said:
I would paste the following into notepad

net stop "print spooler"

save it as stopprint.bat and put it into the startup folder of your
kids profile.

I would then past the following into notepad

net start "print spooler"

save it as startprint.bat and put it into the startup folder of your
account.

Nice idea, but if the kids don't have local admin rights (which they
shouldn't) they can't stop services. This could be done via group policy in
WinXP Pro, but not in Home, alas.
 
M.L. thought and said:
Hi. My WinXP Home computer has two accounts, one for the adults and
one for kids. Is there a way to disable printing on the kid's
account? Thanks in advance.

Log into safe and set the permissions for the printer.

How to set, view, change, or remove file and folder permissions in Windows
XP
http://support.microsoft.com/?kbid=308418

The KB article is for files and folders but printers can be done the same
way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top