Hiding a System Printer

  • Thread starter Thread starter vslamba
  • Start date Start date
V

vslamba

hi all,
My requirement is that once a printer is installed on machine to hide
it through some program (VC++/C#). Beacuse it should not be shown to
the user.

Can this be done? If yes, once the it is hidden, if i programtaically
print from it then where there will be a problem.
 
remove the Everyone group from the printer security. Admins will be able to
open the Printers Folder and see the printer but a non admin user will not
be able to see the printer.

The application will need print access to the device.

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top