Resource icon

Add Boot To Safe Mode To Right Click Menu 2024-10-15

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up
If you're experiencing issues with your computer, one effective way to diagnose the problem is by booting your system in Safe Mode. Safe Mode initiates Windows with only the essential drivers and services necessary for the operating system to run. This stripped-down environment helps isolate the cause of the issue by preventing unnecessary programs and drivers from loading.

Here is a batch file that will add it to your right click menu. Download from this link.

Or...

Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as Safemode.bat
Now you will right click the on Safemode.bat and run as administrator.
Code:
@echo off
reg add "HKLM\SOFTWARE\Classes\Directory\Background\shell\SafeMode" /ve /d "Boot to Safe Mode" /f
reg add "HKLM\SOFTWARE\Classes\Directory\Background\shell\SafeMode\command" /ve /d "shutdown /r /o /f /t 0" /f
reg add "HKLM\SOFTWARE\Classes\Directory\Background\shell\SafeMode" /v "Icon" /d "shell32.dll,43" /f
taskkill /f /im explorer.exe
start explorer.exe
echo Done! You can now right-click on the desktop and select "Boot to Safe Mode" to reboot into safe mode.
pause
Author
Malnutrition
Downloads
4
Views
13
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Malnutrition