Disabling Hyper-V
Last updated
Last updated
To disable Hyper-V in Windows, follow these steps:
Open Windows PowerShell as an administrator. You can do this by typing "PowerShell" into the Windows search bar and selecting "Run as administrator" next to it.
Once PowerShell is open, enter the following command and press Enter:
vbnetCopy codebcdedit /set hypervisorlaunchtype off
Next, enter the following command and press Enter:
cssCopy codeDisable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All