Update disable-windows-defender-application-control-policies.md

This commit is contained in:
jsuther1974
2022-11-04 09:17:04 -07:00
parent 6f02c2f1ba
commit 54def68f5a

View File

@ -114,7 +114,7 @@ Then restart the computer.
```powershell ```powershell
# Set PolicyId GUID to the PolicyId from your WDAC policy XML # Set PolicyId GUID to the PolicyId from your WDAC policy XML
$PolicyId = "{A244370E-44C9-4C06-B551-F6016E563076}" $PolicyId = "{PolicyId GUID}"
# Initialize variables # Initialize variables
$SinglePolicyFormatPolicyId = "{A244370E-44C9-4C06-B551-F6016E563076}" $SinglePolicyFormatPolicyId = "{A244370E-44C9-4C06-B551-F6016E563076}"