Issue
- Start Windows 10 in Safe Mode or Safe Mode with Networking
- Start Windows 10 in Safe Mode or Safe Mode with Networking using the command prompt
Solution
Safe Mode is a troubleshooting option that limits Windows operations to basic functions.
- Safe Mode starts Windows with only core drivers and services.
- Safe Mode with Networking starts Windows with only core drivers plus networking support.
To start your computer in Safe Mode or Safe Mode with Networking, follow the instructions below.
Start Windows 10 in Safe Mode or Safe Mode with Networking
-
Click Start → Power, hold the Shift key and click Restart.
-
Click Troubleshoot.
-
Click Advanced options.
-
Click Startup Settings.
-
Click Restart.
-
After your computer restarts, press 4 or 5 on your keyboard to select Safe Mode or Safe Mode with Networking, respectively.
-
Type in your credentials to start Windows in Safe Mode or Safe Mode with Networking.
-
To exit the Safe Mode or Safe Mode with Networking, click Start, click the Power button and click Restart to return to your normal Windows configuration.
Start Windows 10 in Safe Mode or Safe Mode with Networking using the command prompt
-
Click Start, start typing cmd, right-click Command Prompt and click Run as administrator.
-
For a Safe Mode, run the following command:
bcdedit /set {default} safeboot minimal
For a Safe Mode with Networking, run the following command:
bcdedit /set {current} safeboot network
-
To start Windows in Safe Mode or Safe Mode with Networking, restart your computer using the following command:
shutdown /r
-
Type in your credentials to start Windows in Safe Mode or Safe Mode with Networking.
-
To exit the Safe Mode or Safe Mode with Networking and start your normal Windows configuration:
-
Click Start, start typing cmd, right-click Command Prompt and click Run as administrator.
-
Run the following command:
bcdedit /deletevalue {current} safeboot
-
Click Start, click the Power button and click Restart to return to your normal Windows configuration.
-