![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Terminate a Process
|
||
|
$a = get-wmiobject win32_process | where-object {$_.name -eq "notepad.exe"}
$a.terminate() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||