User Tools

Site Tools


vm:virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:virtualbox [2018/07/13 10:59] skipidarvm:virtualbox [2020/12/27 20:35] (current) – external edit 127.0.0.1
Line 44: Line 44:
  
 You can check, whether the device guard is running under  You can check, whether the device guard is running under 
 +
 +
 +
 +== Device Guard and Credential Guard hardware readiness tool ==
 +You can use the tool to disable the DeviceGuard.
 +
 +Use the **Device Guard and Credential Guard hardware readiness tool** from Microsoft to disable the credential guard:
 +https://www.microsoft.com/en-us/download/details.aspx?id=53337
 +
 +Run Powershell as administrator and follow this steps:
 +
 +To verify DG/CG is enabled: 
 +<code>DG_Readiness_Tool_v3.6 -Ready</code>
 +
 +To disable DG/CG: 
 +<code>DG_Readiness_Tool_v3.6 -Disable</code>
 +
 +and restart the PC.
 +
 +If Powershell can't execute the script, first try to set the execution policies unrestricted with this just typing:
 +
 +<code>Set-ExecutionPolicy Unrestricted</code>
 +
 +Try again to execute the script and restart the PC.
 +
 +
 +
  
 === Resolution === === Resolution ===
vm/virtualbox.1531479544.txt.gz · Last modified: (external edit)