Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Network Printer at Logon and, Optionally, Make That the Default PrinterContent of Add a Network Printer at Logon and, Optionally, Make That the Default Printer.vbsMD5 Hash: CC9C7E4A648F61FD33F3E6334CA4A80F |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colPrinters = objWMIService.ExecQuery _ ("Select * From Win32_Printer Where Local = TRUE") Set objNetwork = CreateObject("WScript.Network") objNetwork.AddWindowsPrinterConnection "\\PrintServer1\Xerox300" If colPrinters.Count = 0 Then objNetwork.SetDefaultPrinter "\\PrintServer1\Xerox300" End If | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |