How to fix Win 10 hyper-v uninstall for VMWare Worstation or Virtualbox
So you have uninstalled hyper-v? I bet there are still components left even though it is uninstalled.
Errors from:
Virutalbox
“VT-x not available”
VmWare Workstation
"VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation"
Somewhat ez fix:
1.)From admin command prompt (this will take some time):
bcdedit /set hypervisorlaunchtype off
Dism /Online /Cleanup-Image /RestoreHealth
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
sfc /scannow
2.)From admin powershell(do #1 first):
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Reboot and your fixed.
How to fix Win 10 hyper-v uninstall for VMWare Worstation or Virtualbox
- Details
- Category: How-To's