NsProcess plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Line 15: | Line 15: | ||
*Kill all processes with specified name (not only one) | *Kill all processes with specified name (not only one) | ||
*The process name is case-insensitive | *The process name is case-insensitive | ||
*Win95/98/ME/NT/2000/XP support | *Win95/98/ME/NT/2000/XP/Win7 support | ||
*Finds processes of other user(s) when running 'as Administrator' or when having switched to another user | *Finds processes of other user(s) when running 'as Administrator' or when having switched to another user | ||
*Small plugin size (4 Kb) | *Small plugin size (4 Kb) |
Revision as of 13:11, 17 February 2011
Author: Instructor (talk, contrib) |
Links
Download v1.5:
nsProcess.zip (14 KB)
Discussion:
Forum thread
Description
Features:
- Find a process by name
- Kill a process by name
- Kill all processes with specified name (not only one)
- The process name is case-insensitive
- Win95/98/ME/NT/2000/XP/Win7 support
- Finds processes of other user(s) when running 'as Administrator' or when having switched to another user
- Small plugin size (4 Kb)
Thanks
Ravi Kochhar (source function FIND_PROC_BY_NAME based upon his code)
iceman_k (Find_Process_By_Name) and DITMan (KillProcDLL_Manual) for direct me