NsProcess plugin: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 188.143.232.12 to last version by 127.0.0.1)
No edit summary
Line 3: Line 3:
== Links ==
== Links ==


Download v1.5:<br>
Download v1.5:
<attach>nsProcess.zip</attach>
*[[Image:Zip.gif]] <span class="plainlinks">[http://nsis.sourceforge.net/mediawiki/images/archive/1/18/20140806212030!NsProcess.zip nsProcess.zip]</span> (25 KB)


Download v1.6 (NSIS UNICODE support, by brainsucker):<br>
Download v1.6 (NSIS UNICODE support, by [[user:brainsucker|brainsucker]]):<br/>
[http://forums.winamp.com/attachment.php?attachmentid=48936&d=1309248568 nsProcess_1_6.7z]
*<attach>nsProcess.zip</attach>  
*Mirror: [http://forums.winamp.com/attachment.php?attachmentid=48936&d=1309248568 nsProcess_1_6.7z]


Discussion:<br>
Discussion:<br>
Line 24: Line 25:


== Thanks ==
== Thanks ==
Ravi Kochhar (source function FIND_PROC_BY_NAME based upon his [http://www.physiology.wisc.edu/ravi/Software/ code])
Ravi Kochhar (source function FIND_PROC_BY_NAME based upon his [http://www.physiology.wisc.edu/ravi/Software/ code])<br>
<br>iceman_k ([[Find_Process_By_Name]]) and DITMan ([[KillProcDLL_Manual]]) for direct me
iceman_k ([[Find_Process_By_Name]]) and DITMan ([[KillProcDLL_Manual]]) for direct me


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 22:25, 6 August 2014

Author: Instructor (talk, contrib)


Links

Download v1.5:

Download v1.6 (NSIS UNICODE support, by brainsucker):

Discussion:
Forum thread

Description

Features:

  • Find a process by name
  • Kill all processes with specified name (not only one)
  • Close all processes with specified name (first tries to close all process windows, waits for 3 seconds for process to exit, terminates if still alive, use _CloseProcess function)
  • 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)
  • NSIS UNICODE support (just rename nsProcessW.dll into nsProcess.dll)

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