VMware Workstation and Device/Credential Guard are not compatible error in VMware on Windows 10 host

Опубликовано: 22 Март 2026
на канале: PrismaTechWork
217
2

https://kb.vmware.com/s/article/2146361





gpedit
Computer Configuration
Administrative Templates
System - Device Guard
Turn on Virtualization Based Security.
Double click that and "Disable"

regedit.msc
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard. Add a new DWORD value named EnableVirtualizationBasedSecurity and set it to 0 to disable it.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA. Add a new DWORD value named LsaCfgFlags and set it to 0 to disable it.

uncheck Hyper-V

command prompt as a administrator and copy and paste

gpupdate

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