Custom Search

Tuesday, April 28, 2009

Kill the Process if the process is under System not in User Using QTP

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "cmd /k cd\ & cd c:\windows\system32 & taskkill /F /IM ProcessName.exe"
''''' like "services.exe"

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.