Pushing out printers

  • Thread starter Thread starter Ray Hall
  • Start date Start date
R

Ray Hall

Can you push printers out to the users workstation without
requiring any user intervention?
 
You can use a login script for this. The following line
will install a printer on a w2k/xp client computer as the
user logs in.
RUNDLL32
PRINTUI.DLL,PrintUIEntry /in /n\\Server_Name\Printer_Name
 
Back
Top