mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 04:13:41 +00:00
Update windows/security/threat-protection/windows-defender-application-control/allow-com-object-registration-in-windows-defender-application-control-policy.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
@ -136,10 +136,11 @@ PS C:\WINDOWS\system32> Set-CIPolicySetting -FilePath <path to policy xml>\WDAC_
|
|||||||
|
|
||||||
Once the command is run, you will find that the following section is added to the policy xml.
|
Once the command is run, you will find that the following section is added to the policy xml.
|
||||||
|
|
||||||
|
```XML
|
||||||
<Settings>
|
<Settings>
|
||||||
<Setting Provider="WSH" Key="8856f961-340a-11d0-a96b-00c04fd705a2" ValueName="EnterpriseDefinedClsId">
|
<Setting Provider="WSH" Key="8856f961-340a-11d0-a96b-00c04fd705a2" ValueName="EnterpriseDefinedClsId">
|
||||||
<Value>
|
<Value>
|
||||||
<Boolean>true</Boolean>
|
<Boolean>true</Boolean>
|
||||||
</Value>
|
</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user