VMware Workstation and Device/Credential Guard are not compatible

前端 未结 13 1577
别跟我提以往
别跟我提以往 2020-12-22 15:10

I have been running VMware for the last year no problems, today I opened it up to start one of my VM and get an error message, see screen shot.

I did follow

13条回答
  •  -上瘾入骨i
    2020-12-22 15:17

    Here are proper instructions so that everyone can follow.

    • First download Device Guard and Credential Guard hardware readiness tool from this link: https://www.microsoft.com/en-us/download/details.aspx?id=53337
    • extract the zip folder content to some location like: C:\guard_tool
    • you will have files like this copy file name of ps1 extension file in my case its v3.6 so it will be : DG_Readiness_Tool_v3.6.ps1

    • Next click on start menu and search for powershell and then right click on it and run as Administrator.

    • After that you will see blue color terminal enter command cd C:\guard_tool , replace the path after cd with your extracted location of the tool
    • Now enter command: .\DG_Readiness_Tool_v3.6.ps1 -Disable
    • After that reboot system
    • When your system is restarting it boot time system will show notification with black background to verify that you want to disable these features so press F3 to confirm.
    • do +1 if it helped :)

提交回复
热议问题