Bcdedit - remove menu

Raulisess 0 Reputation points
2023-02-23T13:26:20.79+00:00

Hi

I recently was playing on Windows 11 with the command bcdedit and added a test menu with this command

c:\bcdedit /set {bootmanager} displaybootmenu yes

How can I remove this change from the command prompt using bcdedit so that this menu with just one option is deleted, not shown again during boot?

current configuration

imagen

Cheers

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,882 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,021 Reputation points
    2023-02-24T12:41:09.0566667+00:00

    Hello there,

    If you are looking for ways to delete or hide Windows Boot Manager, here are some easy steps: 1) On your keyboard, press "Windows" + "R". This will open up windows command prompt.

    1. Type in "bcdedit /delete {bootmgr}" without quotes and press enter. This will delete the current boot manager from your computer and reboot.
    2. Restart your computer, and you will be asked to enter the option to boot normally or enter an administrator password before doing so.
    3. Use the arrow keys on your keyboard to select "Del" or "Delete". This will delete the Windows Boot Manager from within Windows, but it may still be accessible as a drive from the computer.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


  2. Thanone3 0 Reputation points
    2024-05-09T23:57:49.58+00:00

    Use: "bcdedit /set {bootmanager} displaybootmenu no" without the quotes to fix it.

    0 comments No comments