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:
yogesh thangjam
2021-03-01 14:06:54 -06:00
committed by GitHub
parent 6efb94c299
commit 97af818442

View File

@ -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>
```