home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / UserProfiles.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  10KB  |  145 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <policyNamespaces>
  5.     <target prefix="userprofiles" namespace="Microsoft.Policies.UserProfiles" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="UserProfiles" displayName="$(string.UserProfiles)">
  11.       <parentCategory ref="windows:System" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="AddAdminGroupToRUP" class="Machine" displayName="$(string.AddAdminGroupToRUP)" explainText="$(string.AddAdminGroupToRUP_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="AddAdminGroupToRUP">
  16.       <parentCategory ref="UserProfiles" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  18.     </policy>
  19.     <policy name="CompatibleRUPSecurity" class="Machine" displayName="$(string.CompatibleRUPSecurity)" explainText="$(string.CompatibleRUPSecurity_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="CompatibleRUPSecurity">
  20.       <parentCategory ref="UserProfiles" />
  21.       <supportedOn ref="windows:SUPPORTED_WindowsXP_SP1_W2K_SP4_NETSERVER" />
  22.     </policy>
  23.     <policy name="Connect_HomeDir_ToRoot" class="User" displayName="$(string.Connect_HomeDir_ToRoot)" explainText="$(string.Connect_HomeDir_ToRoot_Explain)" key="Software\Microsoft\Windows\CurrentVersion\Policies\System" valueName="ConnectHomeDirToRoot">
  24.       <parentCategory ref="UserProfiles" />
  25.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  26.       <enabledValue>
  27.         <decimal value="1" />
  28.       </enabledValue>
  29.       <disabledValue>
  30.         <decimal value="0" />
  31.       </disabledValue>
  32.     </policy>
  33.     <policy name="DeleteRoamingCachedProfiles" class="Machine" displayName="$(string.DeleteRoamingCachedProfiles)" explainText="$(string.DeleteRoamingCachedProfiles_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="DeleteRoamingCache">
  34.       <parentCategory ref="UserProfiles" />
  35.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  36.     </policy>
  37.     <policy name="EnableSlowLinkDetect" class="Machine" displayName="$(string.EnableSlowLinkDetect)" explainText="$(string.EnableSlowLinkDetect_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="SlowLinkDetectEnabled">
  38.       <parentCategory ref="UserProfiles" />
  39.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  40.       <enabledValue>
  41.         <decimal value="0" />
  42.       </enabledValue>
  43.       <disabledValue>
  44.         <decimal value="1" />
  45.       </disabledValue>
  46.     </policy>
  47.     <policy name="EnableSlowLinkUI" class="Machine" displayName="$(string.EnableSlowLinkUI)" explainText="$(string.EnableSlowLinkUI_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="SlowLinkUIEnabled">
  48.       <parentCategory ref="UserProfiles" />
  49.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  50.     </policy>
  51.     <policy name="ExcludeDirectories" class="User" displayName="$(string.ExcludeDirectories)" explainText="$(string.ExcludeDirectories_Help)" presentation="$(presentation.ExcludeDirectories)" key="Software\Policies\Microsoft\Windows\System">
  52.       <parentCategory ref="UserProfiles" />
  53.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  54.       <elements>
  55.         <text id="ExcludeMessage" valueName="ExcludeProfileDirs" maxLength="4096" />
  56.       </elements>
  57.     </policy>
  58.     <policy name="LeaveAppMgmtData" class="Machine" displayName="$(string.LeaveAppMgmtData)" explainText="$(string.LeaveAppMgmtData_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="LeaveAppMgmtData">
  59.       <parentCategory ref="UserProfiles" />
  60.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2_Or_WindowsNETSP1" />
  61.     </policy>
  62.     <policy name="LimitSize" class="User" displayName="$(string.LimitSize)" explainText="$(string.LimitSize_Help)" presentation="$(presentation.LimitSize)" key="Software\Microsoft\Windows\CurrentVersion\Policies\System" valueName="EnableProfileQuota">
  63.       <parentCategory ref="UserProfiles" />
  64.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  65.       <elements>
  66.         <text id="SizeMessage" valueName="ProfileQuotaMessage" />
  67.         <decimal id="ProfileSize" valueName="MaxProfileSize" required="true" minValue="300" maxValue="30000000" />
  68.         <boolean id="IncludeRegInProQuota" valueName="IncludeRegInProQuota" />
  69.         <boolean id="WarnUser" valueName="WarnUser" />
  70.         <decimal id="WarnUserTimeout" valueName="WarnUserTimeout" required="true" />
  71.       </elements>
  72.     </policy>
  73.     <policy name="LocalProfile" class="Machine" displayName="$(string.LocalProfile)" explainText="$(string.LocalProfile_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="LocalProfile">
  74.       <parentCategory ref="UserProfiles" />
  75.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  76.     </policy>
  77.     <policy name="ProfileDlgTimeOut" class="Machine" displayName="$(string.ProfileDlgTimeOut)" explainText="$(string.ProfileDlgTimeOut_Help)" presentation="$(presentation.ProfileDlgTimeOut)" key="Software\Policies\Microsoft\Windows\System">
  78.       <parentCategory ref="UserProfiles" />
  79.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  80.       <elements>
  81.         <decimal id="ProfileDlgWaitInterval" valueName="ProfileDlgTimeOut" required="true" maxValue="600" />
  82.       </elements>
  83.     </policy>
  84.     <policy name="ProfileErrorAction" class="Machine" displayName="$(string.ProfileErrorAction)" explainText="$(string.ProfileErrorAction_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="ProfileErrorAction">
  85.       <parentCategory ref="UserProfiles" />
  86.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  87.     </policy>
  88.     <policy name="ProfileUnloadTimeout" class="Machine" displayName="$(string.ProfileUnloadTimeout)" explainText="$(string.ProfileUnloadTimeout_Help)" presentation="$(presentation.ProfileUnloadTimeout)" key="Software\Policies\Microsoft\Windows\System">
  89.       <parentCategory ref="UserProfiles" />
  90.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  91.       <elements>
  92.         <decimal id="ProfileUnloadTimeoutPrompt" valueName="ProfileUnloadTimeout" required="true" maxValue="4294967295" />
  93.       </elements>
  94.     </policy>
  95.     <policy name="Readonlyuserprofile" class="Machine" displayName="$(string.Readonlyuserprofile)" explainText="$(string.Readonlyuserprofile_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="ReadOnlyProfile">
  96.       <parentCategory ref="UserProfiles" />
  97.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  98.     </policy>
  99.     <policy name="SlowLinkDefault" class="Machine" displayName="$(string.SlowLinkDefault)" explainText="$(string.SlowLinkDefault_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="SlowLinkProfileDefault">
  100.       <parentCategory ref="UserProfiles" />
  101.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  102.     </policy>
  103.     <policy name="SlowLinkTimeOut" class="Machine" displayName="$(string.SlowLinkTimeOut)" explainText="$(string.SlowLinkTimeOut_Help)" presentation="$(presentation.SlowLinkTimeOut)" key="Software\Policies\Microsoft\Windows\System">
  104.       <parentCategory ref="UserProfiles" />
  105.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  106.       <elements>
  107.         <decimal id="TransferRateOp" valueName="UserProfileMinTransferRate" maxValue="4294967200" />
  108.         <decimal id="SlowLinkWaitInterval" valueName="SlowLinkTimeOut" required="true" maxValue="20000" />
  109.       </elements>
  110.     </policy>
  111.     <policy name="CleanupProfiles" class="Machine" displayName="$(string.CleanupProfiles)" explainText="$(string.CleanupProfiles_Help)" presentation="$(presentation.CleanupProfiles)" key="Software\Policies\Microsoft\Windows\System">
  112.       <parentCategory ref="UserProfiles" />
  113.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  114.       <elements>
  115.         <decimal id="CleanupProfiles_Days" valueName="CleanupProfiles" required="true" minValue="1" maxValue="99999" />
  116.       </elements>
  117.     </policy>
  118.     <policy name="CscSuspendDirectories" class="User" displayName="$(string.CscSuspendDirectories)" explainText="$(string.CscSuspendDirectories_Help)" presentation="$(presentation.CscSuspendDirectories)" key="Software\Policies\Microsoft\Windows\System">
  119.       <parentCategory ref="UserProfiles" />
  120.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  121.       <elements>
  122.         <text id="CscSuspendDirectories_Message" valueName="CscSuspendDirs" maxLength="4096" expandable="true" />
  123.       </elements>
  124.     </policy>
  125.     <policy name="DontForceUnloadHive" class="Machine" displayName="$(string.DontForceUnloadHive)" explainText="$(string.DontForceUnloadHive_Help)" key="Software\Policies\Microsoft\Windows\System" valueName="DisableForceUnload">
  126.       <parentCategory ref="UserProfiles" />
  127.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  128.     </policy>
  129.     <policy name="WaitForNetwork" class="Machine" displayName="$(string.WaitForNetwork)" explainText="$(string.WaitForNetwork_Help)" presentation="$(presentation.WaitForNetwork)" key="Software\Policies\Microsoft\Windows\System">
  130.       <parentCategory ref="UserProfiles" />
  131.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  132.       <elements>
  133.         <decimal id="WaitForNetwork_Seconds" valueName="WaitForNetwork" required="true" minValue="0" maxValue="300" />
  134.       </elements>
  135.     </policy>
  136.     <policy name="MachineProfilePath" class="Machine" displayName="$(string.MachineProfilePath)" explainText="$(string.MachineProfilePath_Help)" presentation="$(presentation.MachineProfilePath)" key="Software\Policies\Microsoft\Windows\System">
  137.       <parentCategory ref="UserProfiles" />
  138.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  139.       <elements>
  140.         <text id="MachineProfilePath_Message" valueName="MachineProfilePath" maxLength="260" expandable="true" />
  141.       </elements>
  142.     </policy>
  143.   </policies>
  144. </policyDefinitions>
  145.