Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Pause a PrinterContent of Pause a Printer.vbsMD5 Hash: 4571BA2F518D90041526984D65E9C5EC |
||
' Description: Pauses a printer named ArtDepartmentPrinter.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * from Win32_Printer Where Name = 'ArtDepartmentPrinter'") For Each objPrinter in colInstalledPrinters ObjPrinter.Pause() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |