[Solve] VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. Please visit ...
I consult this video. And now, I will share with me the solution.
Search for "Run" and type "gpedit.msc" in that
Goto Local Computer Policy - Computer Configuration - Administrative Templates - System - Device Guard - Turn on Virtualization
Double click that .... and select "Disable" ...
Go to Control Panel - Uninstall a Program - Turn Windows features on or off - (uncheck/turn off) Hyper-V.
Click OK
Select Do not restart.
And then type the following cmds in cmd prompt.. to Delete the related EFI variables from the BCD file...
Launch cmd as admin...
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 ...
This is a solution. It is so good for me to solve my laptop.
If you don't get it. Feel free to send me an email.
Good bye. And Good Luck.