Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Terminate a Process with a Specific PIDContent of Terminate a Process with a Specific PID.vbsMD5 Hash: 3B980189EF4E659D3DCEAA2455FF3F78 |
||
strComputer = "."
Set objWMIService = GetObject _ ("winmgmts:\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery _ ("Select * from Win32_Process Where ProcessID = 2576") For Each objProcess in colProcessList objProcess.Terminate() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |