Skip to content

How to quickly switch Hyper-V on or off? #24

Answered by felipecrs
felipecrs asked this question in Q&A
Discussion options

You must be logged in to vote

Enable

Run in PowerShell as Administrator

bcdedit /set hypervisorlaunchtype auto

And reboot.

Disable

Run in PowerShell as Administrator

bcdedit /set hypervisorlaunchtype off

And reboot.

Replies: 1 comment

Comment options

felipecrs
Jan 6, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by felipecrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant