mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-23 02:37:23 +00:00
Merge pull request #9324 from rdbahm/HVCI
Make verifier run on next boot only
This commit is contained in:
commit
a2f65602cc
@ -678,7 +678,7 @@ function CheckDriverCompat
|
|||||||
if($verifier_state.ToString().Contains("No drivers are currently verified."))
|
if($verifier_state.ToString().Contains("No drivers are currently verified."))
|
||||||
{
|
{
|
||||||
LogAndConsole "Enabling Driver verifier"
|
LogAndConsole "Enabling Driver verifier"
|
||||||
verifier.exe /flags 0x02000000 /all /log.code_integrity
|
verifier.exe /flags 0x02000000 /all /bootmode oneboot /log.code_integrity
|
||||||
|
|
||||||
LogAndConsole "Enabling Driver Verifier and Rebooting system"
|
LogAndConsole "Enabling Driver Verifier and Rebooting system"
|
||||||
Log $verifier_state
|
Log $verifier_state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user