How to disable non Hyper-V and Hyper-V choose option on boot

Shriniwas Kulkarni 1 Reputation point
2022-08-04T08:34:41.983+00:00

Hello,

I am using Windows 11 on my Asus Vivobook 2021 and I have a Virtual-Box installed with a Ubuntu virtual machine running on it. For some reason, I messed up with Hyper-V settings because the Ubuntu virtual machine was not running on my Virtual-Box. Now, I don't remember what I did in past and every time I boot my PC I see "Choose an operating system" with these two options:

  • non Hyper-V
  • Hyper-V

Every time I have to choose between these two options before the Automatic choose option will select after 30sec times out.

How can I stop displaying this screen on boot every time?

Here is the screenshot of what I see for better understanding.
![228017-img-20220804-091802.jpg]1

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

2 answers

Sort by: Most helpful
  1. David Broggy 6,371 Reputation points MVP Volunteer Moderator
    2022-08-04T10:35:39.407+00:00

    Hi @Shriniwas Kulkarni ,

    Have you tried disabling HyperV using this powershell command?

    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

    uninstalling-or-disabling-hyper-v-in-windows-10

    Or here's an article for disabling it for virtualbox using the bcedit commands:
    disabling-microsofts-hyper-v-to-use-oracles-virtualbox

    0 comments No comments

  2. Rafael da Rocha 5,251 Reputation points
    2022-08-04T17:07:08.053+00:00

    Hello,
    do you want to remove the options, or just disable the prompt on startup?
    If you just want to disable the prompt, go to Settings - System - About - Advanced System Settings.

    On startup and recovery choose Settings...
    On the following window choose the option you want as default boot (non Hyper-V / Hyper-V), and clear the checkbox in "Time to Display list of operating systems", or reduce the time it takes to use the default boot entry.
    228129-screenshot-2022-08-04-180351.png

    If you want just not hide but completely remove the boot entries, you'll have to use BCDEdit, probably the same tool you used to create the additional entry with Hyper-V disabled so it would allow Virtualbox to run.

    0 comments No comments

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.