Skip to content

How to create a boot entry for starting Windows without Hyper-V? #23

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

You must be logged in to vote

Open Powershell as administrator and run:

# Create another boot entry called No Hyper-V

bcdedit /copy "{current}" /d "No Hyper-V"

# Disable Hyper-V in the new boot entry (replace <new-id> with the id you got from the previous command)
bcdedit /set "{<new-id>}" hypervisorlaunchtype off

Replies: 1 comment

Comment options

felipecrs
Dec 30, 2020
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