Mini Kabibi Habibi
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v3"
authors="maheshl"
buildFilter=""
company="Microsoft corporation"
copyright=""
description="$(resourceString.description)"
displayName="$(resourceString.displayName)"
manifestVersion="1.0"
owners="maheshl"
supportInformation=""
testers=""
>
<assemblyIdentity
language="*"
name="Microsoft-Windows-TerminalServices-LocalSessionManager-DL"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration>
<migXml xmlns="">
<detects>
<detect>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0")</condition>
</detect>
</detects>
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server [fDenyTSConnections]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server [AllowRemoteRPC]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server [TSAdvertise]</pattern>
<pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server [DelayConMgrTimeout]</pattern>
</objectSet>
</include>
</rules>
</migXml>
</migration>
</assembly>