VMware Player and Device/Credential Guard are not compatible error solution

Опубликовано: 18 Март 2026
на канале: Tech Tutorials in Telugu
3,134
20

VMware Workstation and Device/Credential Guard are not compatible

ERROR RESOLUTION STEPS


Step1: edit group policy
Open run type “gpedit.msc”
Go to Local Computer Policy - Computer Configuration - Administrative Templates - System - Device Guard - Turn on Virtualization and select "Disable"
Step2: turn off hyper v feature
Go to Control Panel - Uninstall a Program - Turn Windows features on or off - (uncheck/turn off) Hyper-V.
Step3: Delete the Windows Defender Credential Guard EFI variables by using bcdedit
Open cmd prompt as admin and run the following commands
bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"
bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
bcdedit /set hypervisorlaunchtype off
Restart your system

After the restart …

The issue will be resolved