home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / authui-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  31 lines

  1. <assembly>
  2.     <assemblyIdentity name="Microsoft-Windows-Authentication-AuthUI-DL" version="0.0.0.0" processorArchitecture="*" publicKeyToken="" language="neutral" buildType="release" versionScope="nonSxS"></assemblyIdentity>
  3.     <migration>
  4.         <migXml xmlns="">
  5.             <detects>
  6.                 <!-- Check as this is only valid for down-level OS < than Windows Vista -->
  7.                 <detect>
  8.                     <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  9.                 </detect>
  10.             </detects>
  11.             <rules context="System">
  12.                 <include>
  13.                     <objectSet>
  14.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DefaultUserName]</pattern>
  15.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DefaultDomainName]</pattern>
  16.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DefaultPassword]</pattern>
  17.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [AutoAdminLogon]</pattern>
  18.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [AutoLogonCount]</pattern>
  19.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [ForceAutoLogon]</pattern>
  20.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [IgnoreShiftOverride]</pattern>
  21.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DontDisplayLastUserName]</pattern>
  22.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DontDisplayLockedUserId]</pattern>
  23.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [ShutdownWithoutLogon]</pattern>
  24.                         <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\* [*]</pattern>
  25.                     </objectSet>
  26.                 </include>
  27.             </rules>
  28.         </migXml>
  29.     </migration>
  30. </assembly>
  31.