[gelöscht]
Kay,
This is a wonderful program and thanks to you for writing and providing it! I was wondering if you have any plans to include an option to run Task Manager with elevated privileges similar to the option to allow users to change the system date/time? I have replaced Task Manager with Process Hacker and use Ctrl-Shift-Esc to launch it frequently (via Winlogon.exe process instead of Explorer.exe). I can't find a way to get SuRun to launch it with elevated privileges when launched in this manner. Is there a way to do it presently that I am not seeing? Thanks again for all of your hard work.
Kay
Process Hacker replaces Task Manager the same way Process Explorer does. It registeres as Debugger Process for task manager. You simply need to change the registry value of "Debugger" at:
"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe"
from
"<path>\ProcessHacker.exe"
to
"<windir>\SuRun.exe <path>\ProcessHacker.exe"
[gelöscht]
Hi Kay.
I changed the registry key as you noted and got it to work with a slight syntax change. The new value needs to be "<windir>\SuRun.exe" "<path>\ProcessHacker.exe". I needed to enclose both paths in quotes before it would work. Thanks so much for the help!