How to quickly disable hyper-v

You can disable Hyper-V without deinstalling it. Start a command prompt with administrator rights and execute the following command:

bcdedit /set hypervisorlaunchtype off

Reboot windows. Hyper-V is disabled now. If you want to enable it, then run this command:

bcdedit /set hypervisorlaunchtype auto

and reboot again

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.