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?
 

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