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

40 lines
1.3 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-LocalAccountMigPlugin"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration
alwaysProcess="yes"
replacementSettingsVersionRange="0-1"
scope="Upgrade"
settingsVersion="2"
>
<migXml xmlns="">
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\NgcPin\* [*]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\NgcPin [EnablePinReset]</pattern>
</objectSet>
</exclude>
</rules>
<plugin
classId="{dfd9f03f-a2e1-48f2-a579-57d61a2c3061}"
file="Microsoft-Windows-Security-NGC-LocalAccountMigPlugin\NgcLocalAccountMigPlugin.dll"
/>
</migXml>
</migration>
</assembly>