Page 1 of 1

How to Force Windows to Restart in Safe Mode Command line

Posted: Tue Feb 13, 2018 9:17 pm
by RescuePC
How to Force Windows to Restart in Safe Mode command line

elevated command prompt

after issuing the commands reboot with
shutdown /r /t 0

Safe Mode:
bcdedit /set {default} safeboot minimal

Safe Mode with Networking:
bcdedit /set {default} safeboot network

Safe Mode with Command Prompt:
bcdedit /set {default} safeboot minimal
bcdedit /set {default} safebootalternateshell yes

How to Stop a Safe Mode Loop
bcdedit /deletevalue {default} safeboot

bcdedit /set {default} vga on

bcdedit /enum