VMware Workstation is not compatible with Device / Credential Guard. After disabling Device / Credential Guard

VMware Workstation is not compatible with Device / Credential Guard. After disabling Device / Credential Guard, you can run VMware Workstation.

Reasons for problems:

Cause 1. This problem occurs because Device Guard or Credential Guard is not compatible with Workstation.

The second reason is that the Hyper-V of Windows system is incompatible.

solution:

first step:

"Win + R" Open Run, enter gpedit.msc, make sure to open the local group policy editor
Go to Local Computer Policy> Computer Configuration> Administrative Templates> System> Device Guard
Turn on the virtualization-based security settings to "disabled"

win + R "Open to run, enter gpedit.msc
Device Guard location
Device Guard disabled

The second step:

"Win + R" to open the run, enter services.msc, make sure to open the local service> find the HV host service> start type is set to "disabled"
"Win + R" to open and run, enter services.msc
HV hosting service
The startup type is set to "disabled"

third step:

"Control Panel"> "Uninstall a program"> "Turn Windows features on or off" to close Hyper-V, choose not to restart
Close Hyper-V

the fourth step:

Shut down Hyper-V by command (shutting down Hyper-V from the control panel does not play a decisive role)
"win + x", and then run Windows Powershell as an administrator (administrator)
or select "cmd" to run as an administrator

bcdedit /set hypervisorlaunchtype off

 

Run successfully

If you need to restart hyper, you can use the following command

bcdedit /set hypervisorlaunchtype auto

the fifth step:

Restart the computer

Guess you like

Origin www.linuxidc.com/Linux/2020-04/162972.htm