R Ray Hall Nov 20, 2003 #1 Can you push printers out to the users workstation without requiring any user intervention?
J joh Nov 20, 2003 #2 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
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