Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Tell Which Switches Were Used When Starting an Executable FileContent of Tell Which Switches Were Used When Starting an Executable File.vbsMD5 Hash: F8BAA4B2D5D8273F837C420EF7FB7FC0 |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery _ ("Select * From Win32_Process Where Name = 'netstat.exe'") For Each objItem in colItems Wscript.Echo objItem.CommandLine Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |