Hi,
we have a lot of new Windows 11 PCs and Laptops. We are using VMware Workstation Pro 17. Until Windows 11 Build 23H2, all is working. After updating to Windows 11 Build 24H2 we get in systeminfo that the hypervisor is detected. No VM in VMware is working any more with VT-x. VT-x is blocked as long as the hypervisor is detected. We are not able to disable or remove completely the hypervisor/hyper-v.
Here are the steps we made:
via windows settings
Windows Security => Core isolation => Memory integrity => disabled
via PowerShell as Admin
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
DISM /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-All /NoRestart
cmd as Admin
bcdedit /set hypervisorlaunchtype off
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All
dism.exe /Online /Disable-Feature:VirtualMachinePlatform
dism.exe /Online /Disable-Feature:WindowsHypervisorPlatform
sc config vmms start= disabled
sc config vmcompute start= disabled
sc config hvservice start= disabled
sc config hvhost start= disabled
sc config vmgid start= disabled
sc delete vmcompute
sc delete hvservice
sc delete hvhost
sc delete vmgid
via regedit:
delete
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Hyper-V
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmcompute
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hv
modify
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvHost => Start = 4
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvService => Start = 4
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Hvsi => Disable = 1
device manager:
deleted
- Microsoft Hyper-V virtualization infrastructure driver
- Microsoft Hypervisor Service
group policies:
- Computerkonfiguration => Administrative Vorlagen => System => Device Guard => Virtualisierte Sicherheit aktivieren => deactivated
- Computerkonfiguration => Administrative Vorlagen => System => Device Guard => App Control for Business bereitstellen => deactivated
tool:
DG_Readiness_Tool_v3.6.ps1 -Disable
Nothing helps. This is really frustrating.
The only thing I can do to prevent the hypervisor from starting is to deactivate VT in BIOS. But I want to use it so that can't be the solution.
I really need a solution for Windows 11 Build 24H2.
*** Moved from Windows / Windows 11 / Windows update ***