Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Terminate a ProcessContent of Terminate a Process.ps1MD5 Hash: FA82034E16CFA38A4CB727E2A2301D94 |
||
$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 :: |