Hyper-V

This page will help you turn off Hyper-V in Windows.

  • To disable Hyper-V in Windows, follow these steps:

  • Open Windows PowerShell as Administrator:

    • Type "powershell" into the Windows search bar.

    • Right-click on "Windows PowerShell" and select "Run as administrator."

  • Enter the Following Commands: Copy and paste the following lines of code separately into the PowerShell window, pressing "Enter" after each line:

    Copy

    bcdedit /set hypervisorlaunchtype off
    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
  • Ignore "Unknown Feature" Error: If you encounter an error message stating "Disable-WindowsOptionalFeature: Feature name Microsoft-Hyper-V-All is unknown," don't worry. This is normal and can be ignored.

  • Restart Your PC: After executing the commands, restart your computer for the changes to take effect.

By following these steps, you should successfully turn off Hyper-V in Windows. If you encounter any issues or have further questions, feel free to ask additional help.

Last updated