[KB2268] Start Windows in Safe Mode or Safe Mode with Networking

Issue

 
Access Safe Mode on Microsoft Azure or Amazon Virtual Machines
  • Microsoft Azure: Use Serial Console to access Safe Mode on your virtual machines.
  • Amazon Virtual Machines: Use Special Admin Console to access Safe Mode on your virtual machines.

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

  1. Click Start → Power, hold the Shift key and click Restart.

    Figure 1-1
  1. Click Troubleshoot.

    Figure 1-2
  1. Click Advanced options.

    Figure 1-3
  1. Click Startup Settings.

    Figure 1-4
  1. Click Restart.

    Figure 1-5
  1. After your computer restarts, press 4 or 5 on your keyboard to select Safe Mode or Safe Mode with Networking, respectively.

    Figure 1-6
  2. Type in your credentials to start Windows in Safe Mode or Safe Mode with Networking.

  3. 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

  1. Click Start, start typing cmd, right-click Command Prompt and click Run as administrator.

  2. 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
  3. To start Windows in Safe Mode or Safe Mode with Networking, restart your computer using the following command:

    shutdown /r
  4. Type in your credentials to start Windows in Safe Mode or Safe Mode with Networking.

  5. To exit the Safe Mode or Safe Mode with Networking and start your normal Windows configuration:

    1. Click Start, start typing cmd, right-click Command Prompt and click Run as administrator.

    2. Run the following command:

      bcdedit /deletevalue {current} safeboot
    3. Click Start, click the Power button and click Restart to return to your normal Windows configuration.