Files
usmt/tools/amd64/ReplacementManifests/shmig-replacement.man
T

56 lines
2.4 KiB
Groff
Raw Normal View History

2019-11-26 10:13:17 -05:00
<?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-shmig"
processorArchitecture="*"
publicKeyToken=""
version="0.0.0.0"
versionScope="nonSxS"
/>
<!-- The replacement manifest will allow this _new_ gather plugin to run in the Old OS -->
2020-05-29 23:54:35 -04:00
<!-- The settingsVersion below should be the same as in shmig.man -->
<!-- replacementSettingsVersionRange should be 0 to settingsVersion minus 1 -->
2019-11-26 10:13:17 -05:00
<migration
2020-05-29 23:54:35 -04:00
replacementSettingsVersionRange="0-4"
2019-11-26 10:13:17 -05:00
scope="Upgrade,MigWiz,USMT"
2020-05-29 23:54:35 -04:00
settingsVersion="5"
2019-11-26 10:13:17 -05:00
>
<machineSpecific>
<migXml xmlns="">
<plugin
classId="{526D451C-721A-4b97-AD34-DCE5D8CD22C5}"
file="Microsoft-Windows-shmig\shmig.dll"
offlineApply="yes"
/>
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema\* [*]</pattern>
<pattern type="Registry">HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema\* [*]</pattern>
2020-05-29 23:54:35 -04:00
<!-- Migrate Desktop NamespaceRestrictionHelper keys used in EDU SharedPC scenarios -->
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\AllowedEnumeration\* [*]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\AllowedNavigation\* [*]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\TWinUI\FilePicker [OverrideDefaultLocation]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32 [OverrideDefaultLocation]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced [LaunchTo]</pattern>
2019-11-26 10:13:17 -05:00
</objectSet>
</include>
</rules>
</migXml>
</machineSpecific>
<migXml xmlns="">
<plugin
classId="{050ed09e-a530-41e6-8ac9-a9a96e74a2c1}"
file="Microsoft-Windows-shmig\shmig.dll"
2020-05-29 23:54:35 -04:00
offlineApply="yes"
2019-11-26 10:13:17 -05:00
/>
</migXml>
</migration>
</assembly>