How to start a server in safe mode
10 May 2021To enable F8 boot in Windows Server 2012 / Windows Server 2016, / Windows Server 2019 you need to go to an elevated CMD prompt.
If your server does not start (hence the need for F8), you can boot from a Windows Server installation DVD and select the option REPAIR YOUR COMPUTER, Troubleshoot, then Command Prompt.
Once you have opened a command prompt (as an administrator), enter the following commands:
1 2 |
bcdedit /set {bootmgr} displaybootmenu yes bcdedit /set {bootmgr} timeout 10 |
Restart your server and press F8
Views: 8266