Talk:KillProc plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
(Undo revision 17834 by 192.88.212.32 (talk))
 
(One intermediate revision by one other user not shown)

Latest revision as of 22:29, 10 May 2011

There's a simple alternative to the KillProc plugin on windows. The following example would terminate all processes with the name "ExeToKill.exe"...

Example

ExecWait "taskkill /f /im ExeToKill.exe"

That application is only present on Windows XP and above. --kichik 19:43, 10 March 2009 (UTC)