NsProcess plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) (→Links) |
|||
Line 16: | Line 16: | ||
*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 support | ||
*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) | ||
== Thanks == | == Thanks == |
Revision as of 11:47, 14 January 2008
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 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