If you like to be able to boot to Safe Mode straight from boot menu without going to the Advanced Boot Options, here is a quick command that lets you do that.
- 1. Fire up Command Prompt as Administrator
You can do so in Windows 8 quickly by pressing Win+X to bring up the power menu, and choosing Command Prompt (Admin) command from the list.- 2. Run this command
bcdedit /set {bootmgr} displaybootmenu yes- 3. Now reboot
Next time when you restart your computer, you will see the classic boot menu like below instead of showing a fancy Advanced Boot menu.Now pressing F8 will bring you up the Startup Settings. And from there, you can boot right into the Safe Mode in 3 options
- 4. To turn this feature off
Run the following command in the Command Prompt as Administrator. Basically, just swap the Yes for No.bcdedit /set {bootmgr} displaybootmenu no
Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.