This quick guide will show you how to add Safe Mode to your boot 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 SafeMode.bat
Now you will right click the on SafeMode.bat and run as administrator.
Code:
@echo off
bcdedit /set {bootmgr} displaybootmenu yes
bcdedit /set {bootmgr} timeout 5
exit /b
Or click here to download the pre made batch file, unzip to desktop and run as administrator.
When you start your computer, you will see a menu that allows you to choose which version of safe mode you wish to boot into, before loading into windows you will be given 5 seconds to choose, or the machine will simply load your default OS.
That's it short and to the point. You now have the option to boot to safe mode on each restart.
Thanks to @PeterOz for showing me this nifty little trick.