Booting Windows Server 2019 in Safe Mode is helpful for troubleshooting and resolving issues. Here’s how you can do it.
Several manipulations must be performed, which will be described in detail below. The first step is to press the Windows and R keys simultaneously to open the Run dialog box.
After selecting the Safe Mode option you want, click Apply and then OK. You will be prompted to restart your computer. Then click Restart, and the system will boot into the selected safe mode.
Navigate to the Windows login screen.
Hold down the Shift key on your keyboard.
While holding down the Shift key, click on the “Power” icon, and then choose “Restart.”
Continue holding the Shift key until the “Choose an option” screen appears.
From the “Choose an option” screen, go to “Troubleshoot” > “Advanced options” > “Startup Settings.”
Then, click “Restart.”
After the restart, you will see a list of startup settings. Press the corresponding number key for the desired Safe Mode option (usually 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt).
Your system will then boot into the selected Safe Mode.
Open the Command Prompt as an administrator.
Type the following command and press Enter:
bcdedit /set safeboot minimal
For Safe Mode with Networking, use:
bcdedit /set safeboot network
Close the Command Prompt. Then you can restart your computer. Windows will boot into the selected Safe Mode.
Remember to revert the changes after troubleshooting by using the same steps with
/set safeboot off instead
of
/set safeboot minimal
or /set safeboot network.