Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
|
||||
<assembly>
|
||||
<assemblyIdentity
|
||||
name="Microsoft-Windows-NetFx4Policy-RM"
|
||||
processorArchitecture="*"
|
||||
version="0.0.0.0"
|
||||
versionScope="nonSxS"
|
||||
/>
|
||||
<migration
|
||||
scope="Upgrade,MigWiz,USMT"
|
||||
replacementSettingsVersionRange="0"
|
||||
settingsVersion="0"
|
||||
alwaysProcess="yes"
|
||||
>
|
||||
<migXml xmlns="">
|
||||
<detects>
|
||||
<detect>
|
||||
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.2")</condition>
|
||||
</detect>
|
||||
</detects>
|
||||
<rules context="System">
|
||||
<include>
|
||||
<objectSet>
|
||||
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default\* [*]</pattern>
|
||||
</objectSet>
|
||||
</include>
|
||||
</rules>
|
||||
</migXml>
|
||||
</migration>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user