Hyper-V Configuration

Disable Windows Hyper-V service

triangle-exclamation
  1. Right-click Start button, select "Windows PowerShell (Admin)"

  2. Confirm User Account Control prompt

  3. Execute first command:

    • bcdedit /set hypervisorlaunchtype off - (command)

  4. Press Enter and wait for completion

  5. Execute second command:

    • Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All - (command)

  6. Press Enter and wait for completion

  7. Restart your computer

circle-info

Normal Behavior: Error message about "Microsoft-Hyper-V-All is unknown" is expected and not a problem.

Last updated