how to default printer for the local pc

  • Thread starter Thread starter tony wong
  • Start date Start date
T

tony wong

i want to default a printer for the local pc

then everyone logon the pc can have that defaulted printer first.

they can change the defaulted printer as they wanted.

is there such settings in c:\documents and settings

many thanks.
 
If this PC is in a domain environment you can use a logon-script

Set objwshNetwork = CreateObject("wscript.network")
objwshNetwork.SetDefaultPrinter "\\Server\PR010"

regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top