Jump to content

So Windows lets you break the computer

So windows allows you to essentially redirect one exe to another by adding a registry key. Imagine if you tried to do that to explorer.exe.........

I can tell you that it works. I can also tell you that safe mode doesn't help. What happens is that the system boots into a black screen with only a cursor. Win+? doesn't work, although Ctrl+Alt+Del does, and the only way I can find to fix it is to boot into safe mode with CMD and open regedit through there.

I hope you know what you're doing

Paste it into notepad and save it as a .reg (make sure the encoding is set to ANSI), then run it. To fix it, boot into safe mode with command prompt and type regedit, then in the window that opens, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe and delete the "debugger" key. Alternatively, in the cmd, type reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe" \v Debugger

Windows Registry Editor Version 5.00;This file will replace explorer.exe with shutdown.exe[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe]"Debugger"="shutdown.exe /p /f /t 0"

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks! Been looking for this for a while now.

"When in doubt, don't take your wallet out." - Dad


 


† TTCF Member †

Link to comment
Share on other sites

Link to post
Share on other sites

Of course it does, it's just your responsibility not to break your own stuff.

 

I could delete my registry. Doesn't mean I should do it.

 

I could kill a baby. Doesn't mean I should do it.

 

 

See what I mean?

Compatible with Windows 95

Link to comment
Share on other sites

Link to post
Share on other sites

Did you try deleting system.32 ? 

Please quote/tag ( Found by typing @DarrenP) In all posts directed at me. I do not check my current content. 


Intel Core i7-4790K - Gigabyte Z97X-UD5H-BK - 16GB Corsair Vengeance Pro 1866Mhz - EVGA GTX 980 - 256GB MX100 - 2TB WD RED - 900D - H100I - Corsair HX1050 - DNS 320L 2x2TB Seagate Barracuda 

Link to comment
Share on other sites

Link to post
Share on other sites

Of course it does, it's just your responsibility not to break your own stuff.

I could delete my registry. Doesn't mean I should do it.

I could kill a baby. Doesn't mean I should do it.

See what I mean?

No, that's not the point of the post. It's just an interesting observation of what you could must never ever do to someone else's pc. And it's so simple (and easy to automate) that someone could bundle it with say an installer and you are screwed. So watch out and never ever use it on anyone else.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

No, that's not the point of the post. It's just an interesting observation of what you could must never ever do to someone else's pc. And it's so simple (and easy to automate) that someone could bundle it with say an installer and you are screwed. So watch out and never ever use it on anyone else.

I would at least create an image of their system before doing that.

.

Link to comment
Share on other sites

Link to post
Share on other sites

Registry is accessible for admins

 

Just like root user can mess things up in Unix like systems (Gnu & MacOs)

 

Admin/root grants total control so why bother with a simple tweak?

 

If I had admin access to someone's else pc I would install a malware.

Link to comment
Share on other sites

Link to post
Share on other sites

removing explorer.exe would not break anything b/c you can ctrl+alt+del and open task manager, then open the run box and type in explorer.exe :P

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×