Talk:Processes plug-in
From NSIS Wiki
Jump to navigationJump to search
this wasn't working for me on vista x64. all that was needed to fix was to replace the PROCESS_ALL_ACCESS with PROCESS_QUERY_INFORMATION | PROCESS_VM_READ | PROCESS_TERMINATE in the OpenProcess call.
http://nsis.sourceforge.net/mediawiki/images/3/3a/ProcessesPlugin.zip