VMware reported an error after installing docker

Problem: after installing docker and opening VMware, an error is reported

Problem tip: VMware Workstation is incompatible with device/credential guard

Scheme:

Close hypervisorlaunchtype

Execution steps:

1. Open PowerShell as administrator

2. Operation command:

bcdedit /set hypervisorlaunchtype off

PS: if you want to restart:

bcdedit /set hypervisorlaunchtype auto

Explain

The Bcdedit/set command sets the startup item option value in the windows boot configuration data file (BCD)

Format Bcdedit/set [{ID}] datatype value

Hypervisordebug [on | off]
controls whether the hypervisor debugger is enabled

Reference

https://docs.microsoft.com/zh-cn/windows-hardware/drivers/devtest/bcdedit–set

Similar Posts: