Welcome to my Scripting page. This blog has ready to use VBScript and Powershell scripts either written or collected from various websites around the web
Thursday, September 27, 2007
VBScript to set default printer in your desktop
'Script Start
Set objNetwork = WScript.CreateObject("WScript.Network") objNetwork.SetDefaultPrinter("\\servername\printername")
No comments:
Post a Comment