How to disable Windows Boot Manager screen while turning on Windows 10

Aleksandar Todorovic 5 Reputation points
2024-08-04T14:13:02.26+00:00

Hello, whenever I turn on my laptop, a black screen with text appears. The title is Windows Boot Manager and it says that I have two options to boot from:

  1. Windows 10
  2. Windows Startup

Now, I always choose Windows 10 and frankly do not even know what Windows Startup means. I would like to disable this screen and just to immediately start Windows 10. I tried disabling it via command prompt and sysdm.cpl (setting time to display windows boot manager to 0), but none of this seems to work.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    2024-08-04T15:29:32.1533333+00:00

    Method 1: Using System Configuration (msconfig)

    1. Open System Configuration:
      • Press Win + R to open the Run dialog.
      • Type msconfig and press Enter.
    2. Boot Tab:
      • Go to the Boot tab.
      • Select Windows 10 as the default operating system if it’s not already selected.
      • Check the box that says "Make all boot settings permanent."
      • Click Apply and OK.
    3. Restart your computer to see if the change has taken effect.

    Method 2: Using Advanced System Settings

    1. Open System Properties:
      • Press Win + R to open the Run dialog.
      • Type sysdm.cpl and press Enter.
    2. Advanced Tab:
      • Go to the Advanced tab.
      • Under Startup and Recovery, click on Settings.
    3. Startup and Recovery Settings:
      • In the System Startup section, select Windows 10 as the default operating system.
      • Uncheck the box that says "Time to display list of operating systems" or set the time to 0 seconds.
      • Click OK.
    4. Restart your computer to see if the change has taken effect.

    Method 3: Using Command Prompt

    1. Open Command Prompt as Administrator:
      • Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
    2. Set Default OS:
      • Type the following command and press Enter bcdedit /default {current}
    3. Set Timeout:
      • Type the following command and press Enter: bcdedit /timeout 0
    4. Restart your computer to see if the change has taken effect.

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.