-------------------------------------------
Original Message:
Sent: Feb 07, 2026 09:29 AM
From: Stefor
Subject: Nested Virtualization Issues on VMware Workstation Pro 25 + Windows 11 25H2
I also ran the DG_Readiness_Tool with -Disable.
All Device Guard / Credential Guard registry keys are already absent,
and SIPolicy.p7b does not exist, which confirms that VBS and Code Integrity
are fully disabled.
this is the command output:
PS C:\Users\PC\Desktop\dgreadiness_v3.6> .\DG_Readiness_Tool_v3.6.ps1 -Disable
###########################################################################
Readiness Tool Version 3.4 Release.
Tool to check if your device is capable to run Device Guard and Credential Guard.
###########################################################################
Disabling Device Guard and Credential Guard
Deleting RegKeys to disable DG/CG
Errore: Impossibile trovare la chiave del Registro di sistema o il valore specificato.
Errore: Impossibile trovare la chiave del Registro di sistema o il valore specificato.
del : Impossibile trovare il percorso 'C:\WINDOWS\System32\CodeIntegrity\SIPolicy.p7b' perché non esiste.
In riga:1 car:1
+ del "$env:windir\System32\CodeIntegrity\SIPolicy.p7b"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\WINDOWS\Syst...ty\SIPolicy.p7b:String) [Remove-Item], ItemNotFoundEx
ception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
Disabling Hyper-V and IOMMU
Disabling Hyper-V failed please check the log file
Please reboot the machine, for settings to be applied.
PS C:\Users\PC\Desktop\dgreadiness_v3.6>
Hyper-V was already disabled as well.
At this point, Windows is running without any hypervisor or virtualization
security layer, so there is no possible Windows-side conflict with VMware.
Given that the hardware is modern and fully supports VT-x/EPT and IOMMU,
this strongly points to a VMware Workstation Pro issue rather than
a hardware limitation or misconfiguration.
Original Message:
Sent: Feb 07, 2026 04:30 AM
From: RaSystemlord
Subject: Nested Virtualization Issues on VMware Workstation Pro 25 + Windows 11 25H2
See the 7 step instructions, even from today in another post. It is painful to disable everything that is required for Nested case.
Original Message:
Sent: Feb 06, 2026 09:42 AM
From: Stefor
Subject: Nested Virtualization Issues on VMware Workstation Pro 25 + Windows 11 25H2
Hi all,
I'm running into serious issues with nested virtualization on VMware Workstation Pro 25.0.0.24995812 on Windows 11 25H2 host with an Intel i7-14700 CPU. Despite the CPU supporting VT-x and IOMMU, some guest VMs that require an internal hypervisor crash immediately.
Main symptoms:
The only hypervisor that reliably runs is VirtualBox, but performance is poor.
VMware Workstation crashes with logs similar to:
Important detail:
A Windows 7 ISO inside the nested VM would boot without crashing.
This suggests the issue is specific to Windows 11 25H2, modern drivers, or internal Workstation conflicts, not nested virtualization itself.
Configuration and settings verified:
CPU: Intel i7-14700
Host OS: Windows 11 25H2
VMware Workstation Pro: 25.0.0.24995812
Hyper-V: disabled
Windows Hypervisor Platform & Virtual Machine Platform: disabled
WSL2: disabled
Nested virtualization: enabled
IOMMU and "Virtualize Intel VT-x/EPT" enabled in VM
What I have tried without success:
bcdedit /set hypervisorlaunchtype off
Disabling VBS (Virtualization-Based Security)
Disabling Core Integrity
Updating Intel GPU drivers
Questions for the community:
Has anyone experienced similar behavior with Workstation 25 + Windows 11 25H2 on recent i7 CPUs?
Are there any reliable workarounds to get nested virtualization working in this scenario?
Could the issue be related to Intel GPU drivers or kernel security features, even with Hyper-V, VBS, and WSL2 disabled?
-------------------------------------------