it possible replacing Regedit to another registry editor?

Copper Contributor

Hi,
I'm trying a way replace regedit.exe to another registry editor with Debugger "Image File Execution"

 

But when i try add reg key i have cpu leak and aka The Matrix screensaver
regerror.jpg

 

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe" /f /v Debugger /t REG_SZ /d "C:\Program Files\Registry Finder\RegistryFinder.exe"

 

What does wrong?
Are there any other ways to replace the default registry editor?

 

 

Thanks for the help!

2 Replies
Kindly go through the following:

How to: Launch the Debugger Automatically
https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/a329t4ed(v=vs.100...
No there is no way to replace the default Registry Editor, you can use Windows' built-in refresh tools to get everything back to normal.
Yes, I read this guide. I'm wondering why I can debugg taskmgr to "Procces Monitor" or "Process Hacker" but i can't do it for regedit?