Talk:KillProc plug-in
From NSIS Wiki
Jump to navigationJump to search
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)