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