Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Printer ConnectionContent of Add a Printer Connection.vbsMD5 Hash: 600F84E08F9424435C2F55D3CEFBEA38 |
||
' Description: Adds a printer connection to a network printer. Script must be run on the local computer.
Set WshNetwork = CreateObject("WScript.Network") WshNetwork.AddWindowsPrinterConnection "\\PrintServer1\Xerox300" WshNetwork.SetDefaultPrinter "\\PrintServer1\Xerox300" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |