Boot/Start Windows to Safe Mode from Command Line – Windows Server 2012 R2
How to force Windows server 2012 R2 to boot/restart/start into Safe Mode after restart:
Go to Command Line, and type:
bcdedit /set {default} safeboot minimal
Reboot Windows and it will start in Safe Mode
To change Windows to boot normal from command line while in safe mode.
Go to Command Line, and type:
bcdedit /deletevalue safeboot
Reboot Windows and it will come up in Normal mode
any command for windows server 2008 R2 ? plzzz