Initial commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?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-UDFS"
|
||||
processorArchitecture="*"
|
||||
version="0.0.0.0"
|
||||
versionScope="nonSxS"
|
||||
/>
|
||||
<migration
|
||||
xmlns:auto-ns1="urn:schemas-microsoft-com:asm.v3"
|
||||
replacementSettingsVersionRange="0"
|
||||
replacementVersionRange="6.0-6.1"
|
||||
scope="Upgrade,MigWiz,USMT,SvrMig"
|
||||
settingsVersion="0"
|
||||
>
|
||||
<migXml xmlns="">
|
||||
<!-- Migrate UdfsCloseSessionOnEject from Windows 7 -->
|
||||
<rules context="System">
|
||||
<detects>
|
||||
<detect>
|
||||
<condition>MigXmlHelper.DoesOSMatch("NT", "6.1.*")</condition>
|
||||
</detect>
|
||||
</detects>
|
||||
<include>
|
||||
<objectSet>
|
||||
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem [UdfsCloseSessionOnEject]</pattern>
|
||||
</objectSet>
|
||||
</include>
|
||||
</rules>
|
||||
<!-- Migrate UdfsSoftwareDefectManagement from both Vista & Windows 7 -->
|
||||
<rules context="System">
|
||||
<include>
|
||||
<objectSet>
|
||||
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\FileSystem [UdfsSoftwareDefectManagement]</pattern>
|
||||
</objectSet>
|
||||
</include>
|
||||
</rules>
|
||||
</migXml>
|
||||
</migration>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user