mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
Update disable-windows-defender-application-control-policies.md
This commit is contained in:
@ -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}"
|
||||||
|
Reference in New Issue
Block a user