Windows 10: Add Safe Mode to Boot Options in Windows 10

Discus and support Add Safe Mode to Boot Options in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Add Safe Mode to Boot Options in Windows 10 How to Add Safe Mode to Boot Options in Windows 10 If you have a problem with your PC, you... Discussion in 'Windows 10 Tutorials' started by Night Hawk, Aug 24, 2015.

  1. Add Safe Mode to Boot Options in Windows 10


    How to: Add Safe Mode to Boot Options in Windows 10

    How to Add Safe Mode to Boot Options in Windows 10


    If you have a problem with your PC, you can troubleshoot by starting it in safe mode. Safe mode starts Windows with a minimal set of drivers and services. If a problem doesn't reappear when you start your PC in safe mode, you can eliminate the default settings and basic device drivers and services as possible causes.

    There are three different safe mode options:
    • Safe Mode: Starts Windows with a minimal set of drivers and services.
    • Safe Mode with Networking: Starts Windows in safe mode and includes the network drivers and services needed to access the Internet or other computers on your network.
    • Safe Mode with Command Prompt: Starts Windows in safe mode with a command prompt window instead of the usual Windows interface.
    Having safe mode added to your boot options now will make it much easier to boot to safe mode in the future if needed.

    This tutorial will show you how to add Safe Mode, Safe Mode with Networking, and/or Safe Mode with Command Prompt to the boot options of your Windows 10 PC.

    *Warning You must be signed in as an administrator to be able to add safe mode to your PC's boot options

    *Warning You will only be able to sign in using your account's password while in Safe Mode.


    CONTENTS:
    • Option One: To Add Safe Mode to Boot Options in Windows 10
    • Option Two: To Add Safe Mode to Boot Options in Command Prompt at Boot
    • Option Three: To Remove Safe Mode from Boot Options in Command Prompt

    EXAMPLE: "Windows 10 Safe Mode" added to boot options

    Add Safe Mode to Boot Options in Windows 10 [​IMG]







    OPTION ONE [/i] To Add Safe Mode to Boot Options in Windows 10
    1. Open an elevated command prompt while running Windows 10.

    2. Copy and paste the command below for the safe mode you want to use into the elevated command prompt, and press Enter. (see screenshot below)

    *note You can substitute the part of the command in red with any desciption you like. This is what will show on the boot options screen.
    *Arrow bcdedit /copy {Current} /d “Windows 10 Safe Mode

    *Arrow bcdedit /copy {Current} /d “Windows 10 Safe Mode with Networking

    *Arrow bcdedit /copy {Current} /d “Windows 10 Safe Mode with Command Prompt


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    3. Close the elevated command prompt.

    4. Press the Win+R keys to open the Run dialog, type msconfig, and click/tap on OK to open System Configuration.

    5. In System Configuration, and click/tap on the Boot tab. (see screenshot below)
    A) Select the Windows 10 Safe Mode description at the top. This will be the same desciption you used in step 2 above.

    B) Check Safe boot, and select (dot) Minimal (safe mode), Alternate shell (safe mode with command prompt), or Network (safe mode with networking) for the same command you used in step 2 above.

    C) Enter how many seconds you want for the Timeout value to have available to choose an operating system at boot before your default OS automatically boots.

    D) Check the Make all boot settings permanent box, and click/tap on OK.


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    6. Click/tap on Yes to confirm. You can ignore the warning since this can be removed. (see screenshot below)

    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    7. Click on either Restart or Exit without restart. The next time you restart the computer, you will see the safe mode boot option available. (see screenshot below)

    Add Safe Mode to Boot Options in Windows 10 [​IMG]






    OPTION TWO [/i] To Add Safe Mode to Boot Options in Command Prompt at Boot

    *note You could also do this option using an Option One above from within Windows 10 instead.
    1. Open a command prompt at boot.

    2. Type bcdedit in the command prompt, and press Enter. (see screenshot below)
    A) Look for the Windows 10 description under a Windows Boot Loader section, and make note of it's identifier (ex: {default} ).


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    3. Type the command below for the safe mode you want to use into command prompt, and press Enter. (see screenshot below)
    *Arrow bcdedit /copy {identifier} /d “Windows 10 Safe Mode”

    *Arrow bcdedit /copy {identifier} /d “Windows 10 Safe Mode with Networking”

    *Arrow bcdedit /copy {identifier} /d “Windows 10 Safe Mode with Command Prompt”

    *note Substitute identifier in the command above with the actual identifier from step 2A above.

    For example:

    bcdedit /copy {Windows 10} /d “Windows 10 Safe Mode”


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    4. Make note of the safe mode identifier (ex: {9692da4e-4524-11e5-b831-f410e240349c} ) that the entry was successfully copied to. (see screenshot above)

    5. Type the command below for the same safe mode used from step 3 above into the command prompt, and press Enter. (see screenshot below)
    (safe mode)
    *Arrow bcdedit /set {identifier} safeboot minimal


    (safe mode with networking)
    *Arrow bcdedit /set {identifier} safeboot network


    (safe mode with command prompt)
    *Arrow bcdedit /set {identifier} safeboot minimal

    and

    *Arrow bcdedit /set {identifier} safebootalternateshell yes

    *note Substitute identifier in the command above with the actual identifier from step 4 above.

    For example:

    bcdedit /set {9692da4e-4524-11e5-b831-f410e240349c} safeboot minimal


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    6. When finished, restart the computer.





    OPTION THREE [/i] To Remove Safe Mode from Boot Options in Command Prompt
    1. Open an command prompt at boot.

    2. Type bcdedit in the command prompt, and press Enter. (see screenshot below)
    A) Look for the Windows 10 Safe Mode description that you used under a Windows Boot Loader section, and make note of it's identifier (ex: {b062e727-2cb4-11e5-8738-b504ff7d474f} ).


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    3. Type the command below into the command prompt, and press Enter. (see screenshot below)
    *Arrow bcdedit /delete {identifier}

    *note Substitute identifier in the command above with the actual identifier from step 2A above.

    For example:

    bcdedit /delete {b062e727-2cb4-11e5-8738-b504ff7d474f}


    Add Safe Mode to Boot Options in Windows 10 [​IMG]

    4. When finished, you can close the command prompt if you like, or restart the computer if this was from a command prompt at boot.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    Night Hawk, Aug 24, 2015
    #1
  2. ZigZag3143 (MS -MVP), Aug 24, 2015
    #2
  3. garybear89, Aug 24, 2015
    #3
  4. dnsbob Win User

    Add Safe Mode to Boot Options in Windows 10

    Thanks for the tutorial.
    I got an error in the bcdedit commands unless I put the "{id}" in double quotes.
    Running Windows 10 preview build 10532, but I am not sure that was the issue. I could not find a normal 'command prompt', so I was using 'Windows Powershell'. It probably would not hurt to include quotes always. It was complaining about the 'dash' or 'minus sign':

    PS C:\WINDOWS\system32> bcdedit /copy {24321313-59ed-11e5-95fd-ea1f39b7ff3b} /d "Windows 10 normal"
    At line:1 char:25
    + bcdedit /copy {24321313-59ed-11e5-95fd-ea1f39b7ff3b} /d "Windows 10 n ...
    + ~
    You must provide a value expression following the '-' operator.
    At line:1 char:25
    + bcdedit /copy {24321313-59ed-11e5-95fd-ea1f39b7ff3b} /d "Windows 10 n ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Unexpected token '59ed-11e5-95fd-ea1f39b7ff3b' in expression or statement.
    + CategoryInfo : ParserError: (*Smile [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedValueExpression


    PS C:\WINDOWS\system32> bcdedit /copy "{24321313-59ed-11e5-95fd-ea1f39b7ff3b}" /d "Windows 10 normal"
    The entry was successfully copied to {53deb8a9-5a7c-11e5-abfd-b1d211df29f1}.
     
    dnsbob, Sep 13, 2015
    #4
  5. Brink
    Brink New Member
    Brink, Sep 13, 2015
    #5
  6. MEH
    meh Win User
    Yours are the best tips on the internet. And I've been around. Always clear and accurate. Thank you.

    Edit: After posting, I realized I probably gave you (and potentially others) an update notification just for my stupid "thank you," then tried to delete it. I cannot. Sorry about this.
     
  7. Brink
    Brink New Member
    That's ok meh. I'm glad it could help. *Smile
     
    Brink, Aug 21, 2016
    #7
  8. Add Safe Mode to Boot Options in Windows 10

    Doesn't work. Did MS manage to *break* this in newer builds? It's the sort of thing they would do (either through malevolence and/or incompetence). Ran the commands in an elevated command prompt, set the options, set the timeout to 10 seconds and checked the box to make the settings permanent and then rebooted. It still comes up without any boot menu. MS seem to be under the delusion their OS is flawless and doesn't need any options to fix failures.
     
    jelabarre59, Sep 18, 2016
    #8
  9. MEH
    meh Win User
    The issue I've been having is that in msconfig, on the General tab, I select "Normal startup", but it doesn't stick. It reverts to "Selective startup" every time I reopen it. Also, my settings for "Safe Mode" and/or "Safe Mode with Networking" change for no apparent reason. Just now I noticed that the latter had changed so that "Safe boot" is no longer selected, and I know it was selected previously.

    I do not have the Win10 Anniversary update installed. But I'd have to opine that they have made a mess of this soow.
     
  10. Brink
    Brink New Member
    Hello Jelabarre59, *Smile

    Please go ahead and post back with your bcdedit to see if anything may look wrong with it.

    In addition, double check to make sure that you have enough time set to display OS boot options at startup using an option in the tutorial below.

    Operating Systems Time to Display at Startup - Change in Windows 10 - Windows 10 Forums
     
    Brink, Sep 18, 2016
    #10
  11. Brink
    Brink New Member
    Hello Meh, *Smile

    Did you check the Make all boot settings permanent box?
     
    Brink, Sep 18, 2016
    #11
  12. MEH
    meh Win User
    Yes, thank you, but I had. I just did it again and the settings for "Safe Mode with Networking" are so far staying put. But the "Normal startup" setting on the General tab just won't stay. I'm not sure if that's normal, since I'm guessing "Selective startup" with all 3 options below it selected means the same thing as "Normal startup".
     
  13. Brink
    Brink New Member

    Add Safe Mode to Boot Options in Windows 10

    I find that it's pretty normal for "Normal startup" to no longer remain selected.

    Having "Selective startup" selected with all options checked under it is essentially the same as "Normal startup" though.
     
    Brink, Sep 18, 2016
    #13
  14. Another good one Shawn. Much obliged for all you do and making a lazy mans life easier, lol.
     
    Brightblessings, Nov 9, 2016
    #14
  15. Brink
    Brink New Member
    You're most welcome mate. Anything to help. *Wink
     
    Brink, Nov 9, 2016
    #15
Thema:

Add Safe Mode to Boot Options in Windows 10

Loading...
  1. Add Safe Mode to Boot Options in Windows 10 - Similar Threads - Add Safe Mode

  2. Windows 10 will boot in safe mode but not safe mode with networking

    in Windows 10 Gaming
    Windows 10 will boot in safe mode but not safe mode with networking: Have a PC which won’t boot into windows 10. Was working until recently. It hangs on the windows loading screen.I can reboot into safe mode fine but I want to save files to usb as a backup. Many are one OneDrive so won’t allow me to do this. If I boot into safe mode with...
  3. Windows 10 will boot in safe mode but not safe mode with networking

    in Windows 10 Software and Apps
    Windows 10 will boot in safe mode but not safe mode with networking: Have a PC which won’t boot into windows 10. Was working until recently. It hangs on the windows loading screen.I can reboot into safe mode fine but I want to save files to usb as a backup. Many are one OneDrive so won’t allow me to do this. If I boot into safe mode with...
  4. Windows 10 will boot in safe mode but not safe mode with networking

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 will boot in safe mode but not safe mode with networking: Have a PC which won’t boot into windows 10. Was working until recently. It hangs on the windows loading screen.I can reboot into safe mode fine but I want to save files to usb as a backup. Many are one OneDrive so won’t allow me to do this. If I boot into safe mode with...
  5. Boot in Safe mode

    in AntiVirus, Firewalls and System Security
    Boot in Safe mode: I got stuck in safe mode , when i tried to choose any option from troubleshoot it ask me for the password and i am entering the right password it is not accepting my password and its not booting my laptop with network mode , i have done couple of things thatis already on...
  6. Safe Boot option

    in Windows 10 Customization
    Safe Boot option: Accidentally I pressed something in a menu where we can select Safe Boot option. Now, the command prompt keeps booting. I want the normal booting back. Thank you https://answers.microsoft.com/en-us/windows/forum/all/safe-boot-option/6533ad9f-8598-4bde-89e1-616f7f42c7a5
  7. Windows 10 boot to safe mode

    in Windows 10 Customization
    Windows 10 boot to safe mode: I recently had my disk drive replaced by Dell. The new drive supposedly came the initial Windows 10 image I had received when I purchased the system. I am no longer able to boot into safe mode by holding down the <shift> key when booting the system. The boot tab in msconfig...
  8. boot windows 10 safe mode

    in Windows 10 BSOD Crashes and Debugging
    boot windows 10 safe mode: How can I boot into safe mode or recovery on Lenovo Yoga 11e? https://answers.microsoft.com/en-us/windows/forum/all/boot-windows-10-safe-mode/b836c78a-30ee-4c7f-beb0-7219767881f7
  9. How to add Safe Mode to Boot Menu options in Windows 10

    in Windows 10 News
    How to add Safe Mode to Boot Menu options in Windows 10: [ATTACH] Safe Mode is a special environment in Windows 10/8/7 which used for troubleshooting and system diagnostics. It allows you to get rid of malware and troubleshoot issues which cannot otherwise be fixed in the regular desktop mode. This is the reason, [...] This post...
  10. Boot into Safe Mode on Windows 10

    in Windows 10 Tutorials
    Boot into Safe Mode on Windows 10: How to: Boot into Safe Mode on Windows 10 How to Start Windows 10 in Safe Mode Safe mode starts Windows in a basic state, using a limited set of files and drivers. It can help you troubleshoot problems on your PC. For example, if the problem doesn't happen in safe mode,...