Disable Windows Hyper-V service
MANDATORY: Execute these commands even if Hyper-V is not currently installed or active.
Right-click Start button, select "Windows PowerShell (Admin)"
Confirm User Account Control prompt
Execute first command:
bcdedit /set hypervisorlaunchtype off - (command)
bcdedit /set hypervisorlaunchtype off
Press Enter and wait for completion
Execute second command:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All - (command)
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Restart your computer
Normal Behavior: Error message about "Microsoft-Hyper-V-All is unknown" is expected and not a problem.
Last updated 1 month ago