logon / start up default printer

  • Thread starter Thread starter panda
  • Start date Start date
P

panda

I am trying to run a simple script (either vbs or batch) to set a user's
default printer. the printer is attached to the back of another computer,
but is mapped to a local port. As a system administrator the scripts work,
but not as a normal user.

what and where do i need to alter permissions to allow this to work. I have
2000 clients and a 2003 server.

thanks

panda
 
This is the command to set the default printer...

RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "HP"
 
Back
Top