How to Add Boot to Safe Mode  to Right click Menu for Windows 10 & 11

How to Add Boot to Safe Mode to Right click Menu for Windows 10 & 11 2024-12-12

  • 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.

In this quick guide I will show you how to add safe mode to your right click menu.​






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 BootToSafeMode.bat
Now you will right click the on BootToSafeMode.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

After the batch finishes, it will display the message: "Done! You can now right-click on the desktop and select 'Boot to Safe Mode' to reboot into safe mode."


1734032545601.webp


It's that simple, now you will be able to right click an empty space on your desktop and boot your windows 10 or 11 computer to safe mode.
Author
Malnutrition
Downloads
5
Views
55
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Malnutrition

Latest reviews

Great work Mal!
Malnutrition
Malnutrition
Thanks. It was up before the crash. As were a few others lost with it. Been slowly restoring my guides. 👍