Files
2026-06-02 03:37:09 -07:00

74 lines
3.1 KiB
Groff

<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
manifestVersion="1.0"
>
<assemblyIdentity
language="neutral"
name="Microsoft-Windows-CodeIntegrity"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration
replacementSettingsVersionRange="0-9"
scope="Upgrade"
settingsVersion="10"
>
<machineSpecific>
<migXml xmlns="">
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI [IntegrityLevelPolicy]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI [UMCIAuditMode]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Config\* [*]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy\* [*]</pattern>
<pattern type="File">%windir%\System32\CodeIntegrity [SiPolicy.p7b]</pattern>
<pattern type="File">%windir%\System32\CodeIntegrity\CiPolicies\Active\* [*]</pattern>
<pattern type="File">%windir%\System32\CodeIntegrity\Update [driver.stl]</pattern>
<pattern type="File">%windir%\System32\CodeIntegrity\Update\Previous [driver.stl]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy [ManufacturingMode]</pattern>
</objectSet>
</exclude>
<addObjects>
<conditions>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "10.0.10586")</condition>
</conditions>
<object>
<location type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy [UpgradedSystem]</location>
<attributes>dword</attributes>
<bytes>01000000</bytes>
</object>
</addObjects>
<addObjects>
<conditions>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "10.0.14393")</condition>
</conditions>
<object>
<location type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy [BootUpgradedSystem]</location>
<attributes>dword</attributes>
<bytes>01000000</bytes>
</object>
</addObjects>
<addObjects>
<conditions>
<condition negation="Yes">MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy [VerifiedAndReputablePolicyState]")</condition>
</conditions>
<object>
<location type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy [VerifiedAndReputablePolicyState]</location>
<attributes>dword</attributes>
<bytes>00000000</bytes>
</object>
</addObjects>
</rules>
</migXml>
</machineSpecific>
</migration>
</assembly>