Setting up Printers in Registry

  • Thread starter Thread starter Logan
  • Start date Start date
L

Logan

Hi,

I was wondering if there is a way to set up like 5 network printers in
the registry of a computer so every new profile that is created you
don't have to re-add all of the printers for that user ever time. So
for every user who logs onto the network on that computer he or she
starts with the office printers?

Thanks in Advance,
Logan
 
When I run this file

rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2
start /wait sc \\%1 stop spooler
start /wait sc \\%1 start spooler

I seem to get this error "Cannot find the file 'sc' (or one of its
components). Make sure the path and filename are correct and that all
required libraries are available.

Any ideas?
 
When I run this file

rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2
start /wait sc \\%1 stop spooler
start /wait sc \\%1 start spooler

I seem to get this error "Cannot find the file 'sc' (or one of its
components). Make sure the path and filename are correct and that all
required libraries are available.

Any ideas?
 
Back
Top