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

  1. <assembly manifestVersion="1.0" description="Downlevel manifest to upgrade Group Policy Engine settings" displayName="Downlevel manifest to upgrade Group Policy Engine settings" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-07-10T16:57:29.7034046-07:00" lastUpdateTimeStamp="2005-05-04T04:33:18.0345801Z" authors="gpdev" owners="gpdev" testers="" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-GroupPolicy-Base-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.  
  4.   <migration scope="Upgrade,MigWiz">
  5.     <migrationDisplayID>Performance_and_Maintenance\System_Settings</migrationDisplayID>
  6.     <migXml xmlns="">
  7.   
  8.       <!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
  9.       <detects>
  10.         <detect>
  11.           <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  12.         </detect>
  13.       </detects>
  14.  
  15.      <rules context="System">
  16.         <include>
  17.           <objectSet>
  18.             <!-- migrate the default Local GPOs -->
  19.             <pattern type="File">%windir%\system32\GroupPolicy\*[*]</pattern>
  20.             <!-- migrate the admin, users group Local GPOs -->
  21.             <pattern type="File">%windir%\system32\GroupPolicyUsers\S-1-5-32-544\*[*]</pattern>
  22.             <pattern type="File">%windir%\system32\GroupPolicyUsers\S-1-5-32-545\*[*]</pattern>
  23.           </objectSet>
  24.         </include>
  25.       </rules>
  26.  
  27.       <rules context="System">
  28.         <!-- "Upgrade" is the only migration scenario that we want the following items -->
  29.         <!-- migrated. For e.g., we do NOT want these items to be migrated on "PC-PC" -->
  30.         <!-- migration scenario. -->
  31.         <conditions>
  32.           <condition>MigXmlHelper.IsUpgrade()</condition>
  33.         </conditions>
  34.         <include>
  35.           <objectSet>
  36.             <!-- migrate the user/group Local GPOs -->
  37.             <pattern type="File">%windir%\system32\GroupPolicyUsers\*[*]</pattern>
  38.             <!-- Archive file of registry policy -->
  39.             <pattern type="File">%ALLUSERSPROFILE% [ntuser.pol]</pattern>
  40.             <!-- migrate specific winlogon registry keys -->
  41.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [HideStartupScripts]</pattern>
  42.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [HideShutdownScripts]</pattern>
  43.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [RunStartupScriptSync]</pattern>
  44.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [GpNetworkStartTimeoutPolicyValue]</pattern>
  45.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DenyUsersFromMachGP]</pattern>
  46.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DisableBkGndGroupPolicy]</pattern>
  47.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [SyncForegroundPolicy]</pattern>
  48.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DisableLGPOProcessing]</pattern>
  49.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [DenyRsopToInteractiveUser]</pattern>
  50.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [RSoPGarbageCollectionInterval]</pattern>
  51.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [GroupPolicyMinTransferRate]</pattern>
  52.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [WaitForNetwork]</pattern>
  53.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [UserenvDebugLevel]</pattern>
  54.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [RsopDebugLevel]</pattern>
  55.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics [gpsvcDebugLevel]</pattern>
  56.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics [RunDiagnosticLoggingGlobal]</pattern>
  57.             <pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics [RunDiagnosticLoggingGroupPolicy]</pattern>
  58.             <pattern type="Registry">HKLM\Software\Policies\* [*]</pattern>
  59.             <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\* [*]</pattern>
  60.           </objectSet>
  61.         </include>
  62.         <exclude>
  63.           <objectSet>
  64.             <!-- Extensibility point, handled by upgrade -->
  65.             <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum\* [*]</pattern>
  66.             <pattern type="Registry">HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile\* [EnableFirewall]</pattern>
  67.             <pattern type="Registry">HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile\* [EnableFirewall]</pattern>
  68.           </objectSet>
  69.         </exclude>
  70.       </rules>
  71.     
  72.       <rules context="User">
  73.         <!-- "Upgrade" is the only migration scenario that we want the following items -->
  74.         <!-- migrated. For e.g., we do NOT want these items to be migrated on "PC-PC" -->
  75.         <!-- migration scenario. -->
  76.         <conditions>
  77.           <condition>MigXmlHelper.IsUpgrade()</condition>
  78.         </conditions>
  79.         <include>
  80.           <objectSet>
  81.             <pattern type="Registry">HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [HideLogonScripts]</pattern>
  82.             <pattern type="Registry">HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [HideLogoffScripts]</pattern>
  83.             <pattern type="Registry">HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [RunLogonScriptSync]</pattern>
  84.             <pattern type="Registry">HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon [GroupPolicyMinTransferRate]</pattern>
  85.             <pattern type="Registry">HKCU\Software\Policies\* [*]</pattern>
  86.             <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\* [*]</pattern>
  87.           </objectSet>
  88.         </include>
  89.         <exclude>
  90.           <objectSet>
  91.             <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer [DisablePersonalDirChange]</pattern>
  92.           </objectSet>
  93.         </exclude>
  94.       </rules>
  95.     </migXml>
  96.   </migration>
  97. </assembly>
  98.