Hyper-V

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

  1. In order to turn off Hyper-V in Windows, we start by opening a Windows Powershell as Admin. This can be done by typing powershell into the windows search, and pressing "Run as administrator" which can be found beside it.

  2. Now that Powershell is open, copy and paste the following lines of code separately, then press enter: bcdedit /set hypervisorlaunchtype off Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

  3. 3.Getting an error that says "Disable-WindowsOptionalFeature : Feature name Microsoft-Hyper-V-All is unknown." on the above is completely normal. Once this is done, restart your PC for the changes to take affect.

Last updated