Files
windows-builder/setup-media-template/sources/replacementmanifests/performancecounterinfrastructurenonexecutable-replacement.man
2026-06-02 03:37:09 -07:00

41 lines
1.6 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
name="Microsoft-Windows-PerformanceCounterInfrastructureNonExecutable"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration
ignoreConfigurationSection="Yes"
replacementSettingsVersionRange="0"
settingsVersion="1"
>
<migXml xmlns="">
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib [Last Counter]</pattern>
<pattern type="Registry">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib [Last Help]</pattern>
</objectSet>
</include>
<merge>
<objectSet script="MigXmlHelper.DestinationPriority()">
<pattern type="Registry">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib [Last Counter]</pattern>
<pattern type="Registry">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib [Last Help]</pattern>
</objectSet>
</merge>
<excludeAttributes attributes="Security">
<objectSet>
<pattern type="Registry">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</pattern>
</objectSet>
</excludeAttributes>
</rules>
</migXml>
</migration>
</assembly>