damn printers

  • Thread starter Thread starter camron
  • Start date Start date
C

camron

ok, so i made a batch file to run on the computers i
maintain to keep printers connected to them. why not deny
them access to add printers you ask, i cant. just how life
goes...i cant deny them anything because they are "above"
me.

my problem is this= they have old printers mapped, and i
would like to have at the begining of my script something
that will kill off all their printers just before it adds
the ones they need. it will do this each time they log in.

can anyone tell me where i could mess with a printer
through command line?
 
can anyone tell me where i could mess with a printer
through command line?

Rundll32 printui.dll,PrintUIEntry /?
Printers are listed in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers

Run
Reg query
\\<ip-adress>\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers
from the command line.

Ciao, Walter
 
Back
Top