Posts Tagged ‘get out of safe mode’

How to Turn Off Safe Mode without Logging into Windows

September 5th, 2016 by Admin

“I tried to restart my computer into Safe Mode using msconfig without thinking. Now I can’t log in because I couldn’t remember the Administrator password. How can I disable Safe Mode and start my PC normally?”

Stuck at Windows login screen but your computer keeps booting into Safe Mode? Is there a way to turn off Safe Mode without logging into Windows? If you could log into Windows, you can easily disable Safe Mode using Msconfig or Command Prompt. What to do if you forgot the Safe Mode administrator password? In this tutorial we’ll show you how to turn off Safe Mode by booting your PC with Windows installation disc.

How to Turn Off Safe Mode without Logging into Windows?

  1. Boot your computer from Windows installation disc and press any key when prompted. If your computer still boots into Safe Mode, you need to enter into BIOS and change the boot sequence to CD/DVD first.
  2. When you see Windows Setup, press the Shift + F10 keys to open a Command Prompt.

    windows-setup

  3. Type the following command and press Enter to turn off Safe Mode:

    bcdedit /deletevalue {default} safeboot

    turn-off-secure-boot

  4. When it’s done, close the Command Prompt and stop Windows Setup.

    cancel-windows-setup

    Reboot without installation disc, and your computer should boot in normal mode by default. This method works with Windows 10, 8.1, 8, 7 and Vista.

2 Options to Get out of Safe Mode in Windows 10 / 8 / 7 / Vista

November 20th, 2015 by Admin

Are you stuck in Windows Safe Mode? Every time you turn on or restart your computer and you still keep ending back in Safe Mode? In this article we’ll show you 2 ways to get out of Safe Mode in Windows 10, 8, 7 and Vista, so your system will go back to normal mode.

Note: The following methods require you to log on your computer as administrator. If you’ve forgotten your password, try to reset lost Windows password with PCUnlocker.

Option 1: Get out of Windows Safe Mode Using MSConfig Utility

MSConfig is a built-in tool available in all versions of Windows, which is designed to help identify problems that might prevent Windows from starting correctly. From within the MSConfig utility, you can set Windows to start in normal node instead of Safe Mode.

  1. Press the Windows key + R to bring up the Run box. Type msconfig and press Enter.

    msconfig

  2. When the System Configuration window opens, you’ll see the Safe boot option under the Boot options section.

    safe-boot-settings

  3. If Safe boot is checked, your computer will keep booting in Safe Mode. To get out of Safe Mode, you have to uncheck Safe boot and click Apply.
  4. Restart your computer and it will start in normal mode.

Option 2: Get out of Windows Safe Mode Using Command Prompt

  1. Before get started, you need to open a Command Prompt with administrator privileges. If your computer is current running in Safe Mode – Alternate Shell, you should be now at an administrator Command Prompt.
  2. Type the following command directly at the Command Prompt. Press Enter and it will turn off Safe Mode.
    bcdedit /deletevalue {current} safeboot

    get-out-of-safe-mode

  3. Reboot your computer with the command:
    shutdown /r
  4. Now your computer will boot back into normal mode. That’s it!