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

43 lines
1.7 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-Security-NGC-CredProv"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration
offlineApply="no"
replacementSettingsVersionRange="0"
scope="Upgrade"
settingsVersion="1"
>
<migXml xmlns="">
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{D6886603-9D2F-4EB2-B667-1971041FA96B}\$ [LogonCredsAvailable]</pattern>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Preboot\AccountInfo\* [*]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{D6886603-9D2F-4EB2-B667-1971041FA96B} [LogonCredsAvailable]</pattern>
</objectSet>
</exclude>
<merge script="MigXmlHelper.SourcePriority()">
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{D6886603-9D2F-4EB2-B667-1971041FA96B}\$ [LogonCredsAvailable]</pattern>
</objectSet>
</merge>
</rules>
</migXml>
<migrationDisplayID>Security\Security_Options</migrationDisplayID>
</migration>
</assembly>