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/6/68/Processes-x64fix.zip

- Neither the original plugin nor the fix are working for me on Win 7 x64.