How to Force Windows to Restart in Safe Mode Command line

Windows based issues resolved
Post Reply
RescuePC
Posts: 122
Joined: Wed Apr 04, 2012 8:48 pm

How to Force Windows to Restart in Safe Mode Command line

Post 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
Post Reply