Advertisement
brianfgonzalez

copilot_appblock.xml

Jun 24th, 2025 (edited)
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.89 KB | None | 0 0
  1. <AppLockerPolicy Version="1">
  2.   <RuleCollection Type="Appx" EnforcementMode="Enabled">
  3.     <FilePublisherRule Id="12b0125d-5090-4a2e-a358-a6df0c326b9d" Name="Microsoft.Copilot, from Microsoft Corporation" Description="" UserOrGroupSid="S-1-1-0" Action="Deny">
  4.       <Conditions>
  5.         <FilePublisherCondition PublisherName="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProductName="Microsoft.Copilot" BinaryName="*">
  6.           <BinaryVersionRange LowSection="*" HighSection="*" />
  7.         </FilePublisherCondition>
  8.       </Conditions>
  9.     </FilePublisherRule>
  10.   </RuleCollection>
  11.   <RuleCollection Type="Dll" EnforcementMode="NotConfigured" />
  12.   <RuleCollection Type="Exe" EnforcementMode="NotConfigured" />
  13.   <RuleCollection Type="Msi" EnforcementMode="NotConfigured" />
  14.   <RuleCollection Type="Script" EnforcementMode="NotConfigured" />
  15. </AppLockerPolicy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement