Last active
February 27, 2021 18:03
-
-
Save TheCrether/b0cf77d06530b1db561857ccf8ac1435 to your computer and use it in GitHub Desktop.
taskmgr with process explorer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe" /v Debugger /f | |
start taskmgr.exe | |
reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe" /v Debugger /t REG_SZ /d "Your Process Explorer Path" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this, you need to replace "Your Process Explorer Path" with your process explorer path and this can only be executed with Administrator privileges