Merge pull request #3807 from hyoshioka0128/patch-1

Typo "&lt;"→"<", "&gt;"→">"
This commit is contained in:
Liza Poggemeyer 2019-06-06 15:21:11 -07:00 committed by GitHub
commit 3b83782ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,22 +74,22 @@ In the following example, the **Id** can be any generated GUID and the **Name**
<Type xmlns="syncml:metinf">text/plain</Type> <Type xmlns="syncml:metinf">text/plain</Type>
</Meta> </Meta>
<Data> <Data>
&lt;RuleCollection Type="Appx" EnforcementMode="Enabled"&gt; <RuleCollection Type="Appx" EnforcementMode="Enabled">
&lt;FilePublisherRule Id="a9e18c21-ff8f-43cf-b9fc-db40eed693ba" Name="(Default Rule) All signed packaged apps" Description="Allows members of the Everyone group to run packaged apps that are signed." UserOrGroupSid="S-1-1-0" Action="Allow"&gt; <FilePublisherRule Id="a9e18c21-ff8f-43cf-b9fc-db40eed693ba" Name="(Default Rule) All signed packaged apps" Description="Allows members of the Everyone group to run packaged apps that are signed." UserOrGroupSid="S-1-1-0" Action="Allow">
&lt;Conditions&gt; <Conditions>
&lt;FilePublisherCondition PublisherName="*" ProductName="*" BinaryName="*"&gt; <FilePublisherCondition PublisherName="*" ProductName="*" BinaryName="*">
&lt;BinaryVersionRange LowSection="0.0.0.0" HighSection="*" /&gt; <BinaryVersionRange LowSection="0.0.0.0" HighSection="*" />
&lt;/FilePublisherCondition&gt; </FilePublisherCondition>
&lt;/Conditions&gt; </Conditions>
&lt;/FilePublisherRule&gt; </FilePublisherRule>
&lt;FilePublisherRule Id="d26da4e7-0b01-484d-a8d3-d5b5341b2d55" Name="Block Mixed Reality Portal" Description="" UserOrGroupSid="S-1-1-0" Action="Deny"&gt; <FilePublisherRule Id="d26da4e7-0b01-484d-a8d3-d5b5341b2d55" Name="Block Mixed Reality Portal" Description="" UserOrGroupSid="S-1-1-0" Action="Deny">
&lt;Conditions&gt; <Conditions>
&lt;FilePublisherCondition PublisherName="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProductName="Microsoft.Windows.HolographicFirstRun" BinaryName="*"&gt; <FilePublisherCondition PublisherName="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProductName="Microsoft.Windows.HolographicFirstRun" BinaryName="*">
&lt;BinaryVersionRange LowSection="*" HighSection="*" /&gt; <BinaryVersionRange LowSection="*" HighSection="*" />
&lt;/FilePublisherCondition&gt; </FilePublisherCondition>
&lt;/Conditions&gt; </Conditions>
&lt;/FilePublisherRule&gt; </FilePublisherRule>
&lt;/RuleCollection&gt;&gt; </RuleCollection>>
</Data> </Data>
</Item> </Item>
</Add> </Add>