-
The title says all. |
Beta Was this translation helpful? Give feedback.
Answered by
felipecrs
Dec 30, 2020
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
felipecrs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open Powershell as administrator and run: