author avatar
    Specialist of Customer Service Dept.
 

Summary
Windows Boot Manager is used to load several operating systems. So how do we enable or disable Windows Boot Manager in Windows 10? If there’s something wrong with Windows Boot Manager, how do we fix it? This article will help you out!



Contents

What Is Windows Boot Manager?

Windows Boot Manager, also known as Bootloader, is a Microsoft-provided application that helps to set up a boot environment. It is part of the Windows Boot loading architecture, which includes Windows operating system loader (Winload.exe) and Windows resume loader (Winresume.exe). Together, these applications help your computer to start, move boot parameters to the bootloader and display the boot menu.

If you want to disable the Boot Manager, it’s important to understand why you need it and what it does. In this article, we will go over what a Windows Boot Manager is and how to disable it if you no longer need it.

The Windows Boot Manager is responsible for starting or booting your PC by reading data from the hard drive when you turn on your computer. It first checks if the system contains an operating system and then looks for the information that it needs to start up your machine. Once it has found all of the required data, it executes the instructions stored in the bootloader and starts the operating system.

In addition to starting up your PC, the Boot Manager can also be used to boot different devices like CD/DVD drives, USB drives, or floppy drives apart from the operating system itself. This feature can be useful if you need to run a repair or recovery utility from an external drive.

If you no longer need the Windows Boot Manager or if you need to disable it for any reason, you can do this by following a few simple steps. First, press “Win” + “R” key to open “Run” command box. Then type in sysdm.cpl and click “OK”. When the “System Properties” pops up, select “Advanced” option and click “Settings” under “Startup and Recovery”. Next, check the box “Time to display list of operating systems” and set the time value or uncheck the box if you want to disable Windows Boot Manager. Finally, click “OK” to save changes.

windows boot manager

How to Use Renee PassNow to Create Administrator Account?

Step 1: Download and install Renee PassNow in any workable Windows computer. 

press to the download button

Step 2: Choose creation method, USB or CD/DVD.

Select one option from [Crate a Live USB] and [Create a Live CD]. Then, select [x64] or [x86] according to your computer. Next, click on [Download Now] to download the licensed ISO. Remember to activate the software beforehand. After that, click on [Create USB] to create the boot media.
use renee passnow to create usb to reset passnword

Step 3: Boot the target PC from the created password reset USB/CD/DVD.

You will boot the target computer via a new created reset disk. Firstly, please hold a hot key to enter the BIOS menu and put CD-ROM or Removable Devices as the first choice. Please click here to know about how to change the boot order of your computer. After changing it successfully, please remember to save your setting and then restart your PC.

steps to change the boot order in BIOS

Step 4: Select “PassNow!”.

click on passnow to reset login password

Step 5: Click “Create new account” to get a new administrator account.

The created administrator account named “Reneelab” with administrator rights, and its default password is “123456789”. You are able to change the password of target account with this new created administrator.

Create new account

How to Enable or Disable Windows Boot Manager in Windows 10?

Solution 1: Using Command Line to Enable or disable Windows Boot Manager

This way requires administrator privilege to perform. If you don’t have an administrator account, it’s recommended to use Renee PassNow to create it before taking the steps below.

Step 1: Type “cmd” in search box, right click the command prompt and select “Run as administrator”.
enable command prompt
Step 2: Once the command prompt pops up, type in: bcdedit /set {bootmgr} displaybootmenu yes and bcdedit /set {bootmgr} timeout 30. Press “Enter” after you type each command.

Note: Timeout determines how long the boot manager is displayed. You can specify the timeout value in seconds according to your requirement.

enable bootmgr with command prompt
Step 3: If you intend to disable Windows Boot Manager, please type in: bcdedit /set {bootmgr} timeout 0. Press “Enter”.
disable bootmgr with command prompt
Actually, you can also try the “bcdedit /set {bootmgr} displaybootmenu no” command line to disable Windows Boot Manager. But the disadvantage is that the following solution 2 can’t be used if you disable BOOTMGR with this command.

Solution 2: Enable or Disable Windows Boot Manager via System Properties

Step 1: Press “Win” + “R” key to open “Run” command box.
press win and r button
Step 2: Type in: sysdm.cpl. Click “OK”.
sysdm.cpl
Step 3: When the “System Properties” pops up, select “Advanced” option. Then click “Settings” under “Startup and Recovery”.
system properties windows 10
Step 4: Next, check the box “Time to display list of operating systems” and set the time value. Click “OK”.
enable boot manager
Step 5: If you intend to disable Windows Boot Manager, just uncheck the box “Time to display list of operating systems” or set the time value to 0. Click “OK”.
disable boot manager windows 10

How to Add or Remove Operating System in Windows Boot Manager?

Generally, system is automatically added after installing it. Or you can add it manually with method below. Please note that this solution requires administrator privilege to perform. If you don’t have an administrator account, it’s recommended to use Renee PassNow to create it.

Here are how to add Windows XP to Windows 7/10 Boot Manager.

Step 1: Type “cmd” in search box, right click the command prompt and select “Run as administrator”.
enable command prompt
Step 2: Type following commands in order. Please remember to press “Enter” after you type each command.
  • bcdedit /create {ntldr} /d “Windows XP”

Note: The value “Windows XP” can be replaced with another system that you want to add.

  • bcdedit /set {ntldr} device partition=C:

Note: Here C: means that the system locates in C: drive. Please fill in the drive letter of the partition where you installed your Windows.

  • bcdedit /set {ntldr} path \ntldr
  • bcdedit /set {ntldr} description “Windows XP”  

Note: The value “Windows XP” can be replaced with another system that you want to add.

Windows XP will be added to boot manager after executing above commands successfully. Besides, if you want to have the target system ranked first in boot menu, try the “bcdedit /displayorder {ntldr} /addfirst” command.

Next, use the following solution to remove system in Windows Boot Manager if needed.

Similarly, this solution requires administrator privilege to perform. If you don’t have an administrator account, it’s suggested to use Renee Passnow to create it.

Step 1: Type “cmd” in search box, right click the command prompt and select “Run as administrator”. When the command prompt pops up, type in: bcdedit. Press “Enter”. Then find out the identifier of the system that you intend to remove.
remove operating system
Step 2: For example, you need to remove Windows XP and the identifier is{ntldr}. Then you need to type in: bcdedit /delete{ntldr}.
Once the system is removed, it won’t boot. Please confirm the target system and the identifier that you need. Besides, the{current}identifier means the system you’re using.

How to Fix Windows Boot Manager?

If there’s something wrong with Windows Boot Manager, Windows usually can’t boot properly. And it will lead to blue screen when Windows boot.
error code windows 10
There’re two parts of Windows Boot Manager.

1. Boot Configuration Data. It is stored at BCD file. If there’s any problem with this file, the blue screen error (0xc000000f, 0xc0000225, 0xc0000034) will occur.

2. System files. If there’s problem with the system files such as bootmgr, an error message “Bootmgr is missing” will appear.

Startup Problem

Step 1: Turn on the PC. Connect the bootable USB drive to the computer. Then change the boot order in BIOS setup and have the PC restarted from the USB drive.

Tips: Read this page for more details to create a bootable USB drive.

change boot order
Step 2: After the PC boot from USB drive, click “Repair your computer” in the bottom-left corner.
Repair your computer
Step 3: When you enter Windows recovery environment, select “Troubleshoot”> “Advanced options”> “Command Prompt”.
command prompt
Step 4: Once “Command prompt” pops up, type these commands in order: bootrec / fixmbr,  bootrec / fixboot,  bootrec / rebuildbcd. Please press “Enter” after you type each command.
BOOTREC FIXBOOT

System Files Lost/Corrupted

Step 1: Repeat above step 1/2. Then select “Troubleshoot”> “Advanced options”> “Command Prompt” after you enter Windows recovery environment.
command prompt
Step 2: Once “Command prompt” pops up, type in: sfc /scannow. Press “Enter”.
Check and fix system files Windows 10
The lost or corruption of System files could be caused by the missing or damaged MBR. In command prompt, type in: bootrec /fixmbr. And MBR will be fixed.
In conclusion, disabling or enabling Windows Boot Manager in Windows 10 can be done easily through command prompt or system settings. Remember to run command prompt as administrator to perform these actions. Also, keep in mind that disabling Windows Boot Manager may limit your access to certain features and solutions. In case you encounter any issues or errors, it’s recommended to seek professional assistance to avoid further complications.