How to resolve the VMware Device / Credential Guard Error in Windows 10?

How to resolve the VMware Device / Credential Guard Error in Windows 10?

When you want to run VMware on Windows 10, you may get “Device / Credential Guard” error as in the image below.
Together we will look at what we can do to solve this problem.

Let’s first examine the content of the error we received.

“VMware Workstation and Device / Credential Protection are not compatible. VMware Workstation can be run after you disable Device / Credential Protection. ”

Step 1: Disable Device and Identity Protection from Group Policy settings.

Press the Windows + R keys to open the Run screen. By typing ped “gpedit.msc”, we say okay.

Step 2: We disable the policy by following the steps below.

Step 3: Uninstall the program by entering the Windows Features by opening the screen opened by clicking the Hyper-V role and click OK.

Step 4: Right-click the command client application that appears by typing cmd in the Windows search field and runs the following code on the command screen.

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

Step 5: Run the following code from the command line.

bcdedit /set hypervisorlaunchtype off

After restarting your computer, you can run the VMware.

I hope it has been a useful article.