Fix VMware Workstation error:
“VMware Workstation and Device/Credential Guard are not compatible.”
In this video, I show step-by-step how to disable Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, and Credential Guard so VMware Workstation runs normally on Windows 10/11.
Commands Used in the Video:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All
dism.exe /Online /Disable-Feature:VirtualMachinePlatform
dism.exe /Online /Disable-Feature:Windows-Hypervisor-Platform
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v Enabled /t REG_DWORD /d 0 /f
bcdedit /set hypervisorlaunchtype off
shutdown /r /t 0