home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 November / APC5112K.ISO / patch / microsoft / i386 / system.ad_ / system.adm
Encoding:
Windows Policy Administrative Template - Unicode  |  2000-07-21  |  717.8 KB  |  4,684 lines

  1. #if version <= 2
  2.  
  3. CLASS USER
  4.  
  5. CATEGORY  !!GPOnly
  6.  
  7.     POLICY !!GPOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!GPOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!GPOnly_Tip2  TEXT
  14.         END PART
  15.  
  16.         PART !!GPOnly_Tip3  TEXT
  17.         END PART
  18.  
  19.         PART !!GPOnly_Tip4  TEXT
  20.         END PART
  21.  
  22.         PART !!GPOnly_Tip5  TEXT
  23.         END PART
  24.     END POLICY
  25.  
  26. END CATEGORY
  27.  
  28. CLASS MACHINE
  29.  
  30. CATEGORY  !!GPOnly
  31.  
  32.     POLICY !!GPOnlyPolicy
  33.         KEYNAME "Software\Policies"
  34.  
  35.         PART !!GPOnly_Tip1  TEXT
  36.         END PART
  37.  
  38.         PART !!GPOnly_Tip2  TEXT
  39.         END PART
  40.  
  41.         PART !!GPOnly_Tip3  TEXT
  42.         END PART
  43.  
  44.         PART !!GPOnly_Tip4  TEXT
  45.         END PART
  46.  
  47.         PART !!GPOnly_Tip5  TEXT
  48.         END PART
  49.     END POLICY
  50.  
  51. END CATEGORY
  52.  
  53.  
  54. #endif
  55.  
  56. #if version >= 3
  57.  
  58. CLASS MACHINE
  59.  
  60. CATEGORY !!AdministrativeServices
  61.  
  62.     POLICY !!NoSecurityMenu
  63.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  64.     EXPLAIN !!NoSecurityMenu_Help
  65.         VALUENAME "NoNTSecurity"
  66.     END POLICY
  67.  
  68.     POLICY !!NoDisconnectMenu
  69.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  70.         EXPLAIN !!NoDisconnectMenu_Help
  71.            VALUENAME "NoDisconnect"
  72.     END POLICY
  73.  
  74.     POLICY !!DisableStatusMessages
  75.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  76.         EXPLAIN !!DisableStatusMessages_Help
  77.         VALUENAME "DisableStatusMessages"
  78.     END POLICY
  79.  
  80.     POLICY !!VerboseStatus
  81.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  82.     EXPLAIN !!VerboseStatus_Help
  83.             VALUENAME "VerboseStatus"
  84.     END POLICY
  85.  
  86.     POLICY !!Autorun
  87.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  88.     EXPLAIN !!Autorun_Help
  89.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  90.             VALUENAME "NoDriveTypeAutoRun"
  91.         ITEMLIST
  92.                 NAME !!Autorun_NoCD     VALUE NUMERIC 181   DEFAULT
  93.         NAME !!Autorun_None    VALUE NUMERIC 255
  94.             END ITEMLIST
  95.         END PART
  96.     END POLICY
  97.  
  98.     POLICY !!NoWelcomeTips
  99.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  100.     EXPLAIN !!NoWelcomeTips_Help 
  101.           VALUENAME "NoWelcomeScreen"
  102.     END POLICY
  103.  
  104.     POLICY !!Run
  105.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  106.     EXPLAIN !!Run_Help
  107.     PART !!RunListBox    LISTBOX 
  108.         VALUEPREFIX ""
  109.     END PART
  110.     END POLICY
  111.  
  112.     POLICY !!DisableExplorerRunOnceLegacy
  113.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  114.     EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  115.       VALUENAME "DisableLocalMachineRunOnce"
  116.     END POLICY
  117.  
  118.     POLICY !!DisableExplorerRunLegacy
  119.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  120.     EXPLAIN !!DisableExplorerRunLegacy_Help
  121.         VALUENAME "DisableLocalMachineRun"
  122.     END POLICY
  123.  
  124.     POLICY !!NoEncryptOnMove 
  125.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" 
  126.         EXPLAIN !!NoEncryptOnMove_Help 
  127.         VALUENAME "NoEncryptOnMove" 
  128.     END POLICY 
  129.  
  130.     POLICY !!AppMgmt_COM_SearchForCLSID
  131.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  132.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  133.         VALUENAME "COMClassStore"
  134.     END POLICY
  135.  
  136.     CATEGORY !!Login_Policies
  137.  
  138.     POLICY !!Run_Logon_Script_Sync
  139.             EXPLAIN !!Run_Logon_Script_Sync_Help
  140.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  141.             VALUENAME "RunLogonScriptSync"
  142.         VALUEON NUMERIC 1
  143.         VALUEOFF NUMERIC 0
  144.     END POLICY
  145.  
  146.         POLICY !!Run_Startup_Script_Sync
  147.             EXPLAIN !!Run_Startup_Script_Sync_Help
  148.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  149.             VALUENAME "RunStartupScriptSync"
  150.         VALUEON  NUMERIC 0
  151.         VALUEOFF NUMERIC 1
  152.     END POLICY
  153.  
  154.         POLICY !!Run_Startup_Script_Visible
  155.             EXPLAIN !!Run_Startup_Script_Visible_Explain
  156.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  157.             VALUENAME "HideStartupScripts"
  158.                 VALUEON NUMERIC 0
  159.                 VALUEOFF NUMERIC 1
  160.     END POLICY
  161.  
  162.         POLICY !!Run_Shutdown_Script_Visible
  163.             EXPLAIN !!Run_Shutdown_Script_Visible_Explain
  164.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  165.             VALUENAME "HideShutdownScripts"
  166.                    VALUEON NUMERIC 0
  167.                    VALUEOFF NUMERIC 1
  168.         END POLICY
  169.  
  170.         POLICY !!MaxGPOScriptWaitPolicy
  171.             EXPLAIN !!MaxGPOScriptWaitPolicy_Help    
  172.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  173.  
  174.         PART !!MaxGPOScriptWait    NUMERIC REQUIRED
  175.         VALUENAME "MaxGPOScriptWait"
  176.             MIN 0 MAX 32000 DEFAULT 600
  177.         END PART
  178.  
  179.             PART !!GPO_Script_Tip      TEXT    
  180.         END PART
  181.         END POLICY
  182.  
  183.     POLICY !!DeleteRoamingCachedProfiles
  184.                EXPLAIN !!DeleteRoamingCachedProfiles_Help
  185.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  186.         VALUENAME "DeleteRoamingCache"
  187.  
  188.         PART !!DeleteCache_Tip1                          TEXT  
  189.         END PART
  190.         PART !!DeleteCache_Tip2                          TEXT  
  191.         END PART
  192.  
  193.         END POLICY
  194.  
  195.     POLICY !!EnableSlowLinkDetect
  196.                EXPLAIN !!EnableSlowLinkDetect_Help
  197.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  198.         VALUENAME "SlowLinkDetectEnabled"
  199.         VALUEON NUMERIC  0
  200.         VALUEOFF NUMERIC 1
  201.         END POLICY
  202.  
  203.         POLICY !!SlowLinkTimeOut
  204.             EXPLAIN !!SlowLinkTimeOut_Help
  205.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  206.  
  207.             PART !!TransferRateTip6 TEXT
  208.             END PART
  209.             PART !!TransferRateTip7 TEXT
  210.             END PART
  211.             PART !!TransferRateTip8 TEXT
  212.             END PART
  213.             PART !!Blank TEXT
  214.             END PART
  215.             PART !!TransferRateTip2 TEXT
  216.             END PART
  217.             PART !!TransferRateTip3 TEXT
  218.             END PART
  219.             PART !!TransferRateTip4 TEXT
  220.             END PART
  221.             PART !!Blank TEXT
  222.             END PART
  223.  
  224.             PART !!TransferRateOp  NUMERIC
  225.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  226.                 VALUENAME "UserProfileMinTransferRate"
  227.             END PART
  228.  
  229.             PART !!TransferRateTip9 TEXT
  230.             END PART
  231.  
  232.             PART !!SlowLinkWaitInterval  NUMERIC REQUIRED
  233.                 VALUENAME "SlowLinkTimeOut"
  234.         MIN 0 MAX 20000 DEFAULT 120
  235.             END PART
  236.  
  237.             PART !!Blank TEXT
  238.             END PART
  239.             PART !!TransferRateTip5 TEXT
  240.             END PART
  241.         END POLICY
  242.  
  243.         POLICY !!SlowLinkDefault
  244.             EXPLAIN !!SlowLinkDefault_Help
  245.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  246.         VALUENAME "SlowLinkProfileDefault"
  247.         END POLICY
  248.  
  249.         POLICY !!EnableSlowLinkUI
  250.             EXPLAIN !!EnableSlowLinkUI_Help
  251.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  252.             VALUENAME "SlowLinkUIEnabled"
  253.         END POLICY
  254.  
  255.         POLICY !!ProfileDlgTimeOut
  256.             EXPLAIN !!ProfileDlgTimeOut_Help
  257.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  258.  
  259.             PART !!ProfileDlgWaitInterval  NUMERIC REQUIRED
  260.             VALUENAME "ProfileDlgTimeOut"
  261.         MIN 0 MAX 600 DEFAULT 30
  262.         END PART
  263.         END POLICY
  264.  
  265.     POLICY !!ProfileErrorAction 
  266.             EXPLAIN !!ProfileErrorAction_Help
  267.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  268.             VALUENAME "ProfileErrorAction"
  269.         END POLICY
  270.  
  271.     POLICY !!ProfileUnloadTimeout
  272.             EXPLAIN !!ProfileUnloadTimeout_Help
  273.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  274.  
  275.             PART !!ProfileUnloadTimeoutPrompt  NUMERIC REQUIRED
  276.                 VALUENAME "ProfileUnloadTimeout"
  277.         MIN 0 MAX 4294967295 DEFAULT 60 SPIN 5
  278.             END PART
  279.         END POLICY
  280.  
  281.     END CATEGORY    ; Login Policies 
  282.  
  283.     CATEGORY !!DiskQuota
  284.  
  285.         KEYNAME "Software\Policies\Microsoft\Windows NT\DiskQuota"
  286.  
  287.         POLICY !!DQ_Enable
  288.             EXPLAIN !!DQ_Enable_Help
  289.         VALUENAME "Enable"
  290.             VALUEON  NUMERIC 1
  291.             VALUEOFF NUMERIC 0
  292.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  293.  
  294.             PART !!DQ_EnableTip1    TEXT    
  295.         END PART
  296.         END POLICY
  297.  
  298.         POLICY !!DQ_Enforce
  299.               EXPLAIN !!DQ_Enforce_Help
  300.         VALUENAME "Enforce"
  301.         VALUEON  NUMERIC 1
  302.         VALUEOFF NUMERIC 0
  303.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  304.  
  305.          PART !!DQ_EnforceTip1   TEXT    
  306.         END PART
  307.         END POLICY
  308.  
  309.         POLICY !!DQ_Limit
  310.             EXPLAIN !!DQ_Limit_Help
  311.  
  312.                PART !!DQ_LimitTip1     TEXT    
  313.         END PART
  314.             PART !!DQ_LimitTip2     TEXT    
  315.         END PART
  316.             PART !!Blank        TEXT    
  317.         END PART
  318.             PART !!DQ_LimitLabel    TEXT    
  319.         END PART
  320.             PART !!Blank        TEXT    
  321.         END PART
  322.  
  323.             PART !!DQ_LimitValue    NUMERIC DEFAULT 100 
  324.         VALUENAME "Limit"
  325.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  326.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  327.         END PART
  328.  
  329.             PART !!DQ_LimitUnits           DROPDOWNLIST NOSORT REQUIRED
  330.         VALUENAME "LimitUnits"
  331.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  332.         ITEMLIST
  333.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  334.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  335.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  336.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  337.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  338.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  339.             END ITEMLIST
  340.             END PART
  341.  
  342.             PART !!Blank                                    TEXT    
  343.         END PART
  344.             PART !!DQ_ThresholdLabel                        TEXT    
  345.         END PART
  346.         PART !!Blank                                    TEXT    
  347.         END PART
  348.  
  349.             PART !!DQ_ThresholdValue     NUMERIC DEFAULT 100 
  350.             VALUENAME "Threshold"
  351.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  352.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  353.             END PART
  354.  
  355.             PART !!DQ_ThresholdUnits           DROPDOWNLIST NOSORT REQUIRED
  356.         VALUENAME "ThresholdUnits"
  357.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  358.         ITEMLIST
  359.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  360.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  361.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  362.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  363.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  364.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  365.                 END ITEMLIST
  366.         END PART
  367.         END POLICY
  368.             
  369.         POLICY !!DQ_LogEventOverLimit
  370.         EXPLAIN !!DQ_LogEventOverLimit_Help
  371.         VALUENAME "LogEventOverLimit"
  372.             VALUEON  NUMERIC 1
  373.             VALUEOFF NUMERIC 0
  374.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  375.  
  376.             PART !!DQ_LogEventOverLimitTip1         TEXT    
  377.         END PART
  378.             PART !!DQ_LogEventOverLimitTip2         TEXT    
  379.         END PART
  380.         END POLICY
  381.  
  382.         POLICY !!DQ_LogEventOverThreshold
  383.             EXPLAIN !!DQ_LogEventOverThreshold_Help
  384.         VALUENAME "LogEventOverThreshold"
  385.             VALUEON  NUMERIC 1
  386.             VALUEOFF NUMERIC 0
  387.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  388.  
  389.             PART !!DQ_LogEventOverThresholdTip1     TEXT    
  390.             END PART
  391.             PART !!DQ_LogEventOverThresholdTip2     TEXT    
  392.         END PART
  393.     END POLICY
  394.  
  395.         POLICY !!DQ_RemovableMedia
  396.         EXPLAIN !!DQ_RemovableMedia_Help
  397.         VALUENAME "ApplyToRemovableMedia"
  398.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  399.  
  400.             PART !!DQ_RemovableMediaTip1                        TEXT    
  401.             END PART
  402.             PART !!DQ_RemovableMediaTip2                        TEXT    
  403.         END PART
  404.     END POLICY
  405.  
  406.     END CATEGORY  ; DiskQuota
  407.  
  408.     CATEGORY !!DnsClient
  409.  
  410.     KEYNAME "Software\Policies\Microsoft\System\DNSclient"
  411.  
  412.     POLICY !!PrimaryDnsSuffix
  413.         EXPLAIN !!PrimaryDnsSuffix_Help
  414.             PART !!PrimaryDnsSuffixBox    EDITTEXT
  415.         VALUENAME "NV PrimaryDnsSuffix"
  416.             END PART
  417.         END POLICY
  418.  
  419.     END CATEGORY ;DNS_Client
  420.  
  421.     CATEGORY !!PolicyPolicies
  422.  
  423.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  424.  
  425.         POLICY !!DisableBackgroundPolicy
  426.             EXPLAIN !!DisableBackgroundPolicy_Help
  427.             VALUENAME "DisableBkGndGroupPolicy"
  428.         END POLICY
  429.  
  430.         POLICY !!AsynchronousMachineGroupPolicy
  431.             EXPLAIN !!AsynchronousMachineGroupPolicy_Help
  432.             VALUENAME "SynchronousMachineGroupPolicy"
  433.         VALUEON  NUMERIC 0
  434.         VALUEOFF NUMERIC 1
  435.         END POLICY
  436.  
  437.         POLICY !!AsynchronousUserGroupPolicy
  438.             EXPLAIN !!AsynchronousUserGroupPolicy_Help
  439.             VALUENAME "SynchronousUserGroupPolicy"
  440.         VALUEON  NUMERIC 0
  441.         VALUEOFF NUMERIC 1        
  442.         END POLICY
  443.  
  444.     POLICY !!GroupPolicyRefreshRate
  445.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  446.             EXPLAIN !!GroupPolicyRefreshRate_Help
  447.  
  448.               PART !!GPRefreshRate_C_Desc1  TEXT
  449.             END PART
  450.             PART !!GPRefreshRate_C_Desc2  TEXT
  451.             END PART
  452.  
  453.             PART !!GPRefreshRate    NUMERIC REQUIRED
  454.                 MIN 0 MAX 64800 DEFAULT 90
  455.                 VALUENAME "GroupPolicyRefreshTime"
  456.             END PART
  457.  
  458.             PART !!Blank    TEXT
  459.             END PART
  460.             PART !!GPRefreshRateOffset_Desc1  TEXT
  461.             END PART
  462.             PART !!GPRefreshRateOffset_Desc2  TEXT
  463.             END PART
  464.             PART !!GPRefreshRateOffset_Desc3  TEXT
  465.             END PART
  466.  
  467.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  468.                 MIN 0 MAX 1440 DEFAULT 30
  469.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  470.             END PART
  471.     END POLICY
  472.  
  473.         POLICY !!GroupPolicyRefreshRateDC
  474.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  475.             EXPLAIN !!GroupPolicyRefreshRateDC_Help
  476.  
  477.               PART !!GPRefreshRate_DC_Desc1  TEXT
  478.             END PART
  479.             PART !!GPRefreshRate_DC_Desc2  TEXT
  480.             END PART
  481.  
  482.             PART !!GPRefreshRate    NUMERIC REQUIRED
  483.                 MIN 0 MAX 64800 DEFAULT 5
  484.                 VALUENAME "GroupPolicyRefreshTimeDC"
  485.             END PART
  486.  
  487.             PART !!Blank  TEXT
  488.             END PART
  489.             PART !!GPRefreshRateOffset_Desc1  TEXT
  490.             END PART
  491.             PART !!GPRefreshRateOffset_Desc2  TEXT
  492.             END PART
  493.             PART !!GPRefreshRateOffset_Desc3  TEXT
  494.             END PART
  495.  
  496.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  497.                 MIN 0 MAX 1440 DEFAULT 0
  498.                 VALUENAME "GroupPolicyRefreshTimeOffsetDC"
  499.             END PART
  500.         END POLICY
  501.  
  502.         POLICY !!UserPolicyMode
  503.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  504.             EXPLAIN !!UserPolicyMode_Help
  505.  
  506.             PART !!UserPolicyModeOp     DROPDOWNLIST  NOSORT
  507.                 VALUENAME "UserPolicyMode"
  508.             ITEMLIST
  509.                 NAME !!UserPolicyMode_Merge       VALUE NUMERIC  1
  510.                 NAME !!UserPolicyMode_Replace     VALUE NUMERIC  2  DEFAULT
  511.              END ITEMLIST
  512.         END PART
  513.         END POLICY
  514.  
  515.         POLICY !!GPTransferRate
  516.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  517.             EXPLAIN !!GPTransferRate_Help
  518.             PART !!TransferRateTip1 TEXT
  519.             END PART
  520.             PART !!TransferRateTip2 TEXT
  521.             END PART
  522.             PART !!TransferRateTip3 TEXT
  523.             END PART
  524.             PART !!TransferRateTip4 TEXT
  525.             END PART
  526.             PART !!Blank TEXT
  527.             END PART
  528.  
  529.             PART !!TransferRateOp NUMERIC
  530.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  531.                 VALUENAME "GroupPolicyMinTransferRate"
  532.             END PART
  533.  
  534.             PART !!Blank TEXT
  535.             END PART
  536.             PART !!TransferRateTip5 TEXT
  537.             END PART
  538.         END POLICY
  539.  
  540.         POLICY !!CSE_Registry
  541.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}"
  542.             EXPLAIN !!CSE_Registry_Help
  543.  
  544.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  545.                 VALUENAME "NoBackgroundPolicy"
  546.                 VALUEON NUMERIC 1
  547.                 VALUEOFF NUMERIC 0
  548.             END PART
  549.  
  550.             PART !!CSE_NOCHANGES                CHECKBOX
  551.                 VALUENAME "NoGPOListChanges"
  552.                 VALUEON NUMERIC 0
  553.                 VALUEOFF NUMERIC 1
  554.             END PART
  555.         END POLICY
  556.  
  557.         POLICY !!CSE_IEM
  558.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}"
  559.             EXPLAIN !!CSE_IEM_Help
  560.  
  561.             PART !!CSE_SLOWLINK                 CHECKBOX
  562.                 VALUENAME "NoSlowLink"
  563.                 VALUEON NUMERIC 0
  564.                 VALUEOFF NUMERIC 1
  565.             END PART
  566.  
  567.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  568.                 VALUENAME "NoBackgroundPolicy"
  569.                 VALUEON NUMERIC 1
  570.                 VALUEOFF NUMERIC 0
  571.             END PART
  572.  
  573.             PART !!CSE_NOCHANGES                CHECKBOX
  574.                 VALUENAME "NoGPOListChanges"
  575.                 VALUEON NUMERIC 0
  576.                 VALUEOFF NUMERIC 1
  577.             END PART
  578.         END POLICY
  579.  
  580.         POLICY !!CSE_AppMgmt
  581.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{c6dc5466-785a-11d2-84d0-00c04fb169f7}"
  582.             EXPLAIN !!CSE_AppMgmt_Help
  583.  
  584.             PART !!CSE_SLOWLINK                 CHECKBOX   
  585.                 VALUENAME "NoSlowLink"
  586.                 VALUEON NUMERIC 0
  587.                 VALUEOFF NUMERIC 1
  588.             END PART
  589.  
  590.             PART !!CSE_NOCHANGES                CHECKBOX
  591.                 VALUENAME "NoGPOListChanges"
  592.                 VALUEON NUMERIC 0
  593.                 VALUEOFF NUMERIC 1
  594.             END PART
  595.         END POLICY
  596.  
  597.         POLICY !!CSE_FolderRedirection
  598.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{25537BA6-77A8-11D2-9B6C-0000F8080861}"
  599.             EXPLAIN !!CSE_FolderRedirection_Help
  600.  
  601.             PART !!CSE_SLOWLINK                 CHECKBOX
  602.                 VALUENAME "NoSlowLink"
  603.                 VALUEON NUMERIC 0
  604.                 VALUEOFF NUMERIC 1
  605.             END PART
  606.  
  607.             PART !!CSE_NOCHANGES                CHECKBOX
  608.                 VALUENAME "NoGPOListChanges"
  609.                 VALUEON NUMERIC 0
  610.                 VALUEOFF NUMERIC 1
  611.             END PART
  612.         END POLICY
  613.  
  614.         POLICY !!CSE_Scripts
  615.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{42B5FAAE-6536-11d2-AE5A-0000F87571E3}"
  616.             EXPLAIN !!CSE_Scripts_Help
  617.  
  618.             PART !!CSE_SLOWLINK                 CHECKBOX
  619.                 VALUENAME "NoSlowLink"
  620.                 VALUEON NUMERIC 0
  621.                 VALUEOFF NUMERIC 1
  622.             END PART
  623.  
  624.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  625.                 VALUENAME "NoBackgroundPolicy"
  626.                 VALUEON NUMERIC 1
  627.                 VALUEOFF NUMERIC 0
  628.             END PART
  629.  
  630.             PART !!CSE_NOCHANGES                CHECKBOX
  631.                 VALUENAME "NoGPOListChanges"
  632.                 VALUEON NUMERIC 0
  633.                 VALUEOFF NUMERIC 1
  634.             END PART
  635.         END POLICY
  636.  
  637.         POLICY !!CSE_Security
  638.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}"
  639.             EXPLAIN !!CSE_Security_Help
  640.  
  641.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  642.                 VALUENAME "NoBackgroundPolicy"
  643.                 VALUEON NUMERIC 1
  644.                 VALUEOFF NUMERIC 0
  645.             END PART
  646.  
  647.             PART !!CSE_NOCHANGES                CHECKBOX
  648.                 VALUENAME "NoGPOListChanges"
  649.                 VALUEON NUMERIC 0
  650.                 VALUEOFF NUMERIC 1
  651.             END PART
  652.         END POLICY
  653.  
  654.         POLICY !!CSE_IPSecurity
  655.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{e437bc1c-aa7d-11d2-a382-00c04f991e27}"
  656.             EXPLAIN !!CSE_IPSecurity_Help
  657.  
  658.             PART !!CSE_SLOWLINK                 CHECKBOX
  659.                 VALUENAME "NoSlowLink"
  660.                 VALUEON NUMERIC 0
  661.                 VALUEOFF NUMERIC 1
  662.             END PART
  663.  
  664.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  665.                 VALUENAME "NoBackgroundPolicy"
  666.                 VALUEON NUMERIC 1
  667.                 VALUEOFF NUMERIC 0
  668.             END PART
  669.  
  670.             PART !!CSE_NOCHANGES                CHECKBOX
  671.                 VALUENAME "NoGPOListChanges"
  672.                 VALUEON NUMERIC 0
  673.                 VALUEOFF NUMERIC 1
  674.             END PART
  675.         END POLICY
  676.  
  677.         POLICY !!CSE_EFSRecovery
  678.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{B1BE8D72-6EAC-11D2-A4EA-00C04F79F83A}"
  679.             EXPLAIN !!CSE_EFSRecovery_Help
  680.  
  681.             PART !!CSE_SLOWLINK                 CHECKBOX
  682.                 VALUENAME "NoSlowLink"
  683.                 VALUEON NUMERIC 0
  684.                 VALUEOFF NUMERIC 1
  685.             END PART
  686.  
  687.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  688.                 VALUENAME "NoBackgroundPolicy"
  689.                 VALUEON NUMERIC 1
  690.                 VALUEOFF NUMERIC 0
  691.             END PART
  692.  
  693.             PART !!CSE_NOCHANGES                CHECKBOX
  694.                 VALUENAME "NoGPOListChanges"
  695.                 VALUEON NUMERIC 0
  696.                 VALUEOFF NUMERIC 1
  697.             END PART
  698.         END POLICY
  699.  
  700.         POLICY !!CSE_DiskQuota
  701.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{3610eda5-77ef-11d2-8dc5-00c04fa31a66}"
  702.             EXPLAIN !!CSE_DiskQuota_Help
  703.  
  704.             PART !!CSE_SLOWLINK                 CHECKBOX
  705.                 VALUENAME "NoSlowLink"
  706.                 VALUEON NUMERIC 0
  707.                 VALUEOFF NUMERIC 1
  708.             END PART
  709.  
  710.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  711.                 VALUENAME "NoBackgroundPolicy"
  712.                 VALUEON NUMERIC 1
  713.                 VALUEOFF NUMERIC 0
  714.             END PART
  715.  
  716.             PART !!CSE_NOCHANGES                CHECKBOX
  717.                 VALUENAME "NoGPOListChanges"
  718.                 VALUEON NUMERIC 0
  719.                 VALUEOFF NUMERIC 1
  720.             END PART
  721.         END POLICY
  722.  
  723.     END CATEGORY ; PolicyPolicies
  724.  
  725.     CATEGORY  !!WFP
  726.     
  727.         KEYNAME "Software\Policies\Microsoft\Windows NT\Windows File Protection"
  728.   
  729.         POLICY !!WFPScan
  730.             EXPLAIN !!WFPScan_Help
  731.             PART !!WFPScanList          DROPDOWNLIST REQUIRED
  732.                 VALUENAME "SfcScan"
  733.             ITEMLIST
  734.                     NAME !!WFPScan_NotAtBoot      VALUE NUMERIC 0  DEFAULT
  735.                     NAME !!WFPScan_AtBoot         VALUE NUMERIC 1
  736.                     NAME !!WFPScan_Once           VALUE NUMERIC 2
  737.                 END ITEMLIST
  738.             END PART
  739.         END POLICY
  740.  
  741.         POLICY !!WFPShowProgress
  742.             EXPLAIN !!WFPShowProgress_Help
  743.         VALUENAME "SfcShowProgress"
  744.             VALUEON NUMERIC 0
  745.             VALUEOFF NUMERIC 1
  746.         END POLICY
  747.  
  748.         POLICY !!WFPQuota
  749.             EXPLAIN !!WFPQuota_Help
  750.             PART !!WFPQuota_Tip1 TEXT
  751.             END PART
  752.             PART !!WFPQuota_Tip2 TEXT
  753.             END PART
  754.  
  755.             PART  !!WFPQuota_Size NUMERIC
  756.                 MIN 0 MAX 4294967295 DEFAULT 50 SPIN 1
  757.                 VALUENAME "SfcQuota"
  758.             END PART
  759.         END POLICY      
  760.  
  761.         POLICY !!WFPDllCacheDir
  762.             EXPLAIN !!WFPDllCacheDir_Help
  763.  
  764.             PART !!WFPDllCacheDirBox         EDITTEXT REQUIRED
  765.                 VALUENAME "SFCDllCacheDir"
  766.             END PART
  767.         END POLICY
  768.  
  769.     END CATEGORY ; WFP
  770.  
  771. END CATEGORY    ; AdministrativeServices
  772.  
  773. CATEGORY  !!Network
  774.  
  775.     CATEGORY !!Cat_OfflineFiles
  776.  
  777.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  778.  
  779.         POLICY !!Pol_Enabled
  780.             EXPLAIN !!Pol_Enabled_Help
  781.             VALUENAME "Enabled"
  782.         VALUEON  NUMERIC 1
  783.         VALUEOFF NUMERIC 0
  784.  
  785.             PART !!Lbl_EnabledHelp1             TEXT    
  786.         END PART
  787.             PART !!Lbl_EnabledHelp2             TEXT    
  788.         END PART
  789.             PART !!Lbl_EnabledHelp3             TEXT    
  790.         END PART
  791.         END POLICY
  792.  
  793.         POLICY !!Pol_NoConfigCache
  794.             EXPLAIN !!Pol_NoConfigCache_Help
  795.         VALUENAME "NoConfigCache"
  796.  
  797.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  798.             END PART
  799.     END POLICY
  800.  
  801.         POLICY !!Pol_SyncAtLogoff
  802.             EXPLAIN !!Pol_SyncAtLogoff_Help
  803.             VALUENAME "SyncAtLogoff"
  804.         VALUEON  NUMERIC 1
  805.         VALUEOFF NUMERIC 0
  806.  
  807.             PART !!Lbl_SyncAtLogoffHelp1        TEXT    
  808.             END PART
  809.             PART !!Blank                        TEXT
  810.         END PART
  811.             PART !!Lbl_SyncAtLogoffHelp2        TEXT    
  812.         END PART
  813.             PART !!Lbl_SyncAtLogoffHelp3        TEXT    
  814.         END PART
  815.             PART !!Lbl_SyncAtLogoffHelp4        TEXT    
  816.         END PART
  817.             PART !!Lbl_SyncAtLogoffHelp5        TEXT      
  818.         END PART
  819.     END POLICY
  820.  
  821.         POLICY !!Pol_DefCacheSize
  822.         EXPLAIN !!Pol_DefCacheSize_Help
  823.  
  824.             PART !!Lbl_DefCacheSizeHelp1  TEXT    
  825.         END PART
  826.             PART !!Lbl_DefCacheSizeHelp2  TEXT    
  827.         END PART
  828.             PART !!Blank                  TEXT    
  829.         END PART
  830.  
  831.         PART !!Lbl_DefCacheSizeSpin         NUMERIC DEFAULT 1000 MIN 0 MAX 10000 SPIN 100
  832.             VALUENAME "DefCacheSize"
  833.         END PART
  834.         END POLICY
  835.  
  836.         POLICY !!Pol_GoOfflineAction
  837.             EXPLAIN !!Pol_GoOfflineAction_Help
  838.     
  839.             PART !!Lbl_GoOfflineActionHelp1     TEXT   
  840.         END PART
  841.             PART !!Lbl_GoOfflineActionHelp2     TEXT    
  842.         END PART
  843.             PART !!Blank                        TEXT    
  844.         END PART
  845.  
  846.             PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  847.         VALUENAME "GoOfflineAction"
  848.             ITEMLIST
  849.             NAME !!Lbl_WorkOffline             VALUE NUMERIC 0 DEFAULT
  850.             NAME !!Lbl_Fail                    VALUE NUMERIC 1
  851.             END ITEMLIST
  852.             END PART
  853.  
  854.             PART !!Blank                        TEXT    
  855.         END PART
  856.             PART !!Lbl_GoOfflineActionHelp3     TEXT    
  857.         END PART
  858.             PART !!Lbl_GoOfflineActionHelp4     TEXT    
  859.         END PART
  860.         END POLICY
  861.  
  862.         POLICY !!Pol_CustomGoOfflineActions
  863.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  864.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  865.  
  866.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  867.         END PART
  868.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  869.         END PART
  870.             PART !!Blank                            TEXT   
  871.         END PART
  872.  
  873.             PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  874.         END PART
  875.  
  876.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  877.         END PART
  878.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  879.         END PART
  880.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  881.         END PART
  882.         END POLICY
  883.  
  884.  
  885.         POLICY !!Pol_NoMakeAvailableOffline
  886.             EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  887.         VALUENAME "NoMakeAvailableOffline"
  888.  
  889.         PART !!Lbl_NoMakeAvailableOfflineHelp1  TEXT    
  890.         END PART
  891.         PART !!Lbl_NoMakeAvailableOfflineHelp2  TEXT    
  892.             END PART
  893.         END POLICY
  894.  
  895.  
  896.         POLICY !!Pol_NoCacheViewer
  897.             EXPLAIN !!Pol_NoCacheViewer_Help
  898.         VALUENAME "NoCacheViewer"
  899.  
  900.         PART !!Lbl_NoCacheViewerHelp1       TEXT    
  901.             END PART
  902.             PART !!Lbl_NoCacheViewerHelp2       TEXT    
  903.         END PART
  904.     END POLICY
  905.  
  906.         POLICY !!Pol_ExtExclusionList
  907.             EXPLAIN !!Pol_ExtExclusionList_Help
  908.  
  909.         PART !!Lbl_ExtExclusionListHelp1    TEXT    
  910.         END PART
  911.         PART !!Lbl_ExtExclusionListHelp2    TEXT    
  912.             END PART
  913.             PART !!Lbl_ExtExclusionListHelp3    TEXT    
  914.         END PART
  915.             PART !!Blank                        TEXT    
  916.         END PART
  917.  
  918.             PART !!Lbl_ExtExclusionListEdit     EDITTEXT
  919.         VALUENAME "ExcludeExtensions"
  920.         END PART
  921.     END POLICY
  922.  
  923.     POLICY !!Pol_AssignedOfflineFiles
  924.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  925.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  926.  
  927.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  928.             END PART
  929.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  930.             END PART
  931.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  932.             END PART
  933.  
  934.             PART !!Blank                            TEXT    
  935.             END PART
  936.         
  937.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  938.         END PART
  939.         END POLICY
  940.  
  941.       POLICY !!Pol_NoReminders
  942.             EXPLAIN !!Pol_NoReminders_Help
  943.         VALUENAME "NoReminders"
  944.         VALUEON  NUMERIC 1
  945.         VALUEOFF NUMERIC 0
  946.  
  947.         PART !!Lbl_NoRemindersHelp1       TEXT    
  948.             END PART
  949.         PART !!Lbl_NoRemindersHelp2       TEXT    
  950.             END PART
  951.     END POLICY
  952.  
  953.         POLICY !!Pol_ReminderFreq
  954.             EXPLAIN !!Pol_ReminderFreq_Help
  955.  
  956.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  957.             END PART
  958.             PART !!Blank                  TEXT    
  959.         END PART
  960.  
  961.             PART !!Lbl_ReminderFreqSpin   NUMERIC DEFAULT 60 
  962.         MIN 0 MAX 1440 SPIN 10
  963.             VALUENAME "ReminderFreqMinutes"
  964.         END PART
  965.         END POLICY
  966.  
  967.         POLICY !!Pol_ReminderInitTimeout
  968.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  969.  
  970.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  971.             END PART
  972.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  973.         END PART
  974.             PART !!Blank                         TEXT    
  975.         END PART
  976.  
  977.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30 
  978.         MIN 10 MAX 60 SPIN 1
  979.             VALUENAME "InitialBalloonTimeoutSeconds"
  980.         END PART
  981.         END POLICY
  982.  
  983.     POLICY !!Pol_ReminderTimeout
  984.             EXPLAIN !!Pol_ReminderTimeout_Help
  985.  
  986.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  987.         END PART
  988.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  989.         END PART
  990.             PART !!Blank                     TEXT    
  991.         END PART
  992.  
  993.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  994.         MIN 10 MAX 60 SPIN 1
  995.             VALUENAME "ReminderBalloonTimeoutSeconds"
  996.         END PART
  997.     END POLICY
  998.  
  999.         POLICY !!Pol_PurgeAtLogoff
  1000.             EXPLAIN !!Pol_PurgeAtLogoff_Help
  1001.         VALUENAME "PurgeAtLogoff"
  1002.  
  1003.         PART !!Lbl_PurgeAtLogoffHelp1        TEXT    
  1004.         END PART
  1005.             PART !!Lbl_PurgeAtLogoffHelp2        TEXT    
  1006.             END PART
  1007.     END POLICY
  1008.  
  1009.       POLICY !!Pol_EventLoggingLevel
  1010.             EXPLAIN !!Pol_EventLoggingLevel_Help
  1011.  
  1012.             PART !!Blank                         TEXT    
  1013.         END PART
  1014.  
  1015.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT 0 
  1016.          MIN 0 MAX 3 SPIN 1
  1017.              VALUENAME "EventLoggingLevel"
  1018.         END PART
  1019.  
  1020.         PART !!Blank                         TEXT
  1021.             END PART
  1022.         PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  1023.         END PART
  1024.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  1025.         END PART
  1026.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  1027.         END PART
  1028.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  1029.         END PART
  1030.         END POLICY
  1031.  
  1032.     POLICY !!Pol_AlwaysPinSubFolders
  1033.             EXPLAIN !!Pol_AlwaysPinSubFolders_Help
  1034.             VALUENAME "AlwaysPinSubFolders"
  1035.  
  1036.             PART !!Lbl_AlwaysPinSubFoldersHelp1 TEXT    
  1037.         END PART
  1038.             PART !!Lbl_AlwaysPinSubFoldersHelp2 TEXT
  1039.         END PART
  1040.  
  1041.         END POLICY
  1042.  
  1043.     END CATEGORY   ; Cat_OfflineFiles
  1044.  
  1045.     CATEGORY !!NetworkConnections  ;Machine
  1046.     
  1047.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  1048.  
  1049.         POLICY !!NC_ShowSharedAccessUI
  1050.             EXPLAIN !!NC_ShowSharedAccessUI_Help
  1051.             VALUENAME "NC_ShowSharedAccessUi"
  1052.                 VALUEON NUMERIC 0
  1053.                 VALUEOFF NUMERIC 1
  1054.         END POLICY
  1055.  
  1056.     END CATEGORY ;NetworkConnections
  1057.  
  1058. END CATEGORY  ; Network
  1059.  
  1060. CATEGORY  !!Printers
  1061.     
  1062.     POLICY !!PublishPrinters
  1063.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1064.     EXPLAIN !!PublishPrinters_Help
  1065.         VALUENAME "PublishPrinters"
  1066.             VALUEON NUMERIC 1
  1067.             VALUEOFF NUMERIC 0
  1068.  
  1069.         PART !!PublishPrinters_Tip1    TEXT    
  1070.     END PART
  1071.     PART !!PublishPrinters_Tip2    TEXT    
  1072.     END PART
  1073.     PART !!PublishPrinters_Tip3    TEXT    
  1074.     END PART
  1075.     END POLICY
  1076.  
  1077.     POLICY !!AutoPublishing
  1078.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  1079.     EXPLAIN !!AutoPublishing_Help
  1080.     VALUENAME "Auto Publishing"
  1081.         VALUEON NUMERIC 1
  1082.         VALUEOFF NUMERIC 0
  1083.  
  1084.         PART !!AutoPublishing_Tip1     TEXT    
  1085.         END PART
  1086.     PART !!AutoPublishing_Tip2     TEXT    
  1087.         END PART
  1088.     PART !!AutoPublishing_Tip3     TEXT    
  1089.         END PART
  1090.     PART !!AutoPublishing_Tip4     TEXT    
  1091.         END PART
  1092.     END POLICY
  1093.  
  1094.     POLICY !!ImmortalPrintQueue
  1095.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1096.     EXPLAIN !!ImmortalPrintQueue_Help
  1097.     VALUENAME "Immortal"
  1098.         VALUEON   NUMERIC 0
  1099.         VALUEOFF  NUMERIC 1
  1100.     
  1101.         PART !!ImmortalPrintQueue_Tip1    TEXT    
  1102.     END PART
  1103.     PART !!ImmortalPrintQueue_Tip2    TEXT    
  1104.         END PART
  1105.     PART !!ImmortalPrintQueue_Tip3    TEXT    
  1106.         END PART
  1107.     PART !!ImmortalPrintQueue_Tip4    TEXT    
  1108.         END PART
  1109.     END POLICY
  1110.  
  1111.     POLICY !!PrinterServerThread
  1112.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1113.     EXPLAIN !!PrinterServerThread_Help
  1114.     VALUENAME "ServerThread"
  1115.         VALUEON   NUMERIC 1
  1116.         VALUEOFF  NUMERIC 0
  1117.     
  1118.         PART !!PrinterServerThread_Tip1    TEXT    
  1119.     END PART
  1120.     PART !!PrinterServerThread_Tip2    TEXT    
  1121.         END PART
  1122.     PART !!PrinterServerThread_Tip3    TEXT    
  1123.         END PART
  1124.     PART !!PrinterServerThread_Tip4    TEXT    
  1125.         END PART
  1126.     PART !!PrinterServerThread_Tip5    TEXT    
  1127.         END PART
  1128.     PART !!PrinterServerThread_Tip6    TEXT    
  1129.         END PART
  1130.     END POLICY
  1131.  
  1132.     POLICY !!PruneDownlevel
  1133.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1134.         EXPLAIN !!PruneDownlevel_Help
  1135.  
  1136.     PART !!PruneDownlevel_Tip1         TEXT    
  1137.         END PART
  1138.             
  1139.         PART !!PruneDownlevelTitle         DROPDOWNLIST NOSORT
  1140.         VALUENAME "PruneDownlevel"
  1141.         ITEMLIST
  1142.             NAME !!PruneDownlevel_Never    VALUE NUMERIC  0 DEFAULT
  1143.         NAME !!PruneDownlevel_Found    VALUE NUMERIC  1
  1144.         NAME !!PruneDownlevel_NotFound VALUE NUMERIC  2
  1145.             END ITEMLIST
  1146.     END PART
  1147.     END POLICY
  1148.  
  1149.     POLICY !!PruningInterval
  1150.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1151.         EXPLAIN !!PruningInterval_Help
  1152.  
  1153.     PART !!PruningInterval_Tip1         TEXT    
  1154.     END PART
  1155.     PART !!PruningInterval_Tip2         TEXT    
  1156.     END PART                
  1157.             
  1158.     PART !!PruningIntervalTitle         DROPDOWNLIST NOSORT
  1159.         VALUENAME "PruningInterval"
  1160.         ITEMLIST
  1161.         NAME !!PruningImmediately     VALUE NUMERIC  0
  1162.         NAME !!Pruning10Minutes       VALUE NUMERIC  10
  1163.         NAME !!Pruning30Minutes       VALUE NUMERIC  30
  1164.         NAME !!Pruning1Hour           VALUE NUMERIC  60
  1165.         NAME !!Pruning4Hours          VALUE NUMERIC  240
  1166.         NAME !!Pruning8Hours          VALUE NUMERIC  480 DEFAULT
  1167.         NAME !!Pruning12Hours         VALUE NUMERIC  720
  1168.         NAME !!Pruning1Day            VALUE NUMERIC  1440 
  1169.         NAME !!Pruning2Days           VALUE NUMERIC  2880
  1170.         NAME !!Pruning3Days           VALUE NUMERIC  4320
  1171.         NAME !!Pruning4Days           VALUE NUMERIC  5760
  1172.         NAME !!Pruning5Days           VALUE NUMERIC  7200
  1173.         NAME !!Pruning6Days           VALUE NUMERIC  8640
  1174.         NAME !!Pruning1Week           VALUE NUMERIC  10080
  1175.         NAME !!Pruning2Weeks          VALUE NUMERIC  20160
  1176.         NAME !!Pruning3Weeks          VALUE NUMERIC  30240
  1177.         NAME !!Pruning4Weeks          VALUE NUMERIC  40320
  1178.         NAME !!Pruning5Weeks          VALUE NUMERIC  50400
  1179.         NAME !!Pruning6Weeks          VALUE NUMERIC  60480
  1180.         NAME !!Pruning7Weeks          VALUE NUMERIC  70560
  1181.         NAME !!PruningNever           VALUE NUMERIC  4294967295
  1182.         END ITEMLIST
  1183.     END PART
  1184.     END POLICY
  1185.  
  1186.     POLICY !!PruningRetries
  1187.      KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1188.         EXPLAIN !!PruningRetries_Help
  1189.  
  1190.     PART !!PruningRetries_Tip1         TEXT    
  1191.         END PART
  1192.     PART !!PruningRetries_Tip2         TEXT    
  1193.     END PART
  1194.     PART !!PruningRetries_Tip3         TEXT    
  1195.     END PART
  1196.     
  1197.     PART !!PruningRetriesTitle         DROPDOWNLIST NOSORT
  1198.         VALUENAME "PruningRetries"
  1199.             ITEMLIST
  1200.                 NAME !!PruningRetries0     VALUE NUMERIC  0
  1201.                  NAME !!PruningRetries1     VALUE NUMERIC  1
  1202.                  NAME !!PruningRetries2     VALUE NUMERIC  2 DEFAULT
  1203.                  NAME !!PruningRetries3     VALUE NUMERIC  3
  1204.                  NAME !!PruningRetries4     VALUE NUMERIC  4
  1205.                  NAME !!PruningRetries5     VALUE NUMERIC  5
  1206.                  NAME !!PruningRetries6     VALUE NUMERIC  6
  1207.             END ITEMLIST
  1208.          END PART
  1209.     END POLICY
  1210.  
  1211.     POLICY !!PruningPriority
  1212.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1213.     EXPLAIN !!PruningPriority_Help
  1214.  
  1215.         PART !!PruningPriority_Tip1        TEXT    
  1216.     END PART
  1217.  
  1218.     PART !!PriorityLevel               DROPDOWNLIST  NOSORT
  1219.             VALUENAME "PruningPriority"
  1220.             ITEMLIST
  1221.         NAME !!ThreadLowest       VALUE NUMERIC  4294967294
  1222.         NAME !!ThreadBelowNormal  VALUE NUMERIC  4294967295
  1223.         NAME !!ThreadNormal       VALUE NUMERIC   0  DEFAULT
  1224.         NAME !!ThreadAboveNormal  VALUE NUMERIC   1
  1225.         NAME !!ThreadHighest      VALUE NUMERIC   2
  1226.         END ITEMLIST
  1227.     END PART
  1228.     END POLICY
  1229.  
  1230.     POLICY !!VerifyPublishedState
  1231.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1232.     EXPLAIN !!VerifyPublishedState_Help
  1233.  
  1234.         PART !!VerifyPublishedState_Tip1         TEXT    
  1235.         END PART
  1236.  
  1237.         PART !!VerifyPublishedStateTitle         DROPDOWNLIST NOSORT
  1238.             VALUENAME "VerifyPublishedState"
  1239.             ITEMLIST
  1240.             NAME !!VerifyPublishedState30Minutes    VALUE NUMERIC  30
  1241.             NAME !!VerifyPublishedState1Hour        VALUE NUMERIC  60
  1242.             NAME !!VerifyPublishedState4Hours       VALUE NUMERIC  240
  1243.             NAME !!VerifyPublishedState8Hours       VALUE NUMERIC  480
  1244.             NAME !!VerifyPublishedState12Hours      VALUE NUMERIC  720
  1245.             NAME !!VerifyPublishedState1Day         VALUE NUMERIC  1440
  1246.             NAME !!VerifyPublishedStateNever        VALUE NUMERIC  4294967295 DEFAULT
  1247.             END ITEMLIST
  1248.         END PART
  1249.     END POLICY
  1250.  
  1251.     POLICY !!AllowWebPrinting
  1252.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1253.     EXPLAIN !!AllowWebPrinting_Help
  1254.     VALUENAME "DisableWebPrinting"
  1255.         VALUEON NUMERIC 0
  1256.         VALUEOFF NUMERIC 1
  1257.     PART !!AllowWebPrinting_Tip1              TEXT    
  1258.     END PART
  1259.     END POLICY
  1260.  
  1261.     POLICY !!CustomizedSupportUrl
  1262.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1263.     EXPLAIN !!CustomizedSupportUrl_Help
  1264.  
  1265.         PART !!CustomizedSupportUrl_Tip1        TEXT    
  1266.     END PART
  1267.     PART !!CustomizedSupportUrl_Tip2        TEXT    
  1268.     END PART
  1269.     PART !!CustomizedSupportUrl_Tip3        TEXT    
  1270.     END PART
  1271.  
  1272.     PART !!CustomizedSupportUrl_Name        EDITTEXT
  1273.         VALUENAME "SupportLinkName"
  1274.         MAXLEN 255
  1275.     END PART
  1276.  
  1277.     PART !!CustomizedSupportUrl_Link        EDITTEXT
  1278.             VALUENAME "SupportLink"
  1279.             MAXLEN 255
  1280.     END PART
  1281.     END POLICY
  1282.  
  1283.     POLICY !!PhysicalLocation
  1284.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1285.     EXPLAIN !!PhysicalLocation_Help
  1286.  
  1287.         PART !!PhysicalLocation_Tip1        TEXT    
  1288.     END PART
  1289.     PART !!PhysicalLocation_Tip2        TEXT    
  1290.     END PART
  1291.     PART !!PhysicalLocation_Tip3        TEXT    
  1292.     END PART
  1293.  
  1294.     PART !!PhysicalLocation_Name        EDITTEXT
  1295.         VALUENAME "PhysicalLocation"
  1296.                 MAXLEN 259
  1297.         END PART
  1298.     END POLICY
  1299.  
  1300.     POLICY !!PhysicalLocationSupport
  1301.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  1302.         EXPLAIN !!PhysicalLocationSupport_Help
  1303.  
  1304.         PART !!PhysicalLocationSupport_Tip1        TEXT    
  1305.         END PART
  1306.         PART !!PhysicalLocationSupport_Tip2        TEXT    
  1307.     END PART
  1308.         PART !!PhysicalLocationSupport_Tip3        TEXT    
  1309.     END PART
  1310.  
  1311.         VALUENAME "PhysicalLocationSupport"
  1312.             VALUEON NUMERIC 1
  1313.             VALUEOFF NUMERIC 0
  1314.     END POLICY
  1315.  
  1316. END CATEGORY ; PRINTERS
  1317.  
  1318. CATEGORY !!WindowsComponents
  1319.  
  1320.     CATEGORY !!TaskScheduler  
  1321.  
  1322.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  1323.  
  1324.         POLICY !!PropertyPages
  1325.            EXPLAIN !!PropertyPagesHelp
  1326.             VALUENAME "Property Pages"
  1327.         END POLICY
  1328.     
  1329.         POLICY !!Execution
  1330.             EXPLAIN !!ExecutionHelp
  1331.             VALUENAME "Execution"
  1332.         END POLICY
  1333.     
  1334.         POLICY !!DragAndDrop
  1335.            EXPLAIN !!DragAndDropHelp
  1336.             VALUENAME "DragAndDrop"
  1337.         END POLICY
  1338.     
  1339.         POLICY !!TaskCreation
  1340.         EXPLAIN !!TaskCreationHelp
  1341.             VALUENAME "Task Creation"
  1342.         END POLICY
  1343.   
  1344.         POLICY !!TaskDeletion
  1345.         EXPLAIN !!TaskDeletionHelp
  1346.             VALUENAME "Task Deletion"
  1347.         END POLICY
  1348.  
  1349.         POLICY !!DisableAdvanced
  1350.         EXPLAIN !!DisableAdvancedHelp
  1351.             VALUENAME "Disable Advanced"
  1352.         END POLICY
  1353.  
  1354.         POLICY !!AllowBrowse
  1355.         EXPLAIN !!AllowBrowseHelp
  1356.             VALUENAME "Allow Browse"
  1357.         END POLICY
  1358.  
  1359.     END CATEGORY ; Task Scheduler
  1360.  
  1361.     CATEGORY !!MSI
  1362.  
  1363.         KEYNAME "Software\Policies\Microsoft\Windows\Installer";
  1364.  
  1365.         POLICY !!DisableMSI
  1366.            EXPLAIN !!DisableMSI_Help
  1367.             PART !!DisableMSI DROPDOWNLIST NOSORT REQUIRED
  1368.                 VALUENAME "DisableMSI"
  1369.                 ITEMLIST
  1370.             NAME !!DisableAlways    VALUE NUMERIC 2
  1371.             NAME !!DisableNonManaged    VALUE NUMERIC 1
  1372.             NAME !!DisableNever        VALUE NUMERIC 0  DEFAULT
  1373.                 END ITEMLIST
  1374.            END PART
  1375.     END POLICY
  1376.  
  1377.         POLICY !!AlwaysInstallElevated
  1378.             EXPLAIN !!AlwaysInstallElevated_Help
  1379.             PART !!StdCheckT CHECKBOX
  1380.              VALUENAME "AlwaysInstallElevated"
  1381.                 VALUEON NUMERIC 1
  1382.                 VALUEOFF NUMERIC 0
  1383.             END PART
  1384.  
  1385.         PART !!Blank           TEXT
  1386.         END PART
  1387.         PART !!UserANDMachineT TEXT
  1388.         END PART
  1389.         END POLICY
  1390.  
  1391.  
  1392.         POLICY !!DisableRollback
  1393.             EXPLAIN !!DisableRollback_Help
  1394.             PART !!StdCheckT CHECKBOX
  1395.             VALUENAME "DisableRollback"
  1396.             VALUEON NUMERIC 1
  1397.             VALUEOFF NUMERIC 0
  1398.         END PART
  1399.  
  1400.         PART !!Blank  TEXT
  1401.         END PART
  1402.         PART !!UserORMachineT TEXT
  1403.         END PART
  1404.     END POLICY
  1405.  
  1406.         POLICY !!DisableBrowse
  1407.             EXPLAIN !!DisableBrowse_Help
  1408.             PART !!StdCheckT CHECKBOX
  1409.            VALUENAME "DisableBrowse"
  1410.            VALUEON NUMERIC 1
  1411.            VALUEOFF NUMERIC 0
  1412.         END PART
  1413.     END POLICY
  1414.  
  1415.         POLICY !!DisablePatch
  1416.             EXPLAIN !!DisablePatch_Help
  1417.             PART !!StdCheckT CHECKBOX
  1418.             VALUENAME "DisablePatch"
  1419.             VALUEON NUMERIC 1
  1420.             VALUEOFF NUMERIC 0
  1421.         END PART
  1422.     END POLICY
  1423.  
  1424.         POLICY !!SafeForScripting
  1425.             EXPLAIN !!SafeForScripting_Help
  1426.             PART !!StdCheckT CHECKBOX
  1427.             VALUENAME "SafeForScripting"
  1428.             VALUEON NUMERIC 1
  1429.             VALUEOFF NUMERIC 0
  1430.         END PART
  1431.     END POLICY
  1432.  
  1433.         POLICY !!EnableUserControl
  1434.             EXPLAIN !!EnableUserControl_Help
  1435.             PART !!StdCheckT CHECKBOX
  1436.             VALUENAME "EnableUserControl"
  1437.             VALUEON NUMERIC 1
  1438.             VALUEOFF NUMERIC 0
  1439.         END PART
  1440.     END POLICY
  1441.  
  1442.         POLICY !!AllowLockdownBrowse
  1443.             EXPLAIN !!AllowLockdownBrowse_Help
  1444.             PART !!StdCheckT CHECKBOX
  1445.                 VALUENAME "AllowLockdownBrowse"
  1446.             VALUEON NUMERIC 1
  1447.                 VALUEOFF NUMERIC 0
  1448.         END PART
  1449.     END POLICY
  1450.  
  1451.         POLICY !!AllowLockdownMedia
  1452.             EXPLAIN !!AllowLockdownMedia_Help
  1453.             PART !!StdCheckT CHECKBOX
  1454.             VALUENAME "AllowLockdownMedia"
  1455.             VALUEON NUMERIC 1
  1456.             VALUEOFF NUMERIC 0
  1457.             END PART
  1458.     END POLICY
  1459.  
  1460.         POLICY !!AllowLockdownPatch
  1461.             EXPLAIN !!AllowLockdownPatch_Help
  1462.             PART !!StdCheckT CHECKBOX
  1463.             VALUENAME "AllowLockdownPatch"
  1464.             VALUEON NUMERIC 1
  1465.             VALUEOFF NUMERIC 0
  1466.         END PART
  1467.     END POLICY
  1468.  
  1469.         POLICY !!EnableAdminTSRemote
  1470.         EXPLAIN !!EnableAdminTSRemote_Help
  1471.             PART !!StdCheckT CHECKBOX
  1472.                 VALUENAME "EnableAdminTSRemote"
  1473.                 VALUEON NUMERIC 1
  1474.                 VALUEOFF NUMERIC 0
  1475.             END PART
  1476.     END POLICY
  1477.  
  1478.        POLICY !!TransformsSecure
  1479.         EXPLAIN !!TransformsSecure_Help
  1480.             PART !!StdCheckT CHECKBOX
  1481.             VALUENAME "TransformsSecure"
  1482.             VALUEON NUMERIC 1
  1483.             VALUEOFF NUMERIC 0
  1484.         END PART
  1485.     END POLICY
  1486.  
  1487.  
  1488.         POLICY !!MSILogging
  1489.             EXPLAIN !!MSILogging_Help
  1490.             PART !!MSILogging EDITTEXT
  1491.                 VALUENAME "Logging"
  1492.                 DEFAULT iweap
  1493.             END PART
  1494.  
  1495.         PART !!MSILoggingT1 TEXT
  1496.             END PART
  1497.         PART !!MSILoggingT2 TEXT
  1498.         END PART
  1499.         PART !!MSILoggingT3 TEXT
  1500.         END PART
  1501.         PART !!MSILoggingT4 TEXT
  1502.         END PART
  1503.         PART !!MSILoggingT5 TEXT
  1504.         END PART
  1505.         PART !!MSILoggingT6 TEXT
  1506.         END PART
  1507.         PART !!MSILoggingT7 TEXT
  1508.         END PART
  1509.         PART !!MSILoggingT8 TEXT
  1510.         END PART
  1511.         PART !!MSILoggingT9 TEXT
  1512.         END PART
  1513.         PART !!MSILoggingT10 TEXT
  1514.         END PART
  1515.         PART !!MSILoggingT11 TEXT
  1516.         END PART
  1517.         PART !!MSILoggingT12 TEXT
  1518.         END PART
  1519.         PART !!MSILoggingT13 TEXT
  1520.         END PART
  1521.     END POLICY
  1522.  
  1523.     END CATEGORY ; MSI
  1524.  
  1525. END CATEGORY ; WindowsComponents
  1526.  
  1527. ;**************************************************************************************************
  1528.  
  1529. CLASS USER
  1530.  
  1531. CATEGORY !!StartMenu
  1532.  
  1533.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1534.  
  1535.     POLICY !!NoStartMenuSubFolders
  1536.         EXPLAIN !!NoStartMenuSubFolders_Help 
  1537.            VALUENAME "NoStartMenuSubFolders"
  1538.     END POLICY
  1539.  
  1540.     POLICY !!NoWindowsUpdate
  1541.         EXPLAIN !!NoWindowsUpdate_Help 
  1542.             VALUENAME "NoWindowsUpdate"
  1543.     END POLICY
  1544.  
  1545.     POLICY !!NoCommonGroups 
  1546.         EXPLAIN !!NoCommonGroups_Help
  1547.         VALUENAME "NoCommonGroups"
  1548.     END POLICY
  1549.  
  1550.     POLICY !!NoRecentDocsMenu
  1551.         EXPLAIN !!NoRecentDocsMenu_Help 
  1552.             VALUENAME "NoRecentDocsMenu"
  1553.     END POLICY
  1554.  
  1555.     POLICY !!NoSetFolders 
  1556.         EXPLAIN !!NoSetFolders_Help
  1557.            VALUENAME "NoSetFolders"
  1558.     END POLICY
  1559.  
  1560.     POLICY !!NoNetAndDialupConnect
  1561.     EXPLAIN !!NoNetAndDialupConnect_Help
  1562.            VALUENAME "NoNetworkConnections"
  1563.     END POLICY
  1564.  
  1565.    POLICY !!NoFavoritesMenu 
  1566.            EXPLAIN !!NoFavoritesMenu_Help
  1567.         VALUENAME "NoFavoritesMenu"
  1568.     END POLICY
  1569.  
  1570.     POLICY !!NoFind 
  1571.           EXPLAIN !!NoFind_Help
  1572.         VALUENAME "NoFind"
  1573.     END POLICY
  1574.  
  1575.     POLICY !!NoHelp
  1576.     EXPLAIN !!NoHelp_Help 
  1577.            VALUENAME "NoSMHelp"
  1578.     END POLICY
  1579.  
  1580.     POLICY !!NoRun
  1581.     EXPLAIN !!NoRun_Help 
  1582.            VALUENAME "NoRun"
  1583.     END POLICY
  1584.  
  1585.    POLICY !!ForceStartMenuLogOff
  1586.         EXPLAIN !!ForceStartMenuLogOff_Help
  1587.         VALUENAME "ForceStartMenuLogOff"
  1588.     END POLICY
  1589.  
  1590.     POLICY !!StartMenuLogOff
  1591.         EXPLAIN !!StartMenuLogOff_Help
  1592.         VALUENAME "StartMenuLogOff"
  1593.     END POLICY
  1594.  
  1595.     POLICY !!NoClose 
  1596.         EXPLAIN !!NoClose_Help
  1597.            VALUENAME "NoClose"
  1598.     END POLICY
  1599.  
  1600. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1601. ;;;;;  Temporarily commented out       ;;;
  1602. ;
  1603. ;    POLICY !!NoBalloonTip
  1604. ;    EXPLAIN !!NoBalloonTip_Help 
  1605. ;           VALUENAME "NoSMBalloonTip"
  1606. ;    END POLICY
  1607. ;
  1608. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1609.  
  1610.     POLICY !!NoChangeStartMenu 
  1611.         EXPLAIN !!NoChangeStartMenu_Help
  1612.             VALUENAME "NoChangeStartMenu"
  1613.     END POLICY
  1614.  
  1615.     POLICY !!NoSetTaskbar 
  1616.         EXPLAIN !!NoSetTaskbar_Help
  1617.            VALUENAME "NoSetTaskbar"
  1618.     END POLICY
  1619.  
  1620.     POLICY !!NoTrayContextMenu 
  1621.         EXPLAIN !!NoTrayContextMenu_Help
  1622.            VALUENAME "NoTrayContextMenu"
  1623.     END POLICY
  1624.  
  1625.     POLICY !!NoRecentDocsHistory 
  1626.         EXPLAIN !!NoRecentDocsHistory_Help
  1627.            VALUENAME "NoRecentDocsHistory"
  1628.     END POLICY
  1629.  
  1630.     POLICY !!ClearRecentDocsOnExit
  1631.     EXPLAIN !!ClearRecentDocsOnExit_Help 
  1632.            VALUENAME "ClearRecentDocsOnExit"
  1633.     END POLICY
  1634.  
  1635.     POLICY !!Intellimenus
  1636.     EXPLAIN !!Intellimenus_Help
  1637.     VALUENAME "Intellimenus"
  1638.     END POLICY
  1639.  
  1640.     POLICY !!NoInstrumentation
  1641.     EXPLAIN !!NoInstrumentation_Help
  1642.     VALUENAME "NoInstrumentation"
  1643.     END POLICY
  1644.  
  1645.     POLICY !!MemCheckBoxInRunDlg
  1646.          EXPLAIN !!MemCheckBoxInRunDlg_Help
  1647.     VALUENAME "MemCheckBoxInRunDlg"
  1648.     END POLICY
  1649.  
  1650.     POLICY !!NoResolveSearch
  1651.     EXPLAIN !!NoResolveSearch_Help
  1652.     VALUENAME "NoResolveSearch"
  1653.     END POLICY
  1654.  
  1655.     POLICY !!NoResolveTrack
  1656.     EXPLAIN !!NoResolveTrack_Help
  1657.     VALUENAME "NoResolveTrack"
  1658.     END POLICY
  1659.  
  1660.     POLICY !!GreyMSIAds
  1661.     EXPLAIN !!GreyMSIAds_Help
  1662.     VALUENAME "GreyMSIAds"
  1663.     END POLICY
  1664.    
  1665. END CATEGORY ; StartMenu
  1666.  
  1667. CATEGORY !!Desktop
  1668.  
  1669.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1670.  
  1671.     POLICY !!NoDesktop 
  1672.            EXPLAIN !!NoDesktop_Help
  1673.         VALUENAME "NoDesktop"
  1674.     END POLICY
  1675.  
  1676.    POLICY !!NoMyDocumentsIcon
  1677.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  1678.            EXPLAIN !!NoMyDocumentsIcon_Help
  1679.     VALUENAME "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
  1680.     END POLICY
  1681.  
  1682.     POLICY !!NoSMMyDocuments
  1683.            EXPLAIN !!NoSMMyDocuments_Help
  1684.     VALUENAME "NoSMMyDocs"
  1685.     END POLICY
  1686.  
  1687.     POLICY !!NoNetHood 
  1688.           EXPLAIN !!NoNetHood_Help
  1689.         VALUENAME "NoNetHood"
  1690.     END POLICY
  1691.  
  1692.     POLICY !!NoInternetIcon 
  1693.            EXPLAIN !!NoInternetIcon_Help
  1694.     VALUENAME "NoInternetIcon"
  1695.     END POLICY
  1696.  
  1697.     POLICY !!NoRecentDocsNetHood
  1698.           EXPLAIN !!NoRecentDocsNetHood_Help
  1699.         VALUENAME "NoRecentDocsNetHood"
  1700.     END POLICY
  1701.      
  1702.     POLICY !!DisablePersonalDirChange
  1703.         EXPLAIN !!DisablePersonalDirChange_Help
  1704.         VALUENAME "DisablePersonalDirChange"
  1705.     END POLICY   
  1706.     
  1707.     POLICY !!sz_DB_DragDropClose 
  1708.         EXPLAIN !!NoCloseDragDropBands_Help
  1709.         VALUENAME "NoCloseDragDropBands"
  1710.     END POLICY
  1711.         
  1712.     POLICY !!sz_DB_Moving 
  1713.            EXPLAIN !!NoMovingBands_Help
  1714.         VALUENAME "NoMovingBands"
  1715.     END POLICY
  1716.  
  1717.     POLICY !!NoSaveSettings        
  1718.            EXPLAIN !!NoSaveSettings_Help
  1719.         VALUENAME "NoSaveSettings"
  1720.     END POLICY
  1721.  
  1722.     CATEGORY !!ActiveDesktop
  1723.  
  1724.     POLICY !!ForceActiveDesktopOn
  1725.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1726.             EXPLAIN !!ForceActiveDesktopOn_Help
  1727.         VALUENAME "ForceActiveDesktopOn"
  1728.  
  1729.         PART !!ForceActiveDesktopOn_Tip    TEXT    
  1730.         END PART
  1731.     END POLICY
  1732.  
  1733.         POLICY !!NoActiveDesktop
  1734.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1735.             EXPLAIN !!NoActiveDesktop_Help
  1736.             VALUENAME "NoActiveDesktop"
  1737.  
  1738.         PART !!NoActiveDesktop_Tip    TEXT    
  1739.              END PART
  1740.         END POLICY
  1741.  
  1742.         POLICY !!sz_ATC_NoComponents 
  1743.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1744.               EXPLAIN !!ATC_NoComponents_Help
  1745.         VALUENAME "NoComponents"
  1746.  
  1747.             PART !!ATC_NoComponents_Tip        TEXT    
  1748.             END PART
  1749.         END POLICY
  1750.  
  1751.         POLICY !!NoActiveDesktopChanges 
  1752.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1753.         EXPLAIN !!NoActiveDesktopChanges_Help
  1754.         VALUENAME "NoActiveDesktopChanges"
  1755.         END POLICY
  1756.  
  1757.         POLICY !!sz_ATC_DisableAdd
  1758.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1759.         EXPLAIN !!NoAddingComponents_Help 
  1760.              VALUENAME "NoAddingComponents"
  1761.         END POLICY
  1762.  
  1763.         POLICY !!sz_ATC_DisableDel 
  1764.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1765.             EXPLAIN !!NoDeletingComponents_Help
  1766.             VALUENAME "NoDeletingComponents"
  1767.         END POLICY
  1768.  
  1769.         POLICY !!sz_ATC_DisableEdit 
  1770.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1771.             EXPLAIN !!NoEditingComponents_Help
  1772.             VALUENAME "NoEditingComponents"
  1773.         END POLICY
  1774.  
  1775.         POLICY !!sz_ATC_DisableClose 
  1776.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1777.             EXPLAIN !!NoClosingComponents_Help
  1778.             VALUENAME "NoClosingComponents"
  1779.         END POLICY
  1780.  
  1781.         POLICY  !!sz_AdminComponents_Title
  1782.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\AdminComponent"
  1783.             EXPLAIN !!AdminComponents_Help
  1784.  
  1785.             PART !!sz_ATC_AdminAddItem    EDITTEXT
  1786.                 VALUENAME "Add"
  1787.             END PART
  1788.  
  1789.             PART !!sz_ATC_AdminDeleteItem EDITTEXT
  1790.                 VALUENAME "Delete"
  1791.             END PART
  1792.         END POLICY
  1793.  
  1794.      POLICY !!Wallpaper
  1795.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  1796.         EXPLAIN !!Wallpaper_Help      
  1797.  
  1798.         PART !!WALLPAPER_TIP1         TEXT    
  1799.         END PART
  1800.               
  1801.         PART !!WallpaperName          EDITTEXT
  1802.                 VALUENAME "Wallpaper"
  1803.             END PART
  1804.             
  1805.             PART !!WALLPAPER_TIP2         TEXT    END PART
  1806.             PART !!WALLPAPER_TIP3         TEXT    END PART
  1807.             PART !!WALLPAPER_TIP4         TEXT    END PART
  1808.  
  1809.             PART !!WallpaperStyle      DROPDOWNLIST REQUIRED
  1810.          VALUENAME "WallpaperStyle"
  1811.          ITEMLIST
  1812.                    NAME !!WallpaperStyle_Center    VALUE "0" DEFAULT
  1813.              NAME !!WallpaperStyle_Tile        VALUE "1" 
  1814.              NAME !!WallpaperStyle_Stretch    VALUE "2" 
  1815.          END ITEMLIST
  1816.         END PART
  1817.     END POLICY
  1818.  
  1819.         POLICY !!sz_DWP_NoHTMLPaper 
  1820.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1821.         EXPLAIN !!NoHTMLWallPaper_Help
  1822.         VALUENAME "NoHTMLWallPaper"
  1823.     END POLICY
  1824.  
  1825.     END CATEGORY ;ActiveDesktop
  1826.  
  1827.     CATEGORY !!ActiveDirectory
  1828.  
  1829.         KEYNAME "Software\Policies\Microsoft\Windows\Directory UI"
  1830.  
  1831.         POLICY !!AD_QueryLimit
  1832.             EXPLAIN !!AD_QueryLimit_Help
  1833.         PART !!AD_QueryLimit_Box    NUMERIC REQUIRED
  1834.         VALUENAME "QueryLimit"
  1835.         MIN 0 MAX 4000000000 DEFAULT 10000 SPIN 100
  1836.         END PART
  1837.         END POLICY
  1838.  
  1839.         POLICY !!AD_EnableFilter
  1840.             EXPLAIN !!AD_EnableFilter_Help
  1841.         VALUENAME "EnableFilter"
  1842.         END POLICY
  1843.  
  1844.         POLICY !!AD_HideDirectoryFolder
  1845.             EXPLAIN !!AD_HideDirectoryFolder_Help
  1846.         VALUENAME "HideDirectoryFolder"
  1847.         END POLICY
  1848.  
  1849.     END CATEGORY ; ActiveDirectory
  1850.  
  1851. END CATEGORY ;Desktop
  1852.  
  1853. CATEGORY !!Cpl
  1854.     
  1855.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1856.  
  1857.     POLICY !!NoControlPanel
  1858.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1859.     EXPLAIN !!NoControlPanel_Help 
  1860.            VALUENAME "NoControlPanel"
  1861.     END POLICY
  1862.  
  1863.     POLICY !!DisallowCpls
  1864.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1865.     EXPLAIN !!DisallowCpls_Help
  1866.     VALUENAME "DisallowCpl"
  1867.  
  1868.     PART !!DisallowCplsList LISTBOX
  1869.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl"
  1870.         VALUEPREFIX ""
  1871.     END PART
  1872.  
  1873.     PART !!DisallowCpls_Tip1            TEXT    
  1874.         END PART
  1875.         PART !!DisallowCpls_Tip2            TEXT    
  1876.         END PART
  1877.         PART !!DisallowCpls_Tip3            TEXT    
  1878.         END PART    
  1879.         PART !!DisallowCpls_Tip4            TEXT    
  1880.         END PART
  1881.     END POLICY
  1882.  
  1883.     POLICY !!RestrictCpls
  1884.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  1885.     EXPLAIN !!RestrictCpls_Help 
  1886.     VALUENAME "RestrictCpl"
  1887.  
  1888.     PART !!RestrictCplsList LISTBOX
  1889.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictCpl"
  1890.         VALUEPREFIX ""
  1891.     END PART
  1892.  
  1893.         PART !!RestrictCpls_Tip1            TEXT    
  1894.         END PART
  1895.         PART !!RestrictCpls_Tip2            TEXT    
  1896.         END PART
  1897.         PART !!RestrictCpls_Tip3            TEXT    
  1898.         END PART    
  1899.         PART !!RestrictCpls_Tip4            TEXT    
  1900.         END PART
  1901.     END POLICY
  1902.  
  1903.     CATEGORY !!Arp
  1904.  
  1905.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall"
  1906.  
  1907.     POLICY !!NoAddRemovePrograms
  1908.         EXPLAIN !!NoAddRemovePrograms_Help
  1909.         VALUENAME "NoAddRemovePrograms"
  1910.     END POLICY
  1911.  
  1912.     POLICY !!NoRemovePage
  1913.         EXPLAIN !!NoRemovePage_Help
  1914.             VALUENAME "NoRemovePage"
  1915.     END POLICY
  1916.  
  1917.     POLICY !!NoAddPage
  1918.         EXPLAIN !!NoAddPage_Help
  1919.         VALUENAME "NoAddPage"
  1920.     END POLICY
  1921.  
  1922.     POLICY !!NoWindowsSetupPage
  1923.         EXPLAIN !!NoWindowsSetupPage_Help
  1924.             VALUENAME "NoWindowsSetupPage"
  1925.     END POLICY
  1926.  
  1927.     POLICY !!NoAddFromCDorFloppy
  1928.         EXPLAIN !!NoAddFromCDorFloppy_Help
  1929.             VALUENAME "NoAddFromCDorFloppy"
  1930.     END POLICY
  1931.  
  1932.     POLICY !!NoAddFromInternet
  1933.         EXPLAIN !!NoAddFromInternet_Help
  1934.             VALUENAME "NoAddFromInternet"
  1935.     END POLICY
  1936.  
  1937.     POLICY !!NoAddFromNetwork
  1938.         EXPLAIN !!NoAddFromNetwork_Help
  1939.             VALUENAME "NoAddFromNetwork"
  1940.     END POLICY
  1941.  
  1942.     POLICY !!NoServices
  1943.         EXPLAIN !!NoServices_Help
  1944.             VALUENAME "NoServices"
  1945.     END POLICY
  1946.  
  1947.     POLICY !!NoSupportInfo
  1948.         EXPLAIN !!NoSupportInfo_Help
  1949.             VALUENAME "NoSupportInfo"
  1950.     END POLICY
  1951.  
  1952.         POLICY !!DefaultCategory        
  1953.             EXPLAIN !!DefaultCategory_Help
  1954.             PART !!DefaultCategoryBox         EDITTEXT REQUIRED
  1955.                  VALUENAME "DefaultCategory"
  1956.             END PART
  1957.         END POLICY
  1958.  
  1959.      END CATEGORY ; ARP
  1960.   
  1961.     CATEGORY !!DISPLAY
  1962.  
  1963.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  1964.             
  1965.     POLICY !!CPL_Display_Disable             
  1966.            EXPLAIN !!NoDispCpl_Help
  1967.         VALUENAME "NoDispCPL"
  1968.     END POLICY
  1969.  
  1970.     POLICY !!CPL_Display_HideBkgnd             
  1971.             EXPLAIN !!NoDispBackgroundPage_Help
  1972.         VALUENAME "NoDispBackgroundPage"
  1973.     END POLICY
  1974.  
  1975.     POLICY !!sz_DWP_DisableChanges
  1976.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  1977.         EXPLAIN !!NoChangingWallPaper_Help
  1978.         VALUENAME "NoChangingWallPaper"
  1979.         END POLICY
  1980.  
  1981.         POLICY !!CPL_Display_HideAppearance         
  1982.          EXPLAIN !!NoDispAppearancePage_Help
  1983.         VALUENAME "NoDispAppearancePage"
  1984.     END POLICY
  1985.  
  1986.         POLICY !!CPL_Display_HideSettings         
  1987.             EXPLAIN !!NoDispSettingsPage_Help
  1988.         VALUENAME "NoDispSettingsPage"
  1989.     END POLICY
  1990.  
  1991.         POLICY !!CPL_Display_HideScrsav            
  1992.            EXPLAIN !!NoDispScrSavPage_Help
  1993.         VALUENAME "NoDispScrSavPage"
  1994.     END POLICY
  1995.  
  1996.         POLICY !!ScreenSaverActive
  1997.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  1998.             EXPLAIN !!ScreenSaverActive_Help
  1999.                 VALUENAME "ScreenSaveActive"
  2000.                     VALUEON 1
  2001.                     VALUEOFF 0
  2002.     END POLICY
  2003.  
  2004.     POLICY !!ScreenSaverFilename
  2005.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2006.             EXPLAIN !!ScreenSaverFilename_Help
  2007.             PART !!ScreenSaverFilename EDITTEXT
  2008.             VALUENAME "SCRNSAVE.EXE"
  2009.         END PART
  2010.         END POLICY
  2011.  
  2012.         POLICY !!ScreenSaverIsSecure
  2013.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2014.             EXPLAIN !!ScreenSaverIsSecure_Help
  2015.                 VALUENAME "ScreenSaverIsSecure"
  2016.                 VALUEON 1
  2017.                     VALUEOFF 0
  2018.         END POLICY
  2019.  
  2020.         POLICY !!ScreenSaverTimeOut
  2021.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  2022.             EXPLAIN !!ScreenSaverTimeOut_Help
  2023.             PART !!ScreenSaverTimeOut_Tip1  TEXT    
  2024.             END PART
  2025.             PART !!Blank                  TEXT    
  2026.             END PART
  2027.             PART !!ScreenSaverTimeOutFreqSpin   NUMERIC DEFAULT 900
  2028.                 MIN 0 MAX 599940 SPIN 60
  2029.                 TXTCONVERT
  2030.                 VALUENAME "ScreenSaveTimeOut"
  2031.             END PART
  2032.         END POLICY
  2033.  
  2034.     END CATEGORY ;Display
  2035.  
  2036.     CATEGORY !!Printers
  2037.  
  2038.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2039.  
  2040.         POLICY !!NoDeletePrinter 
  2041.             EXPLAIN !!NoDeletePrinter_Help
  2042.         VALUENAME "NoDeletePrinter"
  2043.         END POLICY
  2044.  
  2045.         POLICY !!NoAddPrinter 
  2046.             EXPLAIN !!NoAddPrinter_Help
  2047.         VALUENAME "NoAddPrinter"
  2048.         END POLICY
  2049.  
  2050.         POLICY !!DownlevelBrowse
  2051.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2052.             EXPLAIN !!DownlevelBrowse_Help
  2053.  
  2054.          PART !!DownlevelBrowse_Tip1         TEXT    
  2055.             END PART
  2056.         PART !!DownlevelBrowse_Tip2         TEXT    
  2057.             END PART
  2058.         PART !!DownlevelBrowse_Tip3         TEXT    
  2059.             END PART
  2060.             PART !!DownlevelBrowse_Tip4         TEXT    
  2061.             END PART
  2062.             PART !!DownlevelBrowse_Tip5         TEXT    
  2063.             END PART
  2064.  
  2065.             VALUENAME "Downlevel Browse"
  2066.               VALUEON NUMERIC 1
  2067.               VALUEOFF NUMERIC 0
  2068.         END POLICY
  2069.  
  2070.         POLICY !!PrinterDirectorySearchScope
  2071.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2072.             EXPLAIN !!PrinterDirectorySearchScope_Help
  2073.  
  2074.         PART !!PrinterDirectorySearchScope_Tip1         TEXT    
  2075.             END PART
  2076.             PART !!PrinterDirectorySearchScope_Tip2         TEXT    
  2077.             END PART
  2078.             PART !!PrinterDirectorySearchScope_Tip3         TEXT    
  2079.             END PART
  2080.             PART !!PrinterDirectorySearchScope_Tip4         TEXT    
  2081.             END PART
  2082.             PART !!PrinterDirectorySearchScope_Tip5         TEXT    
  2083.             END PART
  2084.  
  2085.             PART !!PrinterDirectorySearchScope_Name         EDITTEXT
  2086.                 VALUENAME "Default Search Scope"
  2087.                 MAXLEN 255
  2088.         END PART
  2089.         END POLICY
  2090.  
  2091.         POLICY !!IntranetPrintersUrl
  2092.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  2093.             EXPLAIN !!IntranetPrintersUrl_Help
  2094.  
  2095.             PART !!IntranetPrintersUrl_Tip1        TEXT    
  2096.             END PART
  2097.             PART !!IntranetPrintersUrl_Tip2        TEXT    
  2098.             END PART
  2099.             PART !!IntranetPrintersUrl_Tip3        TEXT    
  2100.             END PART
  2101.             PART !!IntranetPrintersUrl_Tip4        TEXT    
  2102.             END PART
  2103.             PART !!IntranetPrintersUrl_Tip5        TEXT    
  2104.             END PART
  2105.  
  2106.             PART !!IntranetPrintersUrl_Link        EDITTEXT   REQUIRED
  2107.                 VALUENAME "Printers Page URL"
  2108.                 MAXLEN 255
  2109.           END PART
  2110.         END POLICY
  2111.  
  2112.     END CATEGORY ; Printers
  2113.  
  2114.     CATEGORY !!RegionalOptions
  2115.  
  2116.           POLICY !!RestrictUILangSelect
  2117.          KEYNAME "Software\Policies\Microsoft\Control Panel\Desktop"     
  2118.              EXPLAIN !!RestrictUILangSelect_Help
  2119.          PART !!UILangSelect     DROPDOWNLIST NOSORT REQUIRED
  2120.          VALUENAME "MultiUILanguageID"
  2121.          ITEMLIST
  2122.             NAME !!UILang1        VALUE 00000409 DEFAULT
  2123.             NAME !!UILang2        VALUE 00000411 
  2124.             NAME !!UILang3        VALUE 00000412
  2125.             NAME !!UILang4        VALUE 00000407
  2126.             NAME !!UILang5        VALUE 00000804
  2127.             NAME !!UILang6        VALUE 00000404
  2128.             NAME !!UILang7        VALUE 0000040c    
  2129.             NAME !!UILang8        VALUE 00000c0a    
  2130.             NAME !!UILang9        VALUE 00000410    
  2131.             NAME !!UILang10       VALUE 0000041d    
  2132.             NAME !!UILang11       VALUE 00000413    
  2133.             NAME !!UILang12       VALUE 00000416    
  2134.             NAME !!UILang13       VALUE 0000040b    
  2135.             NAME !!UILang14       VALUE 00000414
  2136.             NAME !!UILang15       VALUE 00000406
  2137.             NAME !!UILang16       VALUE 00000416
  2138.             NAME !!UILang17       VALUE 00000415
  2139.             NAME !!UILang18       VALUE 00000419
  2140.             NAME !!UILang19       VALUE 00000405
  2141.             NAME !!UILang20       VALUE 00000408
  2142.             NAME !!UILang21       VALUE 00000816
  2143.             NAME !!UILang22       VALUE 0000041f
  2144.             NAME !!UILang23       VALUE 00000401
  2145.             NAME !!UILang24       VALUE 0000040d
  2146.             END ITEMLIST
  2147.             END PART
  2148.     END POLICY
  2149.  
  2150.     END CATEGORY ;;RegionalOptions
  2151.  
  2152. END CATEGORY ;;cpl
  2153.  
  2154. CATEGORY !!Network
  2155.  
  2156.     CATEGORY !!Cat_OfflineFiles
  2157.     KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  2158.  
  2159.         POLICY !!Pol_NoConfigCache
  2160.         EXPLAIN !!Pol_NoConfigCache_Help
  2161.          VALUENAME "NoConfigCache"
  2162.  
  2163.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  2164.         END PART
  2165.     END POLICY
  2166.  
  2167.         POLICY !!Pol_SyncAtLogoff
  2168.             EXPLAIN !!Pol_SyncAtLogoff_Help
  2169.         VALUENAME "SyncAtLogoff"
  2170.         VALUEON  NUMERIC 1
  2171.         VALUEOFF NUMERIC 0
  2172.  
  2173.             PART !!Lbl_SyncAtLogoffHelp1        TEXT    
  2174.             END PART
  2175.             PART !!Blank                        TEXT
  2176.             END PART
  2177.             PART !!Lbl_SyncAtLogoffHelp2        TEXT    
  2178.         END PART
  2179.             PART !!Lbl_SyncAtLogoffHelp3        TEXT    
  2180.         END PART
  2181.             PART !!Blank                        TEXT
  2182.             END PART
  2183.             PART !!Lbl_SyncAtLogoffHelp4        TEXT    
  2184.         END PART
  2185.             PART !!Lbl_SyncAtLogoffHelp5        TEXT      
  2186.         END PART
  2187.         END POLICY
  2188.  
  2189.         POLICY !!Pol_GoOfflineAction
  2190.         EXPLAIN !!Pol_GoOfflineAction_Help
  2191.  
  2192.         PART !!Lbl_GoOfflineActionHelp1     TEXT    
  2193.             END PART
  2194.         PART !!Lbl_GoOfflineActionHelp2     TEXT    
  2195.         END PART
  2196.         PART !!Blank                        TEXT    
  2197.         END PART
  2198.  
  2199.         PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  2200.         VALUENAME "GoOfflineAction"
  2201.                 ITEMLIST
  2202.             NAME !!Lbl_WorkOffline      VALUE NUMERIC 0 DEFAULT
  2203.                 NAME !!Lbl_Fail             VALUE NUMERIC 1
  2204.         END ITEMLIST
  2205.         END PART
  2206.  
  2207.             PART !!Blank                        TEXT    
  2208.         END PART
  2209.         PART !!Lbl_GoOfflineActionHelp3     TEXT    
  2210.         END PART
  2211.         PART !!Lbl_GoOfflineActionHelp4     TEXT    
  2212.         END PART
  2213.         END POLICY
  2214.  
  2215.         POLICY !!Pol_CustomGoOfflineActions
  2216.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  2217.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  2218.         
  2219.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  2220.         END PART
  2221.         PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  2222.         END PART
  2223.         PART !!Blank                            TEXT   
  2224.         END PART
  2225.  
  2226.          PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  2227.             END PART
  2228.  
  2229.         PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  2230.             END PART
  2231.         PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  2232.         END PART
  2233.         PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  2234.         END PART
  2235.         END POLICY
  2236.  
  2237.         POLICY !!Pol_NoMakeAvailableOffline
  2238.         EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  2239.  
  2240.         VALUENAME "NoMakeAvailableOffline"
  2241.  
  2242.             PART !!Lbl_NoMakeAvailableOfflineHelp1  TEXT    
  2243.         END PART
  2244.         PART !!Lbl_NoMakeAvailableOfflineHelp2  TEXT    
  2245.         END PART
  2246.         END POLICY
  2247.  
  2248.         POLICY !!Pol_NoCacheViewer
  2249.             EXPLAIN !!Pol_NoCacheViewer_Help
  2250.         VALUENAME "NoCacheViewer"
  2251.  
  2252.             PART !!Lbl_NoCacheViewerHelp1       TEXT    
  2253.         END PART
  2254.         PART !!Lbl_NoCacheViewerHelp2       TEXT    
  2255.         END PART
  2256.         END POLICY
  2257.  
  2258.     POLICY !!Pol_AssignedOfflineFiles
  2259.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  2260.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  2261.  
  2262.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  2263.             END PART
  2264.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  2265.             END PART
  2266.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  2267.             END PART
  2268.  
  2269.             PART !!Blank                            TEXT    
  2270.             END PART
  2271.         
  2272.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2273.         END PART
  2274.         END POLICY
  2275.  
  2276.         POLICY !!Pol_NoReminders
  2277.             EXPLAIN !!Pol_NoReminders_Help
  2278.         VALUENAME "NoReminders"
  2279.         VALUEON  NUMERIC 1
  2280.         VALUEOFF NUMERIC 0
  2281.  
  2282.             PART !!Lbl_NoRemindersHelp1       TEXT    
  2283.         END PART
  2284.         PART !!Lbl_NoRemindersHelp2       TEXT    
  2285.         END PART
  2286.         END POLICY
  2287.  
  2288.         POLICY !!Pol_ReminderFreq
  2289.             EXPLAIN !!Pol_ReminderFreq_Help
  2290.  
  2291.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  2292.             END PART
  2293.             PART !!Blank                  TEXT    
  2294.         END PART
  2295.  
  2296.             PART !!Lbl_ReminderFreqSpin         NUMERIC DEFAULT 60 
  2297.         MIN 0 MAX 1440 SPIN 10
  2298.             VALUENAME "ReminderFreqMinutes"
  2299.         END PART
  2300.         END POLICY
  2301.  
  2302.         POLICY !!Pol_ReminderInitTimeout
  2303.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  2304.  
  2305.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  2306.             END PART
  2307.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  2308.         END PART
  2309.             PART !!Blank                         TEXT    
  2310.         END PART
  2311.  
  2312.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30
  2313.         MIN 10 MAX 60 SPIN 1
  2314.             VALUENAME "InitialBalloonTimeoutSeconds"
  2315.         END PART
  2316.         END POLICY
  2317.  
  2318.         POLICY !!Pol_ReminderTimeout
  2319.             EXPLAIN !!Pol_ReminderTimeout_Help
  2320.  
  2321.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  2322.         END PART
  2323.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  2324.         END PART
  2325.             PART !!Blank                     TEXT    
  2326.         END PART
  2327.  
  2328.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  2329.                 MIN 10 MAX 60 SPIN 1
  2330.             VALUENAME "ReminderBalloonTimeoutSeconds"
  2331.         END PART
  2332.         END POLICY
  2333.  
  2334.         POLICY !!Pol_EventLoggingLevel
  2335.          EXPLAIN !!Pol_EventLoggingLevel_Help
  2336.             PART !!Blank              TEXT    
  2337.             END PART
  2338.  
  2339.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT  0
  2340.         MIN 0 MAX 3 SPIN 1
  2341.             VALUENAME "EventLoggingLevel"
  2342.         END PART
  2343.  
  2344.             PART !!Blank              TEXT    
  2345.         END PART
  2346.             PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  2347.         END PART
  2348.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  2349.         END PART
  2350.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  2351.         END PART
  2352.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  2353.         END PART
  2354.         END POLICY
  2355.  
  2356.     END CATEGORY   ; Cat_OfflineFiles
  2357.  
  2358.  
  2359.     CATEGORY !!NetworkConnections    ;user
  2360.  
  2361.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  2362.         POLICY !!NC_DeleteConnection
  2363.             EXPLAIN !!NC_DeleteConnection_Help
  2364.             VALUENAME "NC_DeleteConnection"
  2365.             VALUEON     NUMERIC 0 
  2366.         VALUEOFF   NUMERIC 1
  2367.  
  2368.         END POLICY
  2369.         POLICY !!NC_DeleteAllUserConnection
  2370.             EXPLAIN !!NC_DeleteAllUserConnection_Help
  2371.             VALUENAME "NC_DeleteAllUserConnection"
  2372.                 VALUEON         NUMERIC 0
  2373.                 VALUEOFF        NUMERIC 1
  2374.         END POLICY
  2375.  
  2376.         POLICY !!NC_RasConnect
  2377.             EXPLAIN !!NC_RasConnect_Help
  2378.             VALUENAME "NC_RasConnect"
  2379.             VALUEON     NUMERIC 0 
  2380.         VALUEOFF   NUMERIC 1
  2381.         END POLICY
  2382.  
  2383.         POLICY !!NC_LanConnect
  2384.             EXPLAIN !!NC_LanConnect_Help
  2385.             VALUENAME "NC_LanConnect"
  2386.             VALUEON      NUMERIC 0 
  2387.         VALUEOFF    NUMERIC 1
  2388.         END POLICY
  2389.  
  2390.         POLICY !!NC_LanProperties
  2391.             EXPLAIN !!NC_LanProperties_Help
  2392.             VALUENAME "NC_LanProperties"
  2393.             VALUEON     NUMERIC 0 
  2394.     VALUEOFF    NUMERIC 1
  2395.         END POLICY
  2396.  
  2397.         POLICY !!NC_RasMyProperties
  2398.             EXPLAIN !!NC_RasMyProperties_Help
  2399.             VALUENAME "NC_RasMyProperties"
  2400.             VALUEON    NUMERIC 0 
  2401.         VALUEOFF   NUMERIC 1
  2402.         END POLICY
  2403.  
  2404.         POLICY !!NC_RasAllUserProperties
  2405.             EXPLAIN !!NC_RasAllUserProperties_Help
  2406.             VALUENAME "NC_RasAllUserProperties"
  2407.             VALUEON      NUMERIC 0 
  2408.         VALUEOFF     NUMERIC 1
  2409.         END POLICY
  2410.  
  2411.         POLICY !!NC_RenameConnection
  2412.             EXPLAIN !!NC_RenameConnection_Help
  2413.             VALUENAME "NC_RenameConnection"
  2414.             VALUEON     NUMERIC 0 
  2415.         VALUEOFF    NUMERIC 1
  2416.         END POLICY
  2417.  
  2418.         POLICY !!NC_RenameMyRasConnection
  2419.            EXPLAIN !!NC_RenameMyRasConnection_Help
  2420.            VALUENAME "NC_RenameMyRasConnection"
  2421.             VALUEON     NUMERIC 0 
  2422.         VALUEOFF    NUMERIC 1
  2423.         END POLICY
  2424.  
  2425.         POLICY !!NC_AddRemoveComponents
  2426.             EXPLAIN !!NC_AddRemoveComponents_Help
  2427.             VALUENAME "NC_AddRemoveComponents"
  2428.                 VALUEON      NUMERIC 0 
  2429.                 VALUEOFF    NUMERIC 1
  2430.         END POLICY
  2431.  
  2432.         POLICY !!NC_ChangeBindState
  2433.             EXPLAIN !!NC_ChangeBindState_Help
  2434.             VALUENAME "NC_ChangeBindState"
  2435.             VALUEON     NUMERIC 0 
  2436.     VALUEOFF    NUMERIC 1
  2437.         END POLICY
  2438.  
  2439.         POLICY !!NC_LanChangeProperties
  2440.             EXPLAIN !!NC_LanChangeProperties_Help
  2441.             VALUENAME "NC_LanChangeProperties"
  2442.             VALUEON     NUMERIC 0 
  2443.         VALUEOFF    NUMERIC 1
  2444.         END POLICY
  2445.  
  2446.         POLICY !!NC_RasChangeProperties
  2447.             EXPLAIN !!NC_RasChangeProperties_Help
  2448.             VALUENAME "NC_RasChangeProperties"
  2449.             VALUEON     NUMERIC 0 
  2450.         VALUEOFF    NUMERIC 1
  2451.         END POLICY
  2452.  
  2453.         POLICY !!NC_NewConnectionWizard
  2454.             EXPLAIN !!NC_NewConnectionWizard_Help
  2455.             VALUENAME "NC_NewConnectionWizard"
  2456.                 VALUEON     NUMERIC 0 
  2457.                 VALUEOFF    NUMERIC 1
  2458.         END POLICY
  2459.  
  2460.         POLICY !!NC_Statistics
  2461.             EXPLAIN !!NC_Statistics_Help
  2462.             VALUENAME "NC_Statistics"
  2463.             VALUEON     NUMERIC 0 
  2464.     VALUEOFF    NUMERIC 1
  2465.         END POLICY
  2466.  
  2467.         POLICY !!NC_DialupPrefs
  2468.             EXPLAIN !!NC_DialupPrefs_Help
  2469.             VALUENAME "NC_DialupPrefs"
  2470.             VALUEON     NUMERIC 0 
  2471.     VALUEOFF    NUMERIC 1
  2472.         END POLICY
  2473.  
  2474.     POLICY !!NC_AdvancedSettings
  2475.             EXPLAIN !!NC_AdvancedSettings_Help
  2476.             VALUENAME "NC_AdvancedSettings"
  2477.             VALUEON     NUMERIC 0 
  2478.     VALUEOFF    NUMERIC 1
  2479.         END POLICY
  2480.  
  2481.         POLICY !!NC_ShowSharedAccessUI
  2482.             EXPLAIN !!NC_ShowSharedAccessUI_Help
  2483.             VALUENAME "NC_ShowSharedAccessUI"
  2484.             VALUEON      NUMERIC 0 
  2485.         VALUEOFF    NUMERIC 1
  2486.         END POLICY          
  2487.        
  2488.         POLICY !!NC_AllowAdvancedTCPIPConfig
  2489.             EXPLAIN !!NC_AllowAdvancedTCPIPConfig_Help
  2490.             VALUENAME "NC_AllowAdvancedTCPIPConfig"
  2491.                 VALUEON         NUMERIC 0 
  2492.                 VALUEOFF        NUMERIC 1
  2493.         END POLICY
  2494.  
  2495.     END CATEGORY  ;NetworkConnections
  2496.  
  2497. END CATEGORY  ;Network
  2498.  
  2499. CATEGORY !!SystemControl
  2500.  
  2501.    POLICY !!NoWelcomeTips
  2502.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2503.     EXPLAIN !!NoWelcomeTips_Help 
  2504.            VALUENAME "NoWelcomeScreen"
  2505.     END POLICY
  2506.  
  2507.  
  2508.     POLICY !!Y2K
  2509.     KEYNAME "Software\Policies\Microsoft\Control Panel\International\Calendars\TwoDigitYearMax"
  2510.     EXPLAIN !!Y2K_Help
  2511.  
  2512.         PART !!Y2KSysCtrl   TEXT    
  2513.     END PART 
  2514.         PART !!Y2KYear    NUMERIC
  2515.             VALUENAME "1"
  2516.         MIN 2001 MAX 2099 DEFAULT 2029
  2517.         TXTCONVERT
  2518.     END PART
  2519.     END POLICY
  2520.  
  2521.     POLICY !!DriverSigning
  2522.             KEYNAME "Software\Policies\Microsoft\Windows NT\Driver Signing"
  2523.             EXPLAIN !!DriverSigning_Help
  2524.  
  2525.             PART !!DriverSigningOp     DROPDOWNLIST  NOSORT
  2526.             VALUENAME "BehaviorOnFailedVerify"
  2527.             ITEMLIST
  2528.                 NAME !!DriverSign_None      VALUE NUMERIC  0
  2529.                 NAME !!DriverSign_Warn      VALUE NUMERIC  1 DEFAULT
  2530.                 NAME !!DriverSign_Block     VALUE NUMERIC  2
  2531.              END ITEMLIST
  2532.         END PART
  2533.     END POLICY
  2534.  
  2535.     POLICY !!ShellName
  2536.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2537.         EXPLAIN !!ShellName_Help
  2538.  
  2539.         PART !!ShellNameInst         EDITTEXT REQUIRED
  2540.             VALUENAME "Shell"
  2541.         END PART
  2542.     END POLICY
  2543.  
  2544.     POLICY !!DisableCMD
  2545.         KEYNAME "Software\Policies\Microsoft\Windows\System"
  2546.         EXPLAIN !!DisableCMD_Help
  2547.  
  2548.         PART !!DisableCMDScripts     DROPDOWNLIST  NOSORT
  2549.          VALUENAME "DisableCMD"
  2550.          ITEMLIST
  2551.              NAME !!DisableCMD_YES    VALUE NUMERIC  1 
  2552.              NAME !!DisableCMD_NO     VALUE NUMERIC  2 DEFAULT
  2553.           END ITEMLIST
  2554.     END PART
  2555.     END POLICY
  2556.  
  2557.     POLICY !!DisableRegedit
  2558.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2559.         EXPLAIN !!DisableRegedit_Help
  2560.         VALUENAME "DisableRegistryTools"
  2561.     END POLICY
  2562.  
  2563.     POLICY !!RestrictApps
  2564.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2565.         EXPLAIN !!RestrictApps_Help
  2566.     VALUENAME "RestrictRun"
  2567.  
  2568.     PART !!RestrictAppsList LISTBOX
  2569.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun"
  2570.         VALUEPREFIX ""
  2571.     END PART
  2572.  
  2573.     PART !!RestrictApps_Tip1            TEXT    
  2574.         END PART
  2575.         PART !!RestrictApps_Tip2            TEXT    
  2576.         END PART
  2577.         PART !!RestrictApps_Tip3            TEXT    
  2578.         END PART    
  2579.         PART !!RestrictApps_Tip4            TEXT    
  2580.         END PART
  2581.     END POLICY
  2582.  
  2583.     POLICY !!DisallowApps
  2584.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2585.         EXPLAIN !!DisallowApps_Help
  2586.     VALUENAME "DisallowRun"
  2587.  
  2588.     PART !!DisallowAppsList LISTBOX
  2589.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun"
  2590.         VALUEPREFIX ""
  2591.     END PART
  2592.  
  2593.         PART !!DisallowApps_Tip1            TEXT    
  2594.         END PART
  2595.         PART !!DisallowApps_Tip2            TEXT    
  2596.         END PART
  2597.         PART !!DisallowApps_Tip3            TEXT    
  2598.         END PART    
  2599.         PART !!DisallowApps_Tip4            TEXT    
  2600.         END PART
  2601.     END POLICY 
  2602.  
  2603.     POLICY !!Autorun
  2604.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2605.     EXPLAIN !!Autorun_Help
  2606.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  2607.             VALUENAME "NoDriveTypeAutoRun"
  2608.         ITEMLIST
  2609.                    NAME !!Autorun_NoCD        VALUE NUMERIC 181  DEFAULT
  2610.         NAME !!Autorun_None       VALUE NUMERIC 255
  2611.             END ITEMLIST
  2612.         END PART
  2613.     END POLICY
  2614.  
  2615.     POLICY !!AppMgmt_COM_SearchForCLSID
  2616.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  2617.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  2618.         VALUENAME "COMClassStore"
  2619.     END POLICY
  2620.  
  2621.  
  2622.     CATEGORY !!LogonLogoff
  2623.  
  2624.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2625.  
  2626.     POLICY !!DisableTaskMgr    
  2627.             EXPLAIN !!DisableTaskMgr_Help
  2628.             VALUENAME "DisableTaskMgr"
  2629.         END POLICY
  2630.  
  2631.         POLICY !!DisableLockComputer     
  2632.               EXPLAIN !!DisableLockComputer_Help
  2633.             VALUENAME "DisableLockWorkstation"
  2634.         END POLICY
  2635.  
  2636.         POLICY !!DisableChangePassword    
  2637.             EXPLAIN !!DisableChangePassword_Help
  2638.             VALUENAME "DisableChangePassword"
  2639.         END POLICY
  2640.  
  2641.     POLICY !!NoLogoff 
  2642.               KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2643.         EXPLAIN !!NoLogOff_Help
  2644.         VALUENAME "NoLogoff"
  2645.         END POLICY
  2646.  
  2647.         POLICY !!Run_Logon_Script_Sync
  2648.             EXPLAIN !!Run_Logon_Script_Sync_Help
  2649.         VALUENAME "RunLogonScriptSync"
  2650.         END POLICY
  2651.  
  2652.         POLICY !!Run_Legacy_Logon_Script_Hidden
  2653.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2654.             EXPLAIN !!Run_Legacy_Logon_Script_Hidden_Explain
  2655.             VALUENAME "HideLegacyLogonScripts"
  2656.                 VALUEON     NUMERIC 1
  2657.                 VALUEOFF   NUMERIC 0
  2658.         END POLICY
  2659.  
  2660.         POLICY !!Run_Logon_Script_Visible
  2661.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2662.             EXPLAIN !!Run_Logon_Script_Visible_Explain
  2663.             VALUENAME "HideLogonScripts"
  2664.                 VALUEON     NUMERIC 0
  2665.                 VALUEOFF    NUMERIC 1
  2666.         END POLICY
  2667.  
  2668.         POLICY !!Run_Logoff_Script_Visible
  2669.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2670.             EXPLAIN !!Run_Logoff_Script_Visible_Explain
  2671.             VALUENAME "HideLogoffScripts"
  2672.                 VALUEON    NUMERIC 0
  2673.                 VALUEOFF  NUMERIC 1
  2674.         END POLICY
  2675.    
  2676.     POLICY !!Connect_HomeDir_ToRoot
  2677.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2678.             EXPLAIN !!Connect_HomeDir_ToRoot_Explain
  2679.             VALUENAME "ConnectHomeDirToRoot"
  2680.                 VALUEON    NUMERIC 1
  2681.                 VALUEOFF  NUMERIC 0
  2682.         END POLICY
  2683.  
  2684.         POLICY !!LimitSize
  2685.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  2686.             EXPLAIN !!LimitSize_Help
  2687.             VALUENAME "EnableProfileQuota"
  2688.  
  2689.             PART !!SizeMessage                   EDITTEXT
  2690.                DEFAULT !!DefaultSizeMessage
  2691.                 VALUENAME "ProfileQuotaMessage"
  2692.             END PART
  2693.  
  2694.             PART !!ProfileSize                   NUMERIC REQUIRED SPIN 100
  2695.                 VALUENAME "MaxProfileSize"
  2696.                     DEFAULT 30000
  2697.                     MAX    30000
  2698.                     MIN    300
  2699.             END PART
  2700.  
  2701.             PART !!IncludeRegInProQuota          CHECKBOX
  2702.                 VALUENAME "IncludeRegInProQuota"
  2703.             END PART
  2704.  
  2705.             PART !!WarnUser                      CHECKBOX
  2706.                 VALUENAME "WarnUser"
  2707.             END PART
  2708.  
  2709.             PART !!WarnUserTimeout               NUMERIC REQUIRED SPIN 5
  2710.                 VALUENAME "WarnUserTimeout"
  2711.                 DEFAULT 15
  2712.                 MIN    0
  2713.             END PART
  2714.         END POLICY
  2715.  
  2716.         POLICY !!ExcludeDirectories
  2717.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2718.             EXPLAIN !!ExcludeDirectories_Help
  2719.  
  2720.             PART !!ExcludeMessage                EDITTEXT
  2721.              DEFAULT !!DefaultExcludeMessage
  2722.                 VALUENAME "ExcludeProfileDirs"
  2723.             END PART
  2724.  
  2725.             PART !!Exclude_Tip1                  TEXT  
  2726.             END PART
  2727.             PART !!Exclude_Tip2                  TEXT  
  2728.             END PART
  2729.         END POLICY
  2730.  
  2731.     POLICY !!Run
  2732.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  2733.             EXPLAIN !!Run_Help
  2734.  
  2735.         PART !!RunListBox    LISTBOX 
  2736.             VALUEPREFIX ""
  2737.              END PART
  2738.         END POLICY
  2739.  
  2740.         POLICY !!DisableExplorerRunOnceLegacy
  2741.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2742.         EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  2743.         VALUENAME "DisableLocalMachineRunOnce"
  2744.         END POLICY
  2745.  
  2746.         POLICY !!DisableExplorerRunLegacy
  2747.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2748.         EXPLAIN !!DisableExplorerRunLegacy_Help
  2749.             VALUENAME "DisableLocalMachineRun"
  2750.         END POLICY
  2751.  
  2752.     END CATEGORY ; LogonLogoff
  2753.  
  2754.     CATEGORY !!PolicyPolicies
  2755.  
  2756.         POLICY !!GroupPolicyRefreshRateUser
  2757.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2758.             EXPLAIN !!GroupPolicyRefreshRateUser_Help
  2759.  
  2760.             PART !!GPRefreshRate_U_Desc1      TEXT    
  2761.             END PART
  2762.             PART !!GPRefreshRate_U_Desc2      TEXT    
  2763.             END PART
  2764.  
  2765.             PART !!GPRefreshRate    NUMERIC REQUIRED
  2766.                 MIN 0 MAX 64800 DEFAULT 90
  2767.                 VALUENAME "GroupPolicyRefreshTime"
  2768.             END PART
  2769.  
  2770.             PART !!Blank                     TEXT    
  2771.             END PART
  2772.             PART !!GPRefreshRateOffset_Desc1          TEXT    
  2773.         END PART
  2774.             PART !!GPRefreshRateOffset_Desc2          TEXT    
  2775.             END PART
  2776.             PART !!GPRefreshRateOffset_Desc3      TEXT    
  2777.             END PART
  2778.  
  2779.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  2780.                 MIN 0 MAX 1440 DEFAULT 30
  2781.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  2782.             END PART
  2783.         END POLICY
  2784.        
  2785.         POLICY !!GPTransferRate
  2786.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  2787.             EXPLAIN !!GPTransferRate_Help
  2788.  
  2789.             PART !!TransferRateTip1 TEXT
  2790.             END PART
  2791.             PART !!TransferRateTip2 TEXT
  2792.             END PART
  2793.             PART !!TransferRateTip3 TEXT
  2794.             END PART
  2795.             PART !!TransferRateTip4 TEXT
  2796.             END PART
  2797.             PART !!Blank            TEXT
  2798.             END PART
  2799.  
  2800.             PART !!TransferRateOp NUMERIC
  2801.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  2802.                 VALUENAME "GroupPolicyMinTransferRate"
  2803.             END PART
  2804.  
  2805.             PART !!Blank            TEXT
  2806.             END PART
  2807.             PART !!TransferRateTip5 TEXT
  2808.             END PART
  2809.         END POLICY
  2810.  
  2811.         POLICY !!GPDCOptions
  2812.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2813.             EXPLAIN !!GPDCOptions_Help
  2814.  
  2815.             PART !!GPDCOptionsDesc DROPDOWNLIST NOSORT
  2816.             VALUENAME "DCOption"
  2817.             ITEMLIST
  2818.                 NAME !!GPDCOptionPDC      VALUE NUMERIC 1  DEFAULT
  2819.                 NAME !!GPDCOptionInherit  VALUE NUMERIC 2
  2820.                 NAME !!GPDCOptionAny      VALUE NUMERIC 3
  2821.             END ITEMLIST
  2822.             END PART
  2823.         END POLICY
  2824.  
  2825.         POLICY !!NewGPOLinksDisabled
  2826.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2827.             EXPLAIN !!NewGPOLinksDisabled_Help
  2828.             VALUENAME "NewGPOLinksDisabled"
  2829.         END POLICY
  2830.  
  2831.         POLICY !!EnforcePoliciesOnly
  2832.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2833.             EXPLAIN !!EnforcePoliciesOnly_Help
  2834.             VALUENAME "ShowPoliciesOnly"
  2835.         END POLICY
  2836.  
  2837.         POLICY !!DisableAutoADMUpdate
  2838.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  2839.             EXPLAIN !!DisableAutoADMUpdate_Help
  2840.             VALUENAME "DisableAutoADMUpdate"
  2841.         END POLICY
  2842.  
  2843.     END CATEGORY ; PolicyPolicies
  2844.  
  2845. END CATEGORY ; SystemControl
  2846.  
  2847. CATEGORY !!WindowsComponents
  2848.     CATEGORY !!WindowsExplorer
  2849.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2850.  
  2851.     POLICY !!ClassicShell 
  2852.         EXPLAIN !!ClassicShell_Help
  2853.         VALUENAME "ClassicShell"
  2854.     END POLICY
  2855.  
  2856.         
  2857.     POLICY !!NoFolderOptions
  2858.         EXPLAIN !!NoFolderOptions_Help
  2859.         VALUENAME "NoFolderOptions"
  2860.     END POLICY
  2861.  
  2862.     POLICY !!NoFileMenu 
  2863.             EXPLAIN !!NoFileMenu_Help
  2864.         VALUENAME "NoFileMenu"
  2865.         END POLICY
  2866.  
  2867.     POLICY !!NoNetConnectDisconnect 
  2868.                EXPLAIN !!NoNetConnectDisconnect_Help
  2869.         VALUENAME "NoNetConnectDisconnect"
  2870.      END POLICY
  2871.  
  2872.     POLICY !!NoShellSearchButton
  2873.         EXPLAIN !!NoShellSearchButton_Help        
  2874.         VALUENAME "NoShellSearchButton"
  2875.         END POLICY
  2876.  
  2877.     POLICY !!NoViewContextMenu 
  2878.             EXPLAIN !!NoViewContextMenu_Help
  2879.         VALUENAME "NoViewContextMenu"
  2880.         END POLICY
  2881.  
  2882.     POLICY !!NoManageMyComputerVerb
  2883.             EXPLAIN !!NoManageMyComputerVerb_Help
  2884.         VALUENAME "NoManageMyComputerVerb"
  2885.         END POLICY
  2886.  
  2887.      POLICY !!EnforceShellExtensionSecurity 
  2888.             EXPLAIN !!EnforceShellExtensionSecurity_Help
  2889.         VALUENAME "EnforceShellExtensionSecurity"
  2890.      END POLICY
  2891.  
  2892.         POLICY !!LinkResolveIgnoreLinkInfo 
  2893.             EXPLAIN !!LinkResolveIgnoreLinkInfo_Help
  2894.         VALUENAME "LinkResolveIgnoreLinkInfo"
  2895.         END POLICY
  2896.  
  2897.         POLICY !!NoDrives 
  2898.             EXPLAIN !!NoDrives_Help
  2899.         PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  2900.         VALUENAME "NoDrives"
  2901.         ITEMLIST
  2902.             NAME !!ABOnly           VALUE NUMERIC    3
  2903.             NAME !!COnly            VALUE NUMERIC    4
  2904.             NAME !!DOnly            VALUE NUMERIC     8
  2905.             NAME !!ABConly          VALUE NUMERIC     7
  2906.             NAME !!ABCDOnly         VALUE NUMERIC    15
  2907.             NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  2908.                          ; low 26 bits on (1 bit per drive)
  2909.             NAME !!RestNoDrives     VALUE NUMERIC    0
  2910.         END ITEMLIST
  2911.         END PART            
  2912.     END POLICY
  2913.  
  2914.         POLICY !!NoViewOnDrive
  2915.             EXPLAIN !!NoViewOnDrive_Help
  2916.         PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  2917.         VALUENAME "NoViewOnDrive"
  2918.         ITEMLIST
  2919.             NAME !!ABOnly           VALUE NUMERIC    3
  2920.             NAME !!COnly            VALUE NUMERIC    4
  2921.             NAME !!DOnly            VALUE NUMERIC     8
  2922.             NAME !!ABConly          VALUE NUMERIC     7
  2923.             NAME !!ABCDOnly         VALUE NUMERIC    15
  2924.             NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  2925.                          ; low 26 bits on (1 bit per drive)
  2926.             NAME !!RestNoDrives     VALUE NUMERIC    0
  2927.         END ITEMLIST
  2928.         END PART            
  2929.     END POLICY
  2930.  
  2931.        
  2932.     POLICY !!NoHardwareTab
  2933.             EXPLAIN !!NoHardwareTab_Help
  2934.         VALUENAME "NoHardwareTab"
  2935.         END POLICY
  2936.  
  2937.     POLICY !!NoChangeAnimation 
  2938.             EXPLAIN !!NoChangeAnimation_Help
  2939.         VALUENAME "NoChangeAnimation"
  2940.       END POLICY
  2941.  
  2942.      POLICY !!NoChangeKeyboardNavigationIndicators 
  2943.             EXPLAIN !!NoChangeKeyboardNavigationIndicators_Help
  2944.         VALUENAME "NoChangeKeyboardNavigationIndicators"
  2945.      END POLICY
  2946.     
  2947.     POLICY !!NoDFSTab
  2948.         EXPLAIN !!NoDFSTab_Help
  2949.         VALUENAME "NoDFSTab"
  2950.     END POLICY
  2951.  
  2952.     POLICY !!NoWorkgroupContents
  2953.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  2954.           EXPLAIN !!NoWorkgroupContents_Help
  2955.         VALUENAME "NoComputersNearMe"
  2956.     END POLICY
  2957.  
  2958.     POLICY !!NoEntireNetwork    
  2959.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Network"
  2960.         EXPLAIN !!NoEntireNetwork_Help
  2961.         VALUENAME "NoEntireNetwork"
  2962.     END POLICY
  2963.  
  2964.     POLICY !!MaxRecentDocs          
  2965.             EXPLAIN !!MaxRecentDocs_Help
  2966.             PART !!MaxRecentDocs          NUMERIC REQUIRED
  2967.         VALUENAME "MaxRecentDocs"
  2968.             DEFAULT 15
  2969.             END PART
  2970.     END POLICY
  2971.  
  2972.     POLICY !!NoRunAsInstallPrompt
  2973.         EXPLAIN !!NoRunAsInstallPrompt_Help
  2974.         VALUENAME "NoRunasInstallPrompt"
  2975.         END POLICY
  2976.  
  2977.     POLICY !!PromptRunasInstallNetPath
  2978.             EXPLAIN !!PromptRunasInstallNetPath_Help
  2979.             VALUENAME "PromptRunasInstallNetPath"
  2980.         END POLICY
  2981.  
  2982.     CATEGORY !!Comdlg
  2983.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32"
  2984.             POLICY !!NoPlacesBar
  2985.         EXPLAIN !!NoPlacesBar_Help 
  2986.             VALUENAME "NoPlacesBar"
  2987.             END POLICY
  2988.  
  2989.             POLICY !!NoBackButton 
  2990.         EXPLAIN !!NoBackButton_Help
  2991.             VALUENAME "NoBackButton"
  2992.             END POLICY
  2993.  
  2994.             POLICY !!NoFileMRU 
  2995.         EXPLAIN !!NoFileMRU_Help
  2996.               VALUENAME "NoFileMru" 
  2997.             END POLICY
  2998.     
  2999.     END CATEGORY ;;comdlg
  3000.  
  3001.  
  3002.     END CATEGORY ;; WindowsExplorer
  3003.  
  3004.  
  3005.     CATEGORY !!MMC 
  3006.  
  3007.         KEYNAME "Software\Policies\Microsoft\MMC"
  3008.  
  3009.         POLICY !!MMC_Restrict_Author
  3010.             EXPLAIN !!MMC_restrict_Author_Explain
  3011.             VALUENAME "RestrictAuthorMode"
  3012.                 VALUEON    NUMERIC  1
  3013.                 VALUEOFF  NUMERIC 0
  3014.         END POLICY
  3015.  
  3016.         POLICY !!MMC_Restrict_To_Permitted_Snapins
  3017.             EXPLAIN !!MMC_restrict_To_Permitted_Snapins_Explain
  3018.             VALUENAME "RestrictToPermittedSnapins"
  3019.                 VALUEON    NUMERIC  1
  3020.                 VALUEOFF  NUMERIC 0
  3021.         END POLICY
  3022.  
  3023.  
  3024.         CATEGORY !!MMC_RESTRICT
  3025.  
  3026.             POLICY !!MMC_ActiveDirUsers&Comp
  3027.                 KEYNAME "Software\Policies\Microsoft\MMC\{E355E538-1C2E-11D0-8C37-00C04FD8FE93}"
  3028.                 EXPLAIN !!MMC_Restrict_Explain
  3029.                 VALUENAME "Restrict_Run"
  3030.                     VALUEON   NUMERIC 0
  3031.                     VALUEOFF  NUMERIC 1
  3032.             END POLICY
  3033.  
  3034.             POLICY !!MMC_ActiveDirDom&Trusts
  3035.                 KEYNAME "Software\Policies\Microsoft\MMC\{EBC53A38-A23F-11D0-B09B-00C04FD8DCA6}"
  3036.                 EXPLAIN !!MMC_Restrict_Explain
  3037.                 VALUENAME "Restrict_Run"
  3038.                     VALUEON   NUMERIC 0
  3039.                     VALUEOFF  NUMERIC 1
  3040.             END POLICY
  3041.  
  3042.             POLICY !!MMC_ActiveDirSites&Services
  3043.                 KEYNAME "Software\Policies\Microsoft\MMC\{D967F824-9968-11D0-B936-00C04FD8D5B0}"
  3044.                 EXPLAIN !!MMC_Restrict_Explain
  3045.                 VALUENAME "Restrict_Run"
  3046.                     VALUEON   NUMERIC 0
  3047.                     VALUEOFF  NUMERIC 1
  3048.             END POLICY
  3049.  
  3050.             POLICY !!MMC_Certs
  3051.                 KEYNAME "Software\Policies\Microsoft\MMC\{53D6AB1D-2488-11D1-A28C-00C04FB94F17}"
  3052.                 EXPLAIN !!MMC_Restrict_Explain
  3053.                 VALUENAME "Restrict_Run"
  3054.                     VALUEON   NUMERIC 0
  3055.                     VALUEOFF  NUMERIC 1
  3056.             END POLICY
  3057.  
  3058.             POLICY !!MMC_ComponentServices
  3059.                 KEYNAME "Software\Policies\Microsoft\MMC\{C9BC92DF-5B9A-11D1-8F00-00C04FC2C17B}"
  3060.                 EXPLAIN !!MMC_Restrict_Explain
  3061.                 VALUENAME "Restrict_Run"
  3062.                     VALUEON   NUMERIC 0
  3063.                     VALUEOFF  NUMERIC 1
  3064.             END POLICY
  3065.  
  3066.  
  3067.             POLICY !!MMC_ComputerManagement
  3068.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C67-EA27-11CF-ADCF-00AA00A80033}"
  3069.                 EXPLAIN !!MMC_Restrict_Explain
  3070.                 VALUENAME "Restrict_Run"
  3071.                     VALUEON   NUMERIC 0
  3072.                     VALUEOFF  NUMERIC 1
  3073.             END POLICY
  3074.  
  3075.  
  3076.             POLICY !!MMC_DeviceManager
  3077.                 KEYNAME "Software\Policies\Microsoft\MMC\{90087284-d6d6-11d0-8353-00a0c90640bf}"
  3078.                 EXPLAIN !!MMC_Restrict_Explain
  3079.                 VALUENAME "Restrict_Run"
  3080.                     VALUEON   NUMERIC 0
  3081.                     VALUEOFF  NUMERIC 1
  3082.             END POLICY
  3083.  
  3084.             POLICY !!MMC_DiskMgmt
  3085.                 KEYNAME "Software\Policies\Microsoft\MMC\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  3086.                 EXPLAIN !!MMC_Restrict_Explain
  3087.                 VALUENAME "Restrict_Run"
  3088.                     VALUEON   NUMERIC 0
  3089.                     VALUEOFF  NUMERIC 1
  3090.             END POLICY
  3091.  
  3092.             POLICY !!MMC_DiskDefrag
  3093.                 KEYNAME "Software\Policies\Microsoft\MMC\{43668E21-2636-11D1-A1CE-0080C88593A5}"
  3094.                 EXPLAIN !!MMC_Restrict_Explain
  3095.                 VALUENAME "Restrict_Run"
  3096.                     VALUEON   NUMERIC 0
  3097.                     VALUEOFF  NUMERIC 1
  3098.             END POLICY
  3099.  
  3100.             POLICY !!MMC_DFS
  3101.                 KEYNAME "Software\Policies\Microsoft\MMC\{677A2D94-28D9-11D1-A95B-008048918FB1}"
  3102.                 EXPLAIN !!MMC_Restrict_Explain
  3103.                 VALUENAME "Restrict_Run"
  3104.                     VALUEON   NUMERIC 0
  3105.                     VALUEOFF  NUMERIC 1
  3106.             END POLICY
  3107.  
  3108.             POLICY !!MMC_EventViewer
  3109.                 KEYNAME "Software\Policies\Microsoft\MMC\{975797FC-4E2A-11D0-B702-00C04FD8DBF7}"
  3110.                 EXPLAIN !!MMC_Restrict_Explain
  3111.                 VALUENAME "Restrict_Run"
  3112.                     VALUEON   NUMERIC 0
  3113.                     VALUEOFF  NUMERIC 1
  3114.             END POLICY
  3115.  
  3116.             POLICY !!MMC_FAXService
  3117.                 KEYNAME "Software\Policies\Microsoft\MMC\{753EDB4D-2E1B-11D1-9064-00A0C90AB504}"
  3118.                 EXPLAIN !!MMC_Restrict_Explain
  3119.                 VALUENAME "Restrict_Run"
  3120.                     VALUEON   NUMERIC 0
  3121.                     VALUEOFF  NUMERIC 1
  3122.             END POLICY
  3123.  
  3124.             POLICY !!MMC_IndexingService
  3125.                 KEYNAME "Software\Policies\Microsoft\MMC\{95AD72F0-44CE-11D0-AE29-00AA004B9986}"
  3126.                 EXPLAIN !!MMC_Restrict_Explain
  3127.                 VALUENAME "Restrict_Run"
  3128.                     VALUEON   NUMERIC 0
  3129.                     VALUEOFF  NUMERIC 1
  3130.             END POLICY
  3131.  
  3132.             POLICY !!MMC_IAS
  3133.                 KEYNAME "Software\Policies\Microsoft\MMC\{8F8F8DC0-5713-11D1-9551-0060B0576642}"
  3134.                 EXPLAIN !!MMC_Restrict_Explain
  3135.                 VALUENAME "Restrict_Run"
  3136.                     VALUEON   NUMERIC 0
  3137.                     VALUEOFF  NUMERIC 1
  3138.             END POLICY
  3139.  
  3140.             POLICY !!MMC_IIS
  3141.                 KEYNAME "Software\Policies\Microsoft\MMC\{A841B6C2-7577-11D0-BB1F-00A0C922E79C}"
  3142.                 EXPLAIN !!MMC_Restrict_Explain
  3143.                 VALUENAME "Restrict_Run"
  3144.                     VALUEON   NUMERIC 0
  3145.                     VALUEOFF  NUMERIC 1
  3146.             END POLICY
  3147.  
  3148.             POLICY !!MMC_IPSecurity
  3149.                 KEYNAME "Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}"
  3150.                 EXPLAIN !!MMC_Restrict_Explain
  3151.                 VALUENAME "Restrict_Run"
  3152.                     VALUEON   NUMERIC 0
  3153.                     VALUEOFF  NUMERIC 1
  3154.             END POLICY
  3155.  
  3156.             POLICY !!MMC_LocalUsers&Groups
  3157.                 KEYNAME "Software\Policies\Microsoft\MMC\{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}"
  3158.                 EXPLAIN !!MMC_Restrict_Explain
  3159.                 VALUENAME "Restrict_Run"
  3160.                     VALUEON   NUMERIC 0
  3161.                     VALUEOFF  NUMERIC 1
  3162.             END POLICY
  3163.  
  3164.             POLICY !!MMC_PerfLogs&Alerts
  3165.                 KEYNAME "Software\Policies\Microsoft\MMC\{7478EF61-8C46-11d1-8D99-00A0C913CAD4}"
  3166.                 EXPLAIN !!MMC_Restrict_Explain
  3167.                 VALUENAME "Restrict_Run"
  3168.                     VALUEON   NUMERIC 0
  3169.                     VALUEOFF  NUMERIC 1
  3170.             END POLICY
  3171.  
  3172.             POLICY !!MMC_QoSAdmission
  3173.                 KEYNAME "Software\Policies\Microsoft\MMC\{FD57D297-4FD9-11D1-854E-00C04FC31FD3}"
  3174.                 EXPLAIN !!MMC_Restrict_Explain
  3175.                 VALUENAME "Restrict_Run"
  3176.                     VALUEON   NUMERIC 0
  3177.                     VALUEOFF  NUMERIC 1
  3178.             END POLICY
  3179.  
  3180.             POLICY !!MMC_RSM
  3181.                 KEYNAME "Software\Policies\Microsoft\MMC\{3CB6973D-3E6F-11D0-95DB-00A024D77700}"
  3182.                 EXPLAIN !!MMC_Restrict_Explain
  3183.                 VALUENAME "Restrict_Run"
  3184.                     VALUEON   NUMERIC 0
  3185.                     VALUEOFF  NUMERIC 1
  3186.             END POLICY
  3187.  
  3188.             POLICY !!MMC_R&RA
  3189.                 KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F839-C7F5-11D0-A376-00C04FC9DA04}"
  3190.                 EXPLAIN !!MMC_Restrict_Explain
  3191.                 VALUENAME "Restrict_Run"
  3192.                     VALUEON   NUMERIC 0
  3193.                     VALUEOFF  NUMERIC 1
  3194.             END POLICY
  3195.  
  3196.             POLICY !!MMC_SCA
  3197.                 KEYNAME "Software\Policies\Microsoft\MMC\{011BE22D-E453-11D1-945A-00C04FB984F9}"
  3198.                 EXPLAIN !!MMC_Restrict_Explain
  3199.                 VALUENAME "Restrict_Run"
  3200.                     VALUEON   NUMERIC 0
  3201.                     VALUEOFF  NUMERIC 1
  3202.             END POLICY
  3203.  
  3204.             POLICY !!MMC_SecurityTemplates
  3205.                 KEYNAME "Software\Policies\Microsoft\MMC\{5ADF5BF6-E452-11D1-945A-00C04FB984F9}"
  3206.                 EXPLAIN !!MMC_Restrict_Explain
  3207.                 VALUENAME "Restrict_Run"
  3208.                     VALUEON   NUMERIC 0
  3209.                     VALUEOFF  NUMERIC 1
  3210.             END POLICY
  3211.  
  3212.             POLICY !!MMC_Services
  3213.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C66-EA27-11CF-ADCF-00AA00A80033}"
  3214.                 EXPLAIN !!MMC_Restrict_Explain
  3215.                 VALUENAME "Restrict_Run"
  3216.                     VALUEON   NUMERIC 0
  3217.                     VALUEOFF  NUMERIC 1
  3218.             END POLICY
  3219.  
  3220.             POLICY !!MMC_SharedFolders
  3221.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C65-EA27-11CF-ADCF-00AA00A80033}"
  3222.                 EXPLAIN !!MMC_Restrict_Explain
  3223.                 VALUENAME "Restrict_Run"
  3224.                     VALUEON   NUMERIC 0
  3225.                     VALUEOFF  NUMERIC 1
  3226.             END POLICY
  3227.  
  3228.             POLICY !!MMC_SysInfo
  3229.                 KEYNAME "Software\Policies\Microsoft\MMC\{45ac8c63-23e2-11d1-a696-00c04fd58bc3}"
  3230.                 EXPLAIN !!MMC_Restrict_Explain
  3231.                 VALUENAME "Restrict_Run"
  3232.                     VALUEON   NUMERIC 0
  3233.                     VALUEOFF  NUMERIC 1
  3234.             END POLICY
  3235.  
  3236.             POLICY !!MMC_Telephony
  3237.                 KEYNAME "Software\Policies\Microsoft\MMC\{E26D02A0-4C1F-11D1-9AA1-00C04FC3357A}"
  3238.                 EXPLAIN !!MMC_Restrict_Explain
  3239.                 VALUENAME "Restrict_Run"
  3240.                     VALUEON   NUMERIC 0
  3241.                     VALUEOFF  NUMERIC 1
  3242.             END POLICY
  3243.  
  3244.             POLICY !!MMC_TerminalServices
  3245.                 KEYNAME "Software\Policies\Microsoft\MMC\{B91B6008-32D2-11D2-9888-00A0C925F917}"
  3246.                 EXPLAIN !!MMC_Restrict_Explain
  3247.                 VALUENAME "Restrict_Run"
  3248.                     VALUEON   NUMERIC 0
  3249.                     VALUEOFF  NUMERIC 1
  3250.             END POLICY
  3251.  
  3252.             POLICY !!MMC_WMI
  3253.                 KEYNAME "Software\Policies\Microsoft\MMC\{5C659257-E236-11D2-8899-00104B2AFB46}"
  3254.                 EXPLAIN !!MMC_Restrict_Explain
  3255.                 VALUENAME "Restrict_Run"
  3256.                     VALUEON   NUMERIC 0
  3257.                     VALUEOFF  NUMERIC 1
  3258.             END POLICY
  3259.  
  3260.             CATEGORY !!MMC_ExtensionSnapins
  3261.    
  3262.                 POLICY !!MMC_AppleTalkRouting
  3263.                     KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F83C-C7F5-11D0-A376-00C04FC9DA04}"
  3264.                     EXPLAIN !!MMC_Restrict_Explain
  3265.                     VALUENAME "Restrict_Run"
  3266.                         VALUEON   NUMERIC 0
  3267.                         VALUEOFF  NUMERIC 1
  3268.                 END POLICY
  3269.  
  3270.                 POLICY !!MMC_CertAuth
  3271.                     KEYNAME "Software\Policies\Microsoft\MMC\{3F276EB4-70EE-11D1-8A0F-00C04FB93753}"
  3272.                     EXPLAIN !!MMC_Restrict_Explain
  3273.                     VALUENAME "Restrict_Run"
  3274.                         VALUEON   NUMERIC 0
  3275.                         VALUEOFF  NUMERIC 1
  3276.                 END POLICY
  3277.  
  3278.                 POLICY !!MMC_ConnectionSharingNAT
  3279.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE450B-D6C2-11D0-A37B-00C04FC9DA04}"
  3280.                     EXPLAIN !!MMC_Restrict_Explain
  3281.                     VALUENAME "Restrict_Run"
  3282.                         VALUEON   NUMERIC 0
  3283.                         VALUEOFF  NUMERIC 1
  3284.                 END POLICY
  3285.  
  3286.                 POLICY !!MMC_DCOMCFG
  3287.                     KEYNAME "Software\Policies\Microsoft\MMC\{9EC88934-C774-11d1-87F4-00C04FC2C17B}"
  3288.                     EXPLAIN !!MMC_Restrict_Explain
  3289.                     VALUENAME "Restrict_Run"
  3290.                         VALUEON   NUMERIC 0
  3291.                         VALUEOFF  NUMERIC 1
  3292.                 END POLICY
  3293.  
  3294.                 POLICY !!MMC_DeviceManager
  3295.                     KEYNAME "Software\Policies\Microsoft\MMC\{74246bfc-4c96-11d0-abef-0020af6b0b7a}"
  3296.                     EXPLAIN !!MMC_Restrict_Explain
  3297.                     VALUENAME "Restrict_Run"
  3298.                         VALUEON   NUMERIC 0
  3299.                         VALUEOFF  NUMERIC 1
  3300.                 END POLICY
  3301.  
  3302.                 POLICY !!MMC_DHCPRelayMgmt
  3303.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4502-D6C2-11D0-A37B-00C04FC9DA04}"
  3304.                     EXPLAIN !!MMC_Restrict_Explain
  3305.                     VALUENAME "Restrict_Run"
  3306.                         VALUEON   NUMERIC 0
  3307.                         VALUEOFF  NUMERIC 1
  3308.                 END POLICY
  3309.  
  3310.                 POLICY !!MMC_EventViewer
  3311.                     KEYNAME "Software\Policies\Microsoft\MMC\{394C052E-B830-11D0-9A86-00C04FD8DBF7}"
  3312.                     EXPLAIN !!MMC_Restrict_Explain
  3313.                     VALUENAME "Restrict_Run"
  3314.                         VALUEON   NUMERIC 0
  3315.                         VALUEOFF  NUMERIC 1
  3316.                 END POLICY
  3317.  
  3318.                 POLICY !!MMC_IASLogging
  3319.                     KEYNAME "Software\Policies\Microsoft\MMC\{2E19B602-48EB-11d2-83CA-00104BCA42CF}"
  3320.                     EXPLAIN !!MMC_Restrict_Explain
  3321.                     VALUENAME "Restrict_Run"
  3322.                         VALUEON   NUMERIC 0
  3323.                         VALUEOFF  NUMERIC 1
  3324.                 END POLICY
  3325.  
  3326.                 POLICY !!MMC_IGMPRouting
  3327.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4508-D6C2-11D0-A37B-00C04FC9DA04}"
  3328.                     EXPLAIN !!MMC_Restrict_Explain
  3329.                     VALUENAME "Restrict_Run"
  3330.                         VALUEON   NUMERIC 0
  3331.                         VALUEOFF  NUMERIC 1
  3332.                 END POLICY
  3333.  
  3334.                 POLICY !!MMC_IPRouting
  3335.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4500-D6C2-11D0-A37B-00C04FC9DA04}"
  3336.                     EXPLAIN !!MMC_Restrict_Explain
  3337.                     VALUENAME "Restrict_Run"
  3338.                         VALUEON   NUMERIC 0
  3339.                         VALUEOFF  NUMERIC 1
  3340.                 END POLICY
  3341.  
  3342.                 POLICY !!MMC_IPXRIPRouting
  3343.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810502-38F1-11D1-9345-00C04FC9DA04}"
  3344.                     EXPLAIN !!MMC_Restrict_Explain
  3345.                     VALUENAME "Restrict_Run"
  3346.                         VALUEON   NUMERIC 0
  3347.                         VALUEOFF  NUMERIC 1
  3348.                 END POLICY
  3349.  
  3350.                 POLICY !!MMC_IPXRouting
  3351.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810500-38F1-11D1-9345-00C04FC9DA04}"
  3352.                     EXPLAIN !!MMC_Restrict_Explain
  3353.                     VALUENAME "Restrict_Run"
  3354.                         VALUEON   NUMERIC 0
  3355.                         VALUEOFF  NUMERIC 1
  3356.                 END POLICY
  3357.  
  3358.                 POLICY !!MMC_IPXSAPRouting
  3359.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810504-38F1-11D1-9345-00C04FC9DA04}"
  3360.                     EXPLAIN !!MMC_Restrict_Explain
  3361.                     VALUENAME "Restrict_Run"
  3362.                         VALUEON   NUMERIC 0
  3363.                         VALUEOFF  NUMERIC 1
  3364.                 END POLICY
  3365.  
  3366.                 POLICY !!MMC_Logical&MappedDrives
  3367.                     KEYNAME "Software\Policies\Microsoft\MMC\{6E8E0081-19CD-11D1-AD91-00AA00B8E05A}"
  3368.                     EXPLAIN !!MMC_Restrict_Explain
  3369.                     VALUENAME "Restrict_Run"
  3370.                         VALUEON   NUMERIC 0
  3371.                         VALUEOFF  NUMERIC 1
  3372.                 END POLICY
  3373.  
  3374.                 POLICY !!MMC_OSPFRouting
  3375.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4506-D6C2-11D0-A37B-00C04FC9DA04}"
  3376.                     EXPLAIN !!MMC_Restrict_Explain
  3377.                     VALUENAME "Restrict_Run"
  3378.                         VALUEON   NUMERIC 0
  3379.                         VALUEOFF  NUMERIC 1
  3380.                 END POLICY
  3381.  
  3382.                 POLICY !!MMC_PublicKey
  3383.                     KEYNAME "Software\Policies\Microsoft\MMC\{34AB8E82-C27E-11D1-A6C0-00C04FB94F17}"
  3384.                     EXPLAIN !!MMC_Restrict_Explain
  3385.                     VALUENAME "Restrict_Run"
  3386.                         VALUEON   NUMERIC 0
  3387.                         VALUEOFF  NUMERIC 1
  3388.                 END POLICY
  3389.  
  3390.                 POLICY !!MMC_RAS_DialinUser
  3391.                     KEYNAME "Software\Policies\Microsoft\MMC\{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
  3392.                     EXPLAIN !!MMC_Restrict_Explain
  3393.                     VALUENAME "Restrict_Run"
  3394.                         VALUEON   NUMERIC 0
  3395.                         VALUEOFF  NUMERIC 1
  3396.                 END POLICY
  3397.  
  3398.                 POLICY !!MMC_RemoteAccess
  3399.                     KEYNAME "Software\Policies\Microsoft\MMC\{5880CD5C-8EC0-11d1-9570-0060B0576642}"
  3400.                     EXPLAIN !!MMC_Restrict_Explain
  3401.                     VALUENAME "Restrict_Run"
  3402.                         VALUEON   NUMERIC 0
  3403.                         VALUEOFF  NUMERIC 1
  3404.                 END POLICY
  3405.  
  3406.                 POLICY !!MMC_RemStore
  3407.                     KEYNAME "Software\Policies\Microsoft\MMC\{243E20B0-48ED-11D2-97DA-00A024D77700}"
  3408.                     EXPLAIN !!MMC_Restrict_Explain
  3409.                     VALUENAME "Restrict_Run"
  3410.                         VALUEON   NUMERIC 0
  3411.                         VALUEOFF  NUMERIC 1
  3412.                 END POLICY
  3413.  
  3414.                 POLICY !!MMC_RIPRouting
  3415.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4504-D6C2-11D0-A37B-00C04FC9DA04}"
  3416.                     EXPLAIN !!MMC_Restrict_Explain
  3417.                     VALUENAME "Restrict_Run"
  3418.                         VALUEON   NUMERIC 0
  3419.                         VALUEOFF  NUMERIC 1
  3420.                 END POLICY
  3421.  
  3422.                 POLICY !!MMC_Routing
  3423.                     KEYNAME "Software\Policies\Microsoft\MMC\{DAB1A262-4FD7-11D1-842C-00C04FB6C218}"
  3424.                     EXPLAIN !!MMC_Restrict_Explain
  3425.                     VALUENAME "Restrict_Run"
  3426.                         VALUEON   NUMERIC 0
  3427.                         VALUEOFF  NUMERIC 1
  3428.                 END POLICY
  3429.  
  3430.                 POLICY !!MMC_SendConsoleMessage
  3431.                     KEYNAME "Software\Policies\Microsoft\MMC\{B1AFF7D0-0C49-11D1-BB12-00C04FC9A3A3}"
  3432.                     EXPLAIN !!MMC_Restrict_Explain
  3433.                     VALUENAME "Restrict_Run"
  3434.                         VALUEON   NUMERIC 0
  3435.                         VALUEOFF  NUMERIC 1
  3436.                 END POLICY
  3437.  
  3438.                 POLICY !!MMC_ServiceDependencies
  3439.                     KEYNAME "Software\Policies\Microsoft\MMC\{BD95BA60-2E26-AAD1-AD99-00AA00B8E05A}"
  3440.                     EXPLAIN !!MMC_Restrict_Explain
  3441.                     VALUENAME "Restrict_Run"
  3442.                         VALUEON   NUMERIC 0
  3443.                         VALUEOFF  NUMERIC 1
  3444.                 END POLICY
  3445.  
  3446.                 POLICY !!MMC_SMTPProtocol
  3447.                     KEYNAME "Software\Policies\Microsoft\MMC\{03f1f940-a0f2-11d0-bb77-00aa00a1eab7}"
  3448.                     EXPLAIN !!MMC_Restrict_Explain
  3449.                     VALUENAME "Restrict_Run"
  3450.                         VALUEON   NUMERIC 0
  3451.                         VALUEOFF  NUMERIC 1
  3452.                 END POLICY
  3453.  
  3454.                 POLICY !!MMC_SNMP
  3455.                     KEYNAME "Software\Policies\Microsoft\MMC\{7AF60DD3-4979-11D1-8A6C-00C04FC33566}"
  3456.                     EXPLAIN !!MMC_Restrict_Explain
  3457.                     VALUENAME "Restrict_Run"
  3458.                         VALUEON   NUMERIC 0
  3459.                         VALUEOFF  NUMERIC 1
  3460.                 END POLICY
  3461.  
  3462.                 POLICY !!MMC_SysProp
  3463.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F3621F1-23C6-11D1-AD97-00AA00B88E5A}"
  3464.                     EXPLAIN !!MMC_Restrict_Explain
  3465.                     VALUENAME "Restrict_Run"
  3466.                         VALUEON   NUMERIC 0
  3467.                         VALUEOFF  NUMERIC 1
  3468.                 END POLICY
  3469.  
  3470.             END CATEGORY ;; MMC_ExtensionSnapins
  3471.  
  3472.  
  3473.             CATEGORY !!MMC_GroupPolicy
  3474.  
  3475.                 POLICY !!MMC_GroupPolicySnapIn
  3476.                     KEYNAME "Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}"
  3477.                     EXPLAIN !!MMC_Restrict_Explain
  3478.                     VALUENAME "Restrict_Run"
  3479.                         VALUEON   NUMERIC 0
  3480.                         VALUEOFF  NUMERIC 1
  3481.                 END POLICY
  3482.  
  3483.                 POLICY !!MMC_GroupPolicyTab
  3484.                     KEYNAME "Software\Policies\Microsoft\MMC\{D70A2BEA-A63E-11D1-A7D4-0000F87571E3}"
  3485.                     EXPLAIN !!MMC_Restrict_Explain
  3486.                     VALUENAME "Restrict_Run"
  3487.                         VALUEON   NUMERIC 0
  3488.                         VALUEOFF  NUMERIC 1
  3489.                 END POLICY
  3490.  
  3491.                 POLICY !!MMC_ADMComputers
  3492.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957D-509E-11D1-A7CC-0000F87571E3}"
  3493.                     EXPLAIN !!MMC_Restrict_Explain
  3494.                     VALUENAME "Restrict_Run"
  3495.                         VALUEON   NUMERIC 0
  3496.                         VALUEOFF  NUMERIC 1
  3497.                 END POLICY
  3498.  
  3499.                 POLICY !!MMC_ADMUsers
  3500.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957E-509E-11D1-A7CC-0000F87571E3}"
  3501.                     EXPLAIN !!MMC_Restrict_Explain
  3502.                     VALUENAME "Restrict_Run"
  3503.                         VALUEON   NUMERIC 0
  3504.                         VALUEOFF  NUMERIC 1
  3505.                 END POLICY
  3506.  
  3507.                 POLICY !!MMC_FolderRedirection
  3508.                     KEYNAME "Software\Policies\Microsoft\MMC\{88E729D6-BDC1-11D1-BD2A-00C04FB9603F}"
  3509.                     EXPLAIN !!MMC_Restrict_Explain
  3510.                     VALUENAME "Restrict_Run"
  3511.                         VALUEON   NUMERIC 0
  3512.                         VALUEOFF  NUMERIC 1
  3513.                 END POLICY
  3514.  
  3515.                 POLICY !!MMC_IEMaintenance
  3516.                     KEYNAME "Software\Policies\Microsoft\MMC\{FC715823-C5FB-11D1-9EEF-00A0C90347FF}"
  3517.                     EXPLAIN !!MMC_Restrict_Explain
  3518.                     VALUENAME "Restrict_Run"
  3519.                         VALUEON   NUMERIC 0
  3520.                         VALUEOFF  NUMERIC 1
  3521.                 END POLICY
  3522.  
  3523.                 POLICY !!MMC_RIS
  3524.                     KEYNAME "Software\Policies\Microsoft\MMC\{3060E8CE-7020-11D2-842D-00C04FA372D4}"
  3525.                     EXPLAIN !!MMC_Restrict_Explain
  3526.                     VALUENAME "Restrict_Run"
  3527.                         VALUEON   NUMERIC 0
  3528.                         VALUEOFF  NUMERIC 1
  3529.                 END POLICY
  3530.  
  3531.                 POLICY !!MMC_ScriptsUser
  3532.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66650-4972-11D1-A7CA-0000F87571E3}"
  3533.                     EXPLAIN !!MMC_Restrict_Explain
  3534.                     VALUENAME "Restrict_Run"
  3535.                         VALUEON   NUMERIC 0
  3536.                         VALUEOFF  NUMERIC 1
  3537.                 END POLICY
  3538.  
  3539.                 POLICY !!MMC_ScriptsMachine
  3540.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B6664F-4972-11D1-A7CA-0000F87571E3}"
  3541.                     EXPLAIN !!MMC_Restrict_Explain
  3542.                     VALUENAME "Restrict_Run"
  3543.                         VALUEON   NUMERIC 0
  3544.                         VALUEOFF  NUMERIC 1
  3545.                 END POLICY
  3546.  
  3547.                 POLICY !!MMC_SecuritySettings
  3548.                     KEYNAME "Software\Policies\Microsoft\MMC\{803E14A0-B4FB-11D0-A0D0-00A0C90F574B}"
  3549.                     EXPLAIN !!MMC_Restrict_Explain
  3550.                     VALUENAME "Restrict_Run"
  3551.                         VALUEON   NUMERIC 0
  3552.                         VALUEOFF  NUMERIC 1
  3553.                 END POLICY
  3554.  
  3555.                 POLICY !!MMC_SoftwareInstalationComputers
  3556.                     KEYNAME "Software\Policies\Microsoft\MMC\{942A8E4F-A261-11D1-A760-00C04FB9603F}"
  3557.                     EXPLAIN !!MMC_Restrict_Explain
  3558.                     VALUENAME "Restrict_Run"
  3559.                         VALUEON   NUMERIC 0
  3560.                         VALUEOFF  NUMERIC 1
  3561.                 END POLICY
  3562.  
  3563.                 POLICY !!MMC_SoftwareInstallationUsers
  3564.                     KEYNAME "Software\Policies\Microsoft\MMC\{BACF5C8A-A3C7-11D1-A760-00C04FB9603F}"
  3565.                     EXPLAIN !!MMC_Restrict_Explain
  3566.                     VALUENAME "Restrict_Run"
  3567.                         VALUEON   NUMERIC 0
  3568.                         VALUEOFF  NUMERIC 1
  3569.                 END POLICY
  3570.  
  3571.             END CATEGORY ;; MMC_GroupPolicy
  3572.     
  3573.         END CATEGORY ;; MMC_RESTRICT
  3574.  
  3575.     END CATEGORY ;; MMC
  3576.  
  3577.  
  3578.     CATEGORY !!TaskScheduler
  3579.  
  3580.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  3581.  
  3582.         POLICY !!PropertyPages
  3583.             EXPLAIN !!PropertyPagesHelp
  3584.         VALUENAME "Property Pages"
  3585.         END POLICY
  3586.     
  3587.         POLICY !!Execution
  3588.             EXPLAIN !!ExecutionHelp
  3589.             VALUENAME "Execution"
  3590.         END POLICY
  3591.     
  3592.         POLICY !!DragAndDrop
  3593.             EXPLAIN !!DragAndDropHelp
  3594.             VALUENAME "DragAndDrop"
  3595.         END POLICY
  3596.     
  3597.         POLICY !!TaskCreation
  3598.             EXPLAIN !!TaskCreationHelp
  3599.             VALUENAME "Task Creation"
  3600.         END POLICY
  3601.   
  3602.         POLICY !!TaskDeletion
  3603.             EXPLAIN !!TaskDeletionHelp
  3604.             VALUENAME "Task Deletion"
  3605.         END POLICY
  3606.  
  3607.         POLICY !!DisableAdvanced
  3608.             EXPLAIN !!DisableAdvancedHelp
  3609.             VALUENAME "Disable Advanced"
  3610.         END POLICY
  3611.  
  3612.         POLICY !!AllowBrowse
  3613.             EXPLAIN !!AllowBrowseHelp
  3614.             VALUENAME "Allow Browse"
  3615.         END POLICY
  3616.  
  3617.     END CATEGORY ;Task Scheduler        
  3618.  
  3619.     CATEGORY !!MSI
  3620.  
  3621.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  3622.  
  3623.             POLICY !!AlwaysInstallElevated
  3624.                 EXPLAIN !!AlwaysInstallElevated_Help
  3625.                 PART !!StdCheckT  CHECKBOX
  3626.                     VALUENAME "AlwaysInstallElevated"
  3627.                     VALUEON NUMERIC 1
  3628.                     VALUEOFF NUMERIC 0
  3629.                 END PART
  3630.  
  3631.             PART !!Blank TEXT
  3632.             END PART
  3633.             PART !!UserANDMachineT TEXT
  3634.             END PART
  3635.         END POLICY
  3636.  
  3637.             POLICY !!SearchOrder
  3638.                 EXPLAIN !!SearchOrder_Help
  3639.                 PART !!SearchOrder EDITTEXT
  3640.                     VALUENAME "SearchOrder"
  3641.                 DEFAULT nmu
  3642.             END PART
  3643.             PART !!SearchOrderT1 TEXT
  3644.             END PART
  3645.             PART !!SearchOrderT2 TEXT
  3646.             END PART
  3647.             PART !!SearchOrderT3 TEXT
  3648.             END PART
  3649.             PART !!SearchOrderT4 TEXT
  3650.                END PART
  3651.         END POLICY
  3652.  
  3653.  
  3654.             POLICY !!DisableRollback
  3655.                 EXPLAIN !!DisableRollback_Help
  3656.                 PART !!StdCheckT  CHECKBOX
  3657.                     VALUENAME "DisableRollback"
  3658.                 VALUEON NUMERIC 1
  3659.                 VALUEOFF NUMERIC 0
  3660.             END PART
  3661.             PART !!Blank          TEXT
  3662.             END PART
  3663.             PART !!UserORMachineT TEXT
  3664.             END PART
  3665.         END POLICY
  3666.  
  3667.             POLICY !!DisableMedia
  3668.                 EXPLAIN !!DisableMedia_Help
  3669.                 PART !!StdCheckT CHECKBOX
  3670.                 VALUENAME "DisableMedia"
  3671.                 VALUEON NUMERIC 1
  3672.                 VALUEOFF NUMERIC 0
  3673.             END PART
  3674.         END POLICY
  3675.     
  3676.     END CATEGORY ; MSI
  3677.  
  3678. END CATEGORY ;; WindowsComponents
  3679.  
  3680. #endif
  3681.  
  3682. [strings]
  3683. ABCDOnly="Restrict A, B, C and D drives only"
  3684. ABConly="Restrict A, B and C drives only"
  3685. ABOnly="Restrict A and B drives only"
  3686. ActiveDesktop="Active Desktop"
  3687. ActiveDirectory="Active Directory"
  3688. AD_EnableFilter="Enable filter in Find dialog box" 
  3689. AD_EnableFilter_Help="Displays the filter bar above the results of an Active Directory search. The filter bar consists of buttons for applying additional filters to search results.\n\nIf you enable this policy, the filter bar appears when the Active Directory Find dialog box opens, but users can hide it.\n\nIf you disable this policy or do not configure it, the filter bar does not appear, but users can display it by selecting "Filter" from the "View" menu.\n\nTo see the filter bar, open My Network Places, click Entire Network, and then click Directory. Right-click the name of a Windows 2000 domain, and click Find. Type the name of an object in the directory, such as  "Administrator." If the filter bar does not appear above the resulting display then, from the View menu, click Filter."
  3690. AD_HideDirectoryFolder="Hide Active Directory folder" 
  3691. AD_HideDirectoryFolder_Help="Hides the Active Directory folder in My Network Places.\n\nThe Active Directory folder displays Active Directory objects in a browse window.\n\nIf you enable this policy, the Active Directory folder does not appear in the My Network Places folder.\n\nIf you disable this policy or do not configure it, the Active Directory folder appears in the My Network Places folder.\n\nThis policy is designed to let users search Active Directory, but not tempt them to casually browse Active Directory."
  3692. AD_QueryLimit="Maximum size of Active Directory searches" 
  3693. AD_QueryLimit_Box="Number of objects returned:  "
  3694. AD_QueryLimit_Help="Specifies the maximum number of objects the system displays in response to a command to browse or search Active Directory. This policy affects all browse displays associated with Active Directory, such as those in Local Users and Groups, Active Directory Users & Computers, and dialog boxes used to set permissions for user or group objects in Active Directory.\n\nIf you enable this policy, you can use the "Number of objects returned" box to limit returns from an Active Directory search.\n\nIf you disable this policy or do not configure it, the system displays up to 10,000 objects. This consumes approximately 2 MB of memory or disk space.\n\nThis policy is designed to protect the network and the domain controller from the effect of expansive searches."
  3695. AdminComponents_Help="Adds and deletes specified Web content items.\n\nYou can use the "Add" box in this policy to add particular Web-based items or shortcuts to users' desktops. Users can close or delete the items (if policies allow), but the items are added again each time the policy is refreshed.\n\nYou can also use this policy to delete particular Web-based items from users' desktops. Users can add the item again (if policies allow), but the item is deleted each time the policy is refreshed.\n\nNote: Removing an item from the "Add" list for this policy is not the same as deleting it. Items removed from the add list are not removed from the desktop. They are just not added again."
  3696. AdministrativeServices="System"
  3697. ALLDrives="Restrict all drives"
  3698. AllowBrowse="Prohibit Browse"
  3699. AllowBrowseHelp="Limits newly scheduled to items on the user's Start menu and prevents the user from changing the scheduled program for existing tasks.\n\nThis policy removes the Browse button from the Schedule Task wizard and from the Task tab of the properties dialog box for a task. Also, users cannot edit the "Run" box or the "Start in" box that determine the program and path for a task.\n\nAs a result, when users create a task, they must select a program from the list in the Scheduled Task wizard, which displays only the tasks that appear on the Start menu and its submenus. Once a task is created, users cannot change the program a task runs.\n\nImportant: This policy does not prevent users from creating a new task by pasting or dragging any program into the Scheduled Tasks folder. To prevent this action, use the "Disable Drag-and-Drop" policy.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration \
  3700. takes precedence over the setting in User Configuration."
  3701. AllowLockdownBrowse_Help="Allows users to search for installation files during privileged installations.\n\nThis policy enables the Browse button on the "Use feature from" dialog box. As a result, users can search for installation files, even when the installation program is running with elevated system privileges. By default, only system administrators can browse during installations with elevated privileges, such as installations offered on the desktop or displayed in Add/Remove Programs.\n\nBecause the installation is running with elevated system privileges, users can browse through directories that their own permissions would not allow.\n\nThis policy does not affect installations that run in the user's security context. Also, see the "Disable browse dialog box for new source" policy."
  3702. AllowLockdownBrowse="Enable user to browse for source while elevated"
  3703. AllowLockdownMedia_Help="Allows users to install programs from removable media, such as floppy disks and CD-ROMs, during privileged installations.\n\nThis policy permits all users to install programs from removable media, even when the installation program is running with elevated system privileges. By default, users can install programs from removable media only when the installation runs in the user's security context. During privileged installations, such as those offered on the desktop or displayed in Add/Remove Programs, only system administrators can install from removable media.\n\nThis policy does not affect installations that run in the user's security context. By default, users can install from removable media when the installation runs in their own security context.\n\nAlso, see the "Disable media source for any install" policy in User Configuration\Administrative Templates\Windows Components\Windows Installer."
  3704. AllowLockdownMedia="Enable user to use media source while elevated"
  3705. AllowLockdownPatch_Help="Allows users to upgrade programs during privileged installations.\n\nThis policy permits all users to install patches, even when the installation program is running with elevated system privileges. Patches are updates or upgrades that replace only those program files that have changed. Because patches can easily be vehicles for malicious programs, some installations prohibit their use.\n\nBy default, only system administrators can apply patches during installations with elevated privileges, such as installations offered on the desktop or displayed in Add/Remove Programs.\n\nThis policy does not affect installations that run in the user's security context. By default, users can install patches to programs that run in their own security context. Also, see the "Disable patching" policy."
  3706. AllowLockdownPatch="Enable user to patch elevated products"
  3707. AllowWebPrinting_Help="Determines whether Internet printing is supported on this server.\n\nInternet printing lets you display printers on Web pages so the printers can be viewed, managed, and used across the Internet or an intranet.\n\nInternet printing is supported by default on Windows 2000. If you enable this policy or do not configure it, Internet printing remains supported. If you disable this policy, Internet printing is not supported.\n\nNote: This policy affects the server side of Internet printing only. It does not prevent the print client on the computer from printing across the Internet.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" policy in this folder and the "Browse a common web site to find printers" policy in User Configuration\Administrative Templates\Control Panel\Printers."
  3708. AllowWebPrinting_Tip1="Use this policy to enable Internet printing."
  3709. AllowWebPrinting="Web-based printing"
  3710. AlwaysInstallElevated_Help="Directs Windows Installer to use system permissions when it installs any program on the system.\n\nThis policy extends elevated privileges to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add/Remove Programs in Control Panel. This policy lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.\n\nIf you disable this policy or do not configure it, the system applies the current user's permissions when it installs programs that a system administrator does  not distribute or offer.\n\nNote: This policy appears both in the Computer Configuration and User Configuration folders. To make this policy effective, you must enable the policy in both folders.\n\nCaution: Skilled users can take advantage of the permissions this policy grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this policy is not guaranteed to be secure."
  3711. AlwaysInstallElevated="Always install with elevated privileges"
  3712. AppMgmt_COM_SearchForCLSID="Download missing COM components"
  3713. AppMgmt_COM_SearchForCLSID_Help="Directs the system to search Active Directory for missing Component Object Model (COM) components that a program requires.\n\nMany Windows programs, such as the MMC snap-ins, use the interfaces provided by the COM. These programs cannot perform all of their functions unless Windows 2000 has internally registered the required components.\n\nIf you enable this policy and a component registration is missing, the system searches for it in Active Directory and if it is found, downloads it. The resulting searches might make some programs start or run slowly.\n\nIf you disable this policy or do not configure it, the program continues without the registration. As a result, the program might not perform all of its functions, or it might stop.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in  User Configuration."
  3714. ARP="Add/Remove Programs"
  3715. AsynchronousMachineGroupPolicy_Help="Lets the system display the logon prompt before it finishes updating computer Group Policy.\n\nIf you enable this policy, the system does not wait for Group Policy updates to complete before inviting the user to log on. As a result, the Windows interface might appear to be ready before computer Group Policy is applied.\n\nIf you disable this policy or do not configure it, users cannot log on until computer Group Policy is updated.\n\nAlso, see the "Apply Group Policy for users asynchronously during logon" policy."
  3716. AsynchronousMachineGroupPolicy="Apply Group Policy for computers asynchronously during startup"
  3717. AsynchronousUserGroupPolicy_Help="Lets the system display the Windows desktop before it finishes updating user Group Policy.\n\nIf you enable this policy, the system does not coordinate the tasks of loading desktop and updating user Group Policy. As a result, Windows might appear ready for use before user Group Policy is updated.\n\nIf you disable this policy or do not configure it, the system does not make the desktop available to users until user Group Policy is updated.\n\nAlso, see the "Apply Group Policy for computers asynchronously during startup" policy."
  3718. AsynchronousUserGroupPolicy="Apply Group Policy for users asynchronously during logon"
  3719. ATC_NoComponents_Help="Removes Active Desktop content and prevents users from adding Active Desktop content.\n\nThis policy removes all Active Desktop items from the desktop. It also removes the Web tab from Display in Control Panel and removes the "New Desktop Item" command from the Active Desktop menu. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop.\n\nThis policy does not disable Active Desktop. Users can still use image formats, such as JPEG and GIF, for their desktop wallpaper.\n\nAlso, see the "Prohibit Adding Items" policy."
  3720. ATC_NoComponents_Tip="Still allows HTML and Jpg Wallpaper"
  3721. AutoPublishing_Help="Determines whether the Add Printer wizard automatically publishes the computer's shared printers in Active Directory.\n\nIf you enable this policy or do not configure it, the Add Printer wizard automatically publishes all shared printers.\n\nIf you disable this policy, the Add Printer wizard does not automatically publish printers. However, you can publish shared printers manually.\n\nNote: This policy is ignored if the "Allow printers to be published" policy is disabled."
  3722. AutoPublishing_Tip1="Enable or disable this setting to control whether newly created "
  3723. AutoPublishing_Tip2="shared printers are published or not published in the Active "
  3724. AutoPublishing_Tip3="Directory. If this policy is not set the default behavior is"
  3725. AutoPublishing_Tip4="to automatically publish shared printers in the Active Directory"
  3726. AutoPublishing="Automatically publish new printers in Active Directory"
  3727. Autorun_Box="Disable Autoplay on:"
  3728. Autorun_NoCD="CD-ROM drives"
  3729. Autorun_None="All drives"    
  3730. Autorun_Help="Disables the Autoplay feature.\n\nAutoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media starts immediately.\n\nBy default, Autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives.\n\nIf you enable this policy, you can also disable Autoplay on CD-ROM drives, or disable Autoplay on all drives.\n\nThis policy disables Autoplay on additional types of drives. You cannot use this policy to enable Autoplay on drives on which it is disabled by default.\n\nNote: This policy appears in both the Computer Configuration and User Configuration folders. If the settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3731. Autorun="Disable Autoplay"
  3732. Blank=" "
  3733. Cat_OfflineFiles="Offline Files"
  3734. Catname="Administrative Alerts"
  3735. ClassicShell_Help="Disables Active Desktop, Web view, and thumbnail views. Also, users cannot configure their system to open items by single-clicking (such as in Mouse in Control Panel). As a result, the user interface looks and operates like the interface for Windows NT 4.0 and users cannot restore the new features.\n\nNote: This policy takes precedence over the "Enable Active Desktop" policy. If both policies are enabled, Active Desktop is disabled.\n\nAlso, see the "Disable Active Desktop" policy in User Configuration\Administrative Templates\Desktop\Active Desktop and the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  3736. ClassicShell="Enable Classic Shell"
  3737. ClearRecentDocsOnExit_Help="Directs the system to delete the contents of the Documents menu on the Start menu when the user logs off.\n\nThe Documents menu contains shortcuts to the non-program files the user opened most recently.\n\nIf you enable this policy, the Documents menu is always empty when the user logs on. Otherwise, when the user logs on again, the Documents menu appears just as it did when the user logged off.\n\nYou can use this policy, in coordination with the "Remove Documents menu from Start Menu" and "Do not keep history of recently opened documents" policies in this folder to customize your policy for managing access to recently opened files. The system uses this policy only when neither of these related policies are selected."
  3738. ClearRecentDocsOnExit="Clear history of recently opened documents on exit"
  3739. Comdlg="Common Open File Dialog"
  3740. ComdlgSub="Common Open File Dialog Restrictions"
  3741. COnly="Restrict C drive only"
  3742. Connect_HomeDir_ToRoot_Explain="Restores the definitions of the %HOMESHARE% and %HOMEPATH% environment variables to those used in Windows NT 4.0 and earlier.\n\nIf you enable this policy, the system uses the Windows NT 4.0 definitions. If you disable this policy or do not configure it, the system uses the new definitions designed for Windows 2000.\n\nAlong with %HOMEDRIVE%, these variables define the home directory of a user profile. The home directory is a persistent mapping of a drive letter on the local computer to a local or remote directory.\n\nBy default, in Windows 2000, %HOMESHARE% stores the fully qualified path to the home directory (such as \\server\share\dir1\dir2\homedir). Users can access the home directory and any of its subdirectories from the home drive letter, but they cannot see or access its parent directories. %HOMEPATH% stores a final backslash and is included for compatibility with earlier systems.\n\nOn Windows NT 4.0 and earlier, %HOMESHARE% stores only the network share (such as \\server\share). %HOMEPATH% stores the remainder of the fully qualified path to the home directory (such as \dir1\dir2\homedir). As a result, users can access any directory on the home share by using the home directory drive letter.\n\nTip: To specify a home directory in Windows 2000, in Active Directory Users and Computers or Local Users and Groups, right-click the name of a user account, click Properties, click the Profile tab, and in the "Home folder" section, select the "Connect" option and select a drive letter and home directory.\n\nExample: Drive Z is mapped to \\server\share\dir1\dir2\homedir.\n\nIf this policy is disabled or not configured (Windows 2000 behavior):\n\n--  %HOMEDRIVE%  = Z: (mapped to \\server\share\dir1\dir2\homedir)\n\n--  %HOMESHARE% = \\server\share\dir1\dir2\homedir\n\n--  %HOMEPATH% = \\n\nIf the policy is enabled (Windows NT 4.0 behavior):\n\n--  %HOMEDRIVE% = Z: (mapped to \\server\share)\n\n--  %HOMESHARE% = \\server\share\n\n--  %HOMEPATH% = \dir1\dir2\homedir"
  3743. Connect_HomeDir_ToRoot="Connect home directory to root of the share"
  3744. ControlPanel="Control Panel"
  3745. CPL_Display_Disable="Disable Display in Control Panel"
  3746. CPL_Display_HideAppearance="Hide Appearance tab"
  3747. CPL_Display_HideBkgnd="Hide Background tab"
  3748. CPL_Display_HideScrsav="Hide Screen Saver tab"
  3749. CPL_Display_HideSettings="Hide Settings tab"
  3750. CPL_Display_Restrict="Restrict display"
  3751. CPL_Display="Control Panel\Display Restrictions"
  3752. CPL="Control Panel"
  3753. CSE_AppMgmt="Software Installation policy processing"
  3754. CSE_AppMgmt_Help="Determines when software installation polices are updated.\n\nThis policy affects all policies that use the software installation component of Group Policy, such as policies in Software Settings\Software Installation. You can set software installation policy only for Group Policy objects stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the software installation policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3755. CSE_DiskQuota="Disk Quota policy processing"
  3756. CSE_DiskQuota_Help="Determines when disk quota policies are updated.\n\nThis policy affects all policies that use the disk quota component of Group Policy, such as those in Computer Configuration\Administrative Templates\System\File System\Disk Quotas.\n\nIt overrides customized settings that the program implementing the disk quota policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3757. CSE_EFSRecovery="EFS recovery policy processing"
  3758. CSE_EFSRecovery_Help="Determines when encryption polices are updated.\n\nThis policy affects all policies that use the encryption component of Group Policy, such as policies related to encryption in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the encryption policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3759. CSE_FolderRedirection="Folder Redirection policy processing"
  3760. CSE_FolderRedirection_Help="Determines when folder redirection policies are updated.\n\nThis policy affects all policies that use the folder redirection component of Group Policy, such as those in WindowsSettings\Folder Redirection. You can only set folder redirection policy for Group Policy objects, stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the folder redirection policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3761. CSE_IEM="Internet Explorer Maintenance policy processing"
  3762. CSE_IEM_Help="Determines when Internet Explorer Maintenance policies are updated.\n\nThis policy affects all policies that use the Internet Explorer Maintenance component of Group Policy, such as those in Windows Settings\Internet Explorer Maintenance.\n\nIt overrides customized settings that the program implementing the Internet Explorer Maintenance policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3763. CSE_IPSecurity="IP Security policy processing"
  3764. CSE_IPSecurity_Help="Determines when IP security polices are updated.\n\nThis policy affects all policies that use the IP security component of Group Policy, such as policies in Computer Configuration\Windows Settings\Security Settings\IP Security Policies on Local Machine.\n\nIt overrides customized settings that the program implementing the IP security policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3765. CSE_NOCHANGES="Process even if the Group Policy objects have not changed"
  3766. CSE_NOBACKGROUND="Do not apply during periodic background processing"
  3767. CSE_Registry="Registry policy processing"
  3768. CSE_Registry_Help="Determines when registry policies are updated.\n\nThis policy affects all policies in the Administrative Templates folder and any other policies that store values in the registry.\n\nIt overrides customized settings that the program implementing a registry policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3769. CSE_Security="Security policy processing"
  3770. CSE_Security_Help="Determines when security policies are updated.\n\nThis policy affects all policies that use the security component of Group Policy, such as those in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the security policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3771. CSE_Scripts="Scripts policy processing"
  3772. CSE_Scripts_Help="Determines when policies that assign shared scripts are updated.\n\nThis policy affects all policies that use the scripts component of Group Policy, such as those in WindowsSettings\Scripts.\n\nIt overrides customized settings that the program implementing the scripts policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this policy or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  3773. CSE_SLOWLINK="Allow processing across a slow network connection"
  3774. CustomizedSupportUrl_Help="Adds a customized Web page link to the Printers folder.\n\nBy default, the Printers folder includes a link to the Microsoft Support Web page. It can also include a link to a Web page supplied by the vendor of the currently selected printer.\n\nYou can use this policy to replace these default links with a link to a Web page customized for your enterprise.\n\nIf you disable this policy or do not configure it, or if you do not enter an alternate Internet address, the default links appear in the Printers folder.\n\nNote: Web pages links only appear in the Printers folder when Web view is enabled. If Web view is disabled, the policy has no effect. (To enable Web view, open the Printers folder, and from the Tools menu, click Folder Options, click the General tab, and then click "Enable Web content in folders.")\n\nAlso, see the "Web-based printing" policy in this policy folder and the "Browse a common web site to find printers" policy in User Configuration\Administrative Templates\Control Panel\Printers.\n\nWeb view is affected by the "Enable Classic Shell" and "Remove the Folder Options menu item from the Tools menu" policies in User Configuration\Administrative Templates\Windows Components\Windows Explorer, and by the "Enable Active Desktop" policy in User Configuration\Administrative Templates\Desktop\Active Desktop."
  3775. CustomizedSupportUrl_Link="URL"
  3776. CustomizedSupportUrl_Name="URL Title"
  3777. CustomizedSupportUrl_Tip1="Specify the support url title name and the url. For example:"
  3778. CustomizedSupportUrl_Tip2="The url title for Microsoft support would be "Microsoft Support""
  3779. CustomizedSupportUrl_Tip3="and the url would be "http://www.microsoft.com/support""
  3780. CustomizedSupportUrl="Custom support URL in the Printers folder's left pane"
  3781. DefaultDirectoryScope_Help="Determines which information source is the default starting point when users search for people.\n\nThis policy specifies the information source that appears in the Look in box in the Find People dialog box when the dialog box opens. (To get to the Find People dialog box, click Start, click Search, and then click For people.) Users can search in the default information source or use the drop-down list beside "Look in" to change the source. If users change the source, the last source used appears in the Look in box the next time it opens.\n\nIf you disable this policy or do not configure it, the source listed first in alphabetical order appears in the Look in box when it opens. By default, Address Book appears first.\n\nTo use this policy, type the DNS-friendly name or the NetBIOS name of the server that is hosting the source you want to list first.\n\nThis policy appears in the Computer Configuration and User Configuration folders. If the settings of these policies conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This policy establishes a default value that users can change. It does not limit user actions or change system features."
  3782. DefaultDirectoryScope="Default directory scope"
  3783. DefaultExcludeMessage="Local Settings;Temporary Internet Files;History;Temp"
  3784. DefaultSizeMessage="You have exceeded your profile storage space. Before you can log off, you need to move some items from your profile to network or local storage."
  3785. DeleteCache_Tip1="When users with roaming profiles log off,"
  3786. DeleteCache_Tip2="delete the locally cached profile (to save disk space)."
  3787. DefaultCategory_Help="Specifies the category of programs that appears when users open the "Add New Programs" page.\n\nIf you enable this policy, then only the programs in the category you specify are displayed when the "Add New Programs" page opens. Users can use the Category box on the "Add New Programs" page to display programs in other categories.\n\nTo use this policy, type the name of a category in the Category box for this policy. You must enter a category that is already defined in Add/Remove Programs. To define a category, use Software Installation.\n\nIf you disable this policy or do not configure it, all programs (Category: All) are displayed when the "Add New Programs" page opens.\n\nYou can use this policy to direct users to the programs they are most likely to need.\n\nNote: This policy is ignored if either the "Disable Add/Remove Programs" policy or the "Hide Add New Programs page" policy is enabled."
  3788. DefaultCategory="Specify default category for Add New Programs"
  3789. DefaultCategoryBox="Category:"
  3790. DeleteRoamingCachedProfiles_Help="Determines whether the system saves a copy of a user’s roaming profile on the local computer's hard drive when the user logs off.\n\nThis policy, and related policies in this folder, together describe a strategy for managing user profiles residing on remote servers. In particular, they tell the system how to respond when a remote profile is slow to load.\n\nRoaming profiles reside on a network server. By default, when users with roaming profiles log off, the system also saves a copy of their roaming profile on the hard drive of the computer they are using in case the server that stores the roaming profile is unavailable when the user logs on again. The local copy is also used when the remote copy of the roaming user profile is slow to load.\n\nIf you enable this policy, any local copies of the user’s roaming profile are deleted when the user logs off. The roaming profile still remains on the network server that stores it.\n\nImportant: Do not enable this policy if you are \
  3791. using the slow link detection feature of Windows 2000. To respond to a slow link, the system requires a local copy of the user’s roaming profile."
  3792. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  3793. Desktop="Desktop"
  3794. DesktopDisplay="Desktop and Display"
  3795. DesktopSub="General Desktop"
  3796. DisableAdvanced="Disable Advanced Menu"
  3797. DisableAdvancedHelp="Prevents users from viewing or changing the properties of newly created tasks.\n\nThis policy removes the "Open advanced properties for this task when I click Finish" item from the last page of the Scheduled Task wizard. \n\nThis policy prevents users from viewing and changing task characteristics, such as the program the task runs, details of its schedule, idle time and power management settings, and its security context. It is designed to simplify task creation for beginning users.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy affects newly created tasks only. To prevent users from changing the properties of existing tasks, use the "Hide Property Pages" policy."
  3798. DisableAlways="Always"
  3799. DisableAutoADMUpdate="Disable automatic update of ADM files"
  3800. DisableAutoADMUpdate_Help="Prevents the system from updating the Administrative Templates source files automatically when you open Group Policy.\n\nBy default, when you start Group Policy, the system loads the most recently revised copies of the Administrative Templates source files (.adm) that it finds in the %Systemroot%\inf directory. The .adm files create the list of policies that appear under Administrative Templates in Group Policy.\n\nIf you enable this policy, the system loads the .adm files you used the last time you ran Group Policy. Thereafter, you must update the .adm files manually.\n\nNote: Upgrading your .adm files does not overwrite your policy configuration settings. The settings are stored in Active Directory, not in the .adm files.\n\nTip: To upgrade your .adm files manually, in Group Policy, right-click Administrative Templates (either instance), and then click Add/Remove Templates."
  3801. DisableBackgroundPolicy_Help="Prevents Group Policy from being updated while the computer is in use. This policy applies to Group Policies for computers, users, and domain controllers.\n\nIf you enable this policy, the system waits until the current user logs off the system before updating the computer and user policies.\n\nIf you disable this policy, updates can be applied while users are working. The frequency of updates is determined by the "Group Policy refresh interval for computers" and "Group Policy refresh interval for users" policies."
  3802. DisableBackgroundPolicy="Disable background refresh of Group Policy"
  3803. DisableBrowse_Help="Prevents users from searching for installation files when they add features or components to an installed program.\n\nThis policy disables the Browse button beside the Use feature from list in the Windows Installer dialog box. As a result, users must select an installation file source from the Use features from list that the system administrator configures.\n\nThis policy applies even when the installation is running in the user's security context.\n\nIf you disable this policy or do not configure it, the Browse button is enabled when an installation is running in the user's security context, but only system administrators can browse when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add/Remove Programs.\n\nThis policy affects Windows Installer only. It does not prevent users from selecting other browsers, such Windows Explorer or My Network Places, to search for installation files.\n\nAlso, see the "Enable user to browse for source while elevated" policy."
  3804. DisableBrowse="Disable browse dialog box for new source"
  3805. DisableChangePassword_Help="Prevents users from changing their Windows password on demand.\n\nThis policy disables the "Change Password" button on the Windows Security dialog box (which appears when you press Ctrl+Alt+Del).\n\nHowever, users are still able to change their password when prompted by the system. The system prompts users for a new password when an administrator requires a new password or their password is expiring."
  3806. DisableChangePassword="Disable Change Password"
  3807. DisableCMD_Help="Prevents users from running the interactive command prompt, Cmd.exe. This policy also determines whether batch files (.cmd and .bat) can run on the computer.\n\nIf you enable this policy and the user tries to open a command window, the system displays a message explaining that a policy prevents the action.\n\nNote: Do not prevent the computer from running batch files if the computer uses logon, logoff, startup, or shutdown batch file scripts, or for users that use Terminal Services."
  3808. DisableCMD="Disable the command prompt"
  3809. DisableCMDScripts="Disable the command prompt script processing also?"
  3810. DisableCMD_YES="Yes"
  3811. DisableCMD_NO="No"
  3812. DisableExplorerRunLegacy_Help="Ignores the customized run list for Windows NT 4.0 and earlier.\n\nOn Windows 2000 and Windows NT 4.0 and earlier, you can create a customized list of additional programs and documents that the system starts automatically when it starts. These programs are added to the standard run list of programs and services that the system starts.\n\nIf you disable this policy, or do not configure it, Windows 2000 adds any customized run list configured for Windows NT 4.0 and earlier to its run list.\n\nIf you enable this policy, the system ignores the run list for Windows NT 4.0 and earlier.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To create a customized run list by using a policy, use the "Run these applications at startup" policy.\n\nThe customized run lists for Windows NT 4.0 and earlier are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run. They can be configured by using the "Run" policy in System Policy Editor for Windows NT 4.0 and earlier.\n\nAlso, see the "Disable the run once list" policy."
  3813. DisableExplorerRunLegacy="Disable legacy run list"
  3814. DisableExplorerRunOnceLegacy_Help="Ignores customized run-once lists.\n\nYou can create a customized list of additional programs and documents that are started automatically the next time the system starts (but not thereafter). These programs are added to the standard list of programs and services that the system starts.\n\nIf you enable this policy, the system ignores the run-once list.\n\nIf you disable this policy, or do not configure it, the system runs the programs in the run-once list.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: Customized run-once lists are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce.\n\nAlso, see the "Disable legacy run list" policy."
  3815. DisableExplorerRunOnceLegacy="Disable the run once list"
  3816. DisableLockComputer_Help="Prevents users from locking the system.\n\nWhile locked, the desktop is hidden and the system cannot be used. Only the user who locked the system or the system administrator can unlock it.\n\nTip:To lock a computer without configuring a policy, press Ctrl+Alt+Delete, and then click "Lock Computer.""
  3817. DisableLockComputer="Disable Lock Computer"
  3818. DisableLogoff="Disable Logoff"
  3819. DisableMedia_Help="Prevents users from installing programs from removable media.\n\nIf a user tries to install a program from removable media, such as CD-ROMs, floppy disks, and DVDs, a message appears, stating that the feature cannot be found.\n\nThis policy applies even when the installation is running in the user's security context.\n\nIf you disable this policy or do not configure it, users can install from removable media when the installation is running in their own security context, but only system administrators can use removable media when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add/Remove Programs.\n\nAlso, see the "Enable user to use media source while elevated policy" in Computer Configuration\Administrative Templates\Windows Components\Windows Installer.\n\nAlso, see the "Hide the "Add a program from CD-ROM or floppy disk"" policy in User Configuration\Administrative Templates\Control Panel\Add/Remove Programs."
  3820. DisableMedia="Disable media source for any install"
  3821. DisableMSI_Help="Disables or restricts the use of Windows Installer.\n\nThis policy can prevent users from installing software on their systems or permit users to install only those programs offered by a system administrator.\n\nIf you enable this policy, you can use the options in the Disable Windows Installer box to establish an installation policy.\n\n--   The "Never" option indicates that Windows Installer is fully enabled. Users can install and upgrade software. Windows Installer is enabled by default on Windows 2000.\n\n--   The "For non-managed apps only" option permits users to install only those programs that a system administrator assigns (offers on the desktop) or publishes (adds them to Add/Remove Programs).\n\n--   The "Always" option indicates that Windows Installer is disabled.\n\nThis policy affects Windows Installer only. It does not prevent users from using other methods to install and upgrade programs."
  3822. DisableMSI="Disable Windows Installer"
  3823. DisableNever="Never"
  3824. DisableNonManaged="For non-managed apps only"
  3825. DisablePatch_Help="Prevents users from using Windows Installer to install patches.\n\nPatches are updates or upgrades that replace only those program files that have changed. Because patches can be easy vehicles for malicious programs, some installations prohibit their use.\n\nNote: This policy applies only to installations that run in the user's security context. By default, users who are not system administrators cannot apply patches to installations that run with elevated system privileges, such as those offered on the desktop or in Add/Remove Programs.\n\nAlso, see the "Enable user to patch elevated products" policy."
  3826. DisablePatch="Disable patching"
  3827. DisablePersonalDirChange_Help="Prevents users from changing the path to the My Documents folder.\n\nBy default, a user can change the location of the My Documents folder by typing a new path in the Target box of the My Documents Properties dialog box. If you enable this policy, when users type a new path in the Target box, a message appears explaining that a policy prevents the action."
  3828. DisablePersonalDirChange="Prohibit user from changing My Documents path"
  3829. DisableRegedit_Help="Disables the Windows registry editors, Regedt32.exe and Regedit.exe.\n\nIf this policy is enabled and the user tries to start a registry editor, a message appears explaining that a policy prevents the action.\n\nTo prevent users from using other administrative tools, use the "Run only allowed Windows applications" policy."
  3830. DisableRegedit="Disable registry editing tools"
  3831. DisableRollback_Help="Prohibits Windows Installer from generating and saving the files it needs to reverse an interrupted or unsuccessful installation.\n\nThis policy prevents Windows Installer from recording the original state of the system and sequence of changes it makes during installation. It also prevents Windows Installer from retaining files it intends to delete later. As a result, Windows installer cannot restore the computer to its original state if the installation does not complete.\n\nThis policy is designed to reduce the amount of temporary disk space required to install programs. Also, it prevents malicious users from interrupting an installation to gather data about the internal state of the computer or to search secure system files. However, because an incomplete installation can render the system or a program inoperable, do not use this policy unless essential.\n\nThis policy appears in the Computer Configuration and User Configuration folders. If the policy is enabled in either folder, it is considered be enabled, even if it is explicitly disabled in the other folder."
  3832. DisableRollback="Disable rollback"
  3833. DisableStatusMessages_Help="Suppresses system status messages.\n\nIf you enable this policy, the system does not display a message reminding users to wait while their system starts or shuts down, or while users log on or off."
  3834. DisableStatusMessages="Disable Boot / Shutdown / Logon / Logoff status messages"
  3835. DisableSystemPolicy_Help="Disables System Policy designed for Windows NT 4.0 and earlier.\n\nIn Windows 2000, Group Policy replace the System Policy that System Policy Editor created on Windows NT 4.0 and earlier. However, Windows 2000 continues to support System Policy for installations that use them.\n\nIf you enable this policy, the system does not recognize or implement System Policy. However, it continues its full support for Group Policy."
  3836. DisableSystemPolicy="Disable System Policy (use Group Policy only)"
  3837. DisableTaskMgr_Help="Prevents users from starting Task Manager (Taskmgr.exe).\n\nIf this policy is enabled and users try to start Task Manager, a message appears explaining that a policy prevents the action.\n\nTask Manager lets users start and stop programs; monitor the performance of their computers; view and monitor all programs running on their computers, including system services; find the executable names of  programs; and change the priority of the process in which  programs run."
  3838. DisableTaskMgr="Disable Task Manager"
  3839. DisallowApps_Help="Prevents Windows from running the programs you specify in this policy.\n\nIf you enable this policy, users cannot run programs that you add to the List of disallowed applications.\n\nThis policy only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs, such as Task Manager, that are started by the system process or by other processes. Also, if you permit users to gain access to the command prompt, Cmd.exe, this policy does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer."
  3840. DisallowApps_Tip1="   "
  3841. DisallowApps_Tip2="To create a list of disallowed applications, click Show,"
  3842. DisallowApps_Tip3="then Add, and enter the application executable name"
  3843. DisallowApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  3844. DisallowApps="Don't run specified Windows applications"
  3845. DisallowAppsList="List of disallowed applications"
  3846. DisallowCpls_Help="Hides specified Control Panel items and folders.\n\nThis policy removes Control Panel items (such as Display) and folders (such as Fonts) from the Control Panel window and the Start menu. It can remove Control Panel items you have added to your system, as well Control Panel items included in Windows 2000.\n\nTo hide a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To hide a folder, type the folder name, such as Fonts.\n\nThis policy affects the Start menu and Control Panel window only. It does not prevent users from running Control Panel items.\n\nAlso, see the "Disable Display in Control Panel" policy in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified control panel applets" policy and the "Show only specified control panel applets" policy are enabled, and the same item appears in both lists, the "Show only specified control panel applets" policy is ignored.\n\nTip: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory."
  3847. DisallowCpls_Tip1="To create a list of disallowed control panel applets, click Show,"
  3848. DisallowCpls_Tip2="then Add, and enter the control panel file name (ends with .cpl)"
  3849. DisallowCpls_Tip3="or the name displayed under that item in the control panel."
  3850. DisallowCpls_Tip4="(e.g., desk.cpl, powercfg.cpl, Printers)"
  3851. DisallowCpls="Hide specified control panel applets"
  3852. DisallowCplsList="List of disallowed control panel applets"
  3853. Display="Display"
  3854. DisplayErrors="Display error messages"
  3855. DOnly="Restrict D drive only"
  3856. DownlevelBrowse_Help="Lets users use the Add Printer wizard to search the network for shared printers.\n\nIf you enable this policy or do not configure it, then when users click "Add a network printer," but do not type the name of a particular printer, the Add Printer wizard displays a list of all shared printers on the network and invites users to choose a printer from among them.\n\nIf you disable this policy, users cannot search the network; they must type a printer name first.\n\nThis policy affects the Add Printer wizard only. It does not prevent users from using other programs to search for shared printers or to connect to network printers."
  3857. DownlevelBrowse_Tip1="Disable this option to remove the network printer browse page"
  3858. DownlevelBrowse_Tip2="from within the Add Printer wizard. Use this policy to disallow users"
  3859. DownlevelBrowse_Tip3="from browsing the network for printers. By removing the browse option"
  3860. DownlevelBrowse_Tip4="users are encouraged to find printers in the Active Directory if one is"
  3861. DownlevelBrowse_Tip5="available."
  3862. DownlevelBrowse="Browse the network to find printers"
  3863. DnsClient="DNS Client"
  3864. DQ_Enable_Help="Enables and disables disk quota management on all NTFS volumes of the computer, and prevents users from changing the setting.\n\nIf you enable this policy, disk quota management is enabled, and users cannot disable it.\n\nIf you disable the policy, disk quota management is disabled, and users cannot enable it.\n\nIf this policy is not configured, disk quota management is disabled by default, but administrators can enable it.\n\nTo prevent users from changing the setting while a policy is in effect, the system disables the "Enable quota management" option on the Quota tab of NTFS volumes.\n\nNote: This policy enables disk quota management but does not establish or enforce a particular disk quota limit. To specify a disk quota limit, use the "Default quota limit and warning level" policy. Otherwise, the system uses the physical space on the volume as the quota limit.\n\nTip: To enable or disable disk quota management without setting a policy, in My Computer, right-click the name of an NTFS volume, click Properties, click the Quota tab, and then click the "Enable quota management" option."
  3865. DQ_Enable="Enable disk quotas"
  3866. DQ_EnableTip1="Enable disk quotas for all NTFS volumes on the computer."
  3867. DQ_Enforce_Help="Determines whether disk quota limits are enforced and prevents users from changing the setting.\n\nIf you enable this policy, disk quota limits are enforced. If you disable this policy, disk quota limits are not enforced. When you enable or disable the policy, the system disables the "Deny disk space to users exceeding quota limit" option on the Quota tab so administrators cannot change the setting while a policy is in effect.\n\nIf the policy is not configured, the disk quota limit is not enforced by default, but administrators change the setting.\n\nEnforcement is optional. When users reach an enforced disk quota limit, the system responds as though the physical space on the volume were exhausted. When users reach an unenforced limit, their status in the Quota Entries window changes, but they can continue to write to the volume as long as physical space is available.\n\nNote: This policy overrides user settings that enable or disable quota enforcement on their volumes.\n\nTip: To specify a disk quota limit, use the "Default quota limit and warning level" policy. Otherwise, the system uses the physical space on the volume as the quota limit."
  3868. DQ_Enforce="Enforce disk quota limit"
  3869. DQ_EnforceTip1="Deny disk space to users exceeding their assigned quota limit."
  3870. DQ_Limit_Help="Specifies the default disk quota limit and warning level for new users of the volume.\n\nThis policy determines how much disk space can be used by each user on each of the NTFS file system volumes on a computer. It also specifies the warning level, the point at which the user's status in the Quota Entries window changes to indicate that the user is approaching the disk quota limit.\n\nThis policy overrides new users’ settings for the disk quota limit and warning level on their volumes, and it disables the corresponding options in the "Select the default quota limit for new users of this volume" section on the Quota tab.\n\nThis policy applies to all new users as soon as they write to the volume. It does not affect disk quota limits for current users or affect customized limits and warning levels set for particular users (on the Quota tab in Volume Properties).\n\nIf you disable this policy or do not configure it, the disk space available to users is not limited. The disk quota management feature uses the physical space on each volume as its quota limit and warning level.\n\nWhen you select a limit, remember that the same limit applies to all users on all volumes, regardless of actual volume size. Be sure to set the limit and warning level so that it is reasonable for the range of volumes in the group.\n\nThis policy is effective only when disk quota management is enabled on the volume. Also, if disk quotas are not enforced, users can exceed the quota limit you set. When users reach the quota limit, their status in the Quota Entries window changes, but users can continue to write to the volume."
  3871. DQ_Limit="Default quota limit and warning level"
  3872. DQ_LimitLabel="Default quota limit:"
  3873. DQ_LimitTip1="Specify a quota limit and warning level applied to users when"
  3874. DQ_LimitTip2="they first write to a quota-enabled volume."
  3875. DQ_LimitUnits="Units"
  3876. DQ_LimitValue="Value"
  3877. DQ_LogEventOverLimit_Help="Determines whether the system records an event in the local Application log when users reach their disk quota limit on a volume, and prevents users from changing the logging setting.\n\nIf you enable this policy, the system records an event when the user reaches their limit. If you disable this policy, no event is recorded. Also, when you enable or disable this policy, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so adminstrators cannot change the setting while a policy is in effect.\n\nIf the policy is not configured, no events are recorded, but administrators can use the Quota tab option to change the setting.\n\nThis policy is independent of the enforcement policies for disk quotas. As a result, you can direct the system to log an event regardless of whether or not you choose to enforce the disk quota limit.\n\nAlso, this policy does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their limit because their status in the Quota Entries window changes.\n\nTip: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  3878. DQ_LogEventOverLimit="Log event when quota limit exceeded"
  3879. DQ_LogEventOverLimitTip1="Generate event log entry when user's disk space usage exceeds"
  3880. DQ_LogEventOverLimitTip2="their assigned quota limit on a volume."
  3881. DQ_LogEventOverThreshold_Help="Determines whether the system records an event in the Application log when users reach their disk quota warning level on a volume.\n\nIf you enable this policy, the system records an event. If you disable this policy, no event is recorded. When you enable or disable the policy, the system disables the corresponding "Log event when a user exceeds their warning level" option on the Quota tab, so that administrators cannot change the logging setting while a policy is in effect.\n\nIf the policy is not configured, no event is recorded, but administrators can use the Quota tab option to change the logging setting.\n\nThis policy does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their warning level because their status in the Quota Entries window changes.\n\nTip: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  3882. DQ_LogEventOverThreshold="Log event when quota warning level exceeded"
  3883. DQ_LogEventOverThresholdTip1="Generate event log entry when user's disk space usage exceeds"
  3884. DQ_LogEventOverThresholdTip2="their assigned quota warning level on a volume."
  3885. DQ_RemovableMedia_Help="Extends the disk quota policies in this folder to NTFS file system volumes on removable media.\n\nIf you disable this policy or do not configure it, the disk quota policies established in this folder apply to fixed-media NTFS volumes only."
  3886. DQ_RemovableMedia="Apply policy to removable media"
  3887. DQ_RemovableMediaTip1="Apply disk quota policy to fixed and removable media"
  3888. DQ_RemovableMediaTip2="on the computer."
  3889. DQ_ThresholdLabel="Default warning level:"
  3890. DQ_ThresholdUnits="Units"
  3891. DQ_ThresholdValue="Value"
  3892. DQ_UnitsEB="EB"
  3893. DQ_UnitsGB="GB"
  3894. DQ_UnitsKB="KB"
  3895. DQ_UnitsMB="MB"
  3896. DQ_UnitsPB="PB"
  3897. DQ_UnitsTB="TB"
  3898. DragAndDrop="Disable Drag-and-Drop"
  3899. DragAndDropHelp="Prevents users from adding or removing tasks by moving or copying programs in the Scheduled Tasks folder.\n\nThis policy disables the Cut, Copy, Paste, and Paste shortcut items on the context menu and the Edit menu in Scheduled Tasks. It also disables the drag-and-drop features of the Scheduled Tasks folder.\n\nAs a results, users cannot add new scheduled tasks by dragging, moving, or copying a document or program into the Scheduled tasks folder.\n\nThis policy does not prevent users from using other methods to create new tasks and it does not prevent users from deleting tasks.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3900. DriverSign_Block="Block"
  3901. DriverSign_None="Ignore"
  3902. DriverSign_Warn="Warn"
  3903. DriverSigning_Help="Determines how the system responds when a user tries to install device driver files that are not digitally signed.\n\nThis policy establishes the least secure response permitted on the systems of users in the group. Users can use System in Control Panel to select a more secure setting, but when this policy is enabled, the system does not implement any setting less secure than the one the policy established.\n\nWhen you enable this policy, use the drop-down box to specify the desired response.\n\n--   "Ignore" directs the system to proceed with the installation even if it        includes unsigned files.\n\n--   "Warn" notifies the user that files are not digitally signed and lets the       user decide whether to stop or to proceed with the installation and         whether to permit unsigned files to be installed. "Warn" is the                 default.\n\n--   "Block" directs the system to refuse to install unsigned files. As a            result, the installation stops, and none of the files in the driver                 package is installed.\n\nTo change driver file security without setting a policy, use System in Control Panel. Right-click My Computer, click Properties, click the Hardware tab, and then click the Driver Signing button."
  3904. DriverSigning="Code signing for device drivers"
  3905. DriverSigningOp="When Windows detects a driver file without a digital signature:"
  3906. EnableAdminTSRemote_Help="Allows Terminal Services administrators to install and configure programs remotely.\n\nBy default, system administrators can install programs only when system administrators are logged on to the computer on which the program is being installed. This policy creates a special exception for computers running Terminal Services.\n\nThis policy affects system administrators only. Other users cannot install programs remotely."
  3907. EnableAdminTSRemote="Allow admin to install from Terminal Services session"
  3908. EnableSlowLinkDetect_Help="Disables the slow link detection feature.\n\nSlow link detection measures the speed of the connection between a user's computer and the remote server that stores the roaming user profile. When the system detects a slow link, the related policies in this folder tell the system how to respond.\n\nIf you enable this policy, the system does not detect slow connections or recognize any connections as being slow. As a result, the system does not respond to slow connections to user profiles and it ignores the policies that tell the system how to respond to a slow connection.\n\nIf you disable this policy or do not configure it, slow link detection is enabled. The system measures the speed of the connection between the user's computer and profile server. If the connection is slow (as defined by the "Slow network connection timeout for user profiles" policy), the system applies the other policies set in this folder to determine how to proceed. By default, when the connection is slow, the system loads the \
  3909. local copy of the user profile."
  3910. EnableSlowLinkDetect="Do not detect slow network connections"
  3911. EnableSlowLinkUI="Prompt user when slow link is detected"
  3912. EnableSlowLinkUI_Help="Notifies users when their roaming profile is slow to load. The notice lets users decide whether to use a local copy or to wait for the roaming user profile.\n\nIf you disable this policy or do not configure it, when a roaming user profile is slow to load, the system does not consult the user. Instead, it loads the local copy of the profile. If you have enabled the "Wait for remote user profile" policy, then the system loads the remote copy without consulting the user.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nTo adjust the time within which the user must respond to this notice, use the "Timeout for dialog boxes" policy.\n\nImportant: If the "Do not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  3913. EnableUserControl_Help="Permits users to change installation options that typically are available only to system administrators.\n\nThis policy bypasses some of the security features of Windows Installer. It permits installations to complete that otherwise would be halted due to a security violation.\n\nThe security features of Windows Installer prevent users from changing installation options typically reserved for system administrators, such as specifying the directory to which files are installed. If Windows Installer detects that an installation package has permitted the user to change a protected option, it stops the installation and displays a message. These security features operate only when the installation program is running in a privileged security context in which it has access to directories denied to the user.\n\nThis policy is designed for less restrictive environments. It can be used to circumvent errors in an installation program that prevent software from being installed."
  3914. EnableUserControl="Enable user control over installs"
  3915. EnforcePoliciesOnly="Enforce Show Policies Only"
  3916. EnforcePoliciesOnly_Help="Prevents administrators from viewing or using Group Policy preferences.\n\nA Group Policy administration (.adm) file can contain both true policies and preferences. True policies, which are fully supported by Group Policy, must use registry entries in the Software\Policies or Software\Microsoft\Windows\CurrentVersion\Policies registry subkeys. Preferences, which are not fully supported, use registry entries in other subkeys.\n\nIf you enable this policy, the "Show Policies Only" command is turned on, and administrators cannot turn it off. As a result, Group Policy displays only true policies; preferences do not appear.\n\nIf you disable this policy or do not configure it, the "Show Policies Only" command is turned on by default, but administrators can view preferences by turning off the "Show Policies Only" command.\n\nTip: To find the "Show Policies Only" command, in Group Policy, click the Administrative Templates folder (either one), then right-click the same folder, and then point to "View."\n\nIn Group Policy, preferences have a red icon to distinguish them from true policies, which have a blue icon."
  3917. EnforceShellExtensionSecurity_Help="Directs Windows to start only the user interface extensions that the system security or the user have approved.\n\nWhen the system detects that the user is downloading an external program that runs as part of the Windows user interface, the system searches for a digital certificate or requests that the user approve the action. If you enable this policy, Windows only starts approved programs.\n\nThis policy is designed to protect the system from damage from programs that do not operate correctly or are intended to cause harm.\n\nNote: To view the approved user interface extensions for a system, start a registry editor (Regedt32 or Regedit). The system stores entries representing approved user interface extensions on a system in the following registry key:\n\n    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved."
  3918. EnforceShellExtensionSecurity="Only allow approved Shell extensions"
  3919. Exclude_Tip1="You can enter multiple directory names, semi-colon separated,"
  3920. Exclude_Tip2="all relative to the root of the user's profile"
  3921. ExcludeDirectories_Help="Lets you add to the list of folders excluded from the user's roaming profile.\n\nThis policy lets you exclude folders that are normally included in the user's profile. As a result, these folders need not be stored by the network server on which the profile resides, and do not follow users to other computers.\n\nBy default, the History, Local Settings, Temp, and Temporary Internet Files folders are excluded from the user's roaming profile.\n\nIf you enable this policy, you can exclude additional folders.\n\nIf you disable this policy or do not configure it, then only the default folders are excluded.\n\nNote: You cannot use this policy to include the default folders in a roaming user profile."
  3922. ExcludeDirectories="Exclude directories in roaming profile"
  3923. ExcludeMessage="Prevent the following directories from roaming with the profile:"
  3924. Execution="Prevent Task Run or End"
  3925. ExecutionHelp="Prevents users from starting and stopping tasks manually.\n\nThis policy removes the Run and End Task items from the context menu that appears when you right-click a task. As a result, users cannot start tasks manually or force tasks to end before they are finished.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  3926. ExplorerWindow="Windows Explorer window"
  3927. ForceActiveDesktopOn_Help="Enables Active Desktop and prevents users from disabling it.\n\nThis policy also removes the Active Desktop item from the context menu that appears when you right-click the desktop; it removes the Web tab from Display in Control Panel; and it disables the "Use Windows classic desktop" item on the General tab of the Folder Options dialog box. This prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this policy or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" policy and the "Disable Active Desktop" policy are enabled, the "Disable Active Desktop" policy is ignored. If the "Enable Classic Shell" policy (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, then Active Desktop is disabled and both of these policies are ignored.\n\nTip: To enable Active Desktop without setting a policy, right-click the desktop, \
  3928. point to "Active Desktop," and then click "Show Web Content."\n\nAlso, see the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  3929. ForceActiveDesktopOn_Tip="Allows HTML and JPEG Wallpaper"
  3930. ForceActiveDesktopOn="Enable Active Desktop"
  3931. ForceStartMenuLogoff_Help="Adds the "Log Off <username>" item to the Start menu and prevents users from removing it.\n\nIf you enable this policy, the Log Off <username> item appears in the Start menu. This policy also removes the Display Logoff item from Start Menu Options. As a result, users cannot remove the Log Off <username> item from the Start Menu.\n\nIf you disable this policy or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis policy affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del.\n\nTip: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar & Start Menu, click the Start Menu Options tab and, in the Start Menu Settings box, click Display Logoff.\n\nSee also: "Disable Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  3932. ForceStartMenuLogoff="Add Logoff to the Start Menu"
  3933. DiskQuota="Disk Quotas"
  3934. GPDCOptionAny="Use any available domain controller"
  3935. GPDCOptionInherit="Inherit from the Active Directory Snap-ins"
  3936. GPDCOptionPDC="Use the Primary Domain Controller"
  3937. GPDCOptions="Group Policy domain controller selection"
  3938. GPDCOptions_Help="Determines which domain controller the Group Policy snap-in uses.\n\n--  "Use the Primary Domain Controller" indicates that the Group Policy snap-in reads and writes changes to the domain controller designated as the PDC Operations Master for the domain.\n\n--  "Inherit from the Active Directory Snap-ins" indicates that the Group Policy snap-in reads and writes changes to the domain controller that Active Directory Users and Computers or Active Directory Sites and Services snap-ins use.\n\n--  "Use any available domain controller" indicates that the Group Policy snap-in can read and write changes to any available domain controller.\n\nIf you disable this policy or do not configure it, the Group Policy snap-in uses the domain controller designated as the PDC Operations Master for the domain.\n\nTip: To change the PDC Operations Master for a domain, in Active Directory Users and Computers, right-click a domain, and then click "Operations Masters.""
  3939. GPDCOptionsDesc="When Group Policy is selecting a domain controller to use, it should:"
  3940. GPOnly_Tip1="The System.adm file you have loaded requires Group Policy"
  3941. GPOnly_Tip2="in Windows 2000.  You cannot use the System Policy Editor"
  3942. GPOnly_Tip3="to display Windows 2000 Group Policy settings."
  3943. GPOnly_Tip4="  "
  3944. GPOnly_Tip5="Enabling or disabling this policy has no effect."
  3945. GPOnly="Unsupported Administrative Templates"
  3946. GPOnlyPolicy="System.adm"
  3947. GPO_Script_Tip="Range is 0 to 32000, use 0 for infinite wait time"
  3948. GPRefreshRate_C_Desc1="This policy allows you to customize how often Group Policy is applied"
  3949. GPRefreshRate_C_Desc2="to computers. The range is 0 to 64800 minutes (45 days)."
  3950. GPRefreshRate_DC_Desc1="This policy allows you to customize how often Group Policy is applied"
  3951. GPRefreshRate_DC_Desc2="to domain controllers. The range is 0 to 64800 minutes (45 days)."
  3952. GPRefreshRate_U_Desc1="This policy allows you to customize how often Group Policy is applied"
  3953. GPRefreshRate_U_Desc2="to users. The range is 0 to 64800 minutes (45 days)."
  3954. GPRefreshRate="Minutes:"
  3955. GPRefreshRateOffset_Desc1="This is a random time added to the refresh interval to prevent"
  3956. GPRefreshRateOffset_Desc2="all clients from requesting Group Policy at the same time."
  3957. GPRefreshRateOffset_Desc3="The range is 0 to 1440 minutes (24 hours)"
  3958. GPRefreshRateOffset="Minutes:"
  3959. GPTransferRate_Help="Defines a slow connection for purposes of applying and updating Group Policy.\n\nIf the rate at which data is transferred from the domain controller providing a policy update to the computers in this group is slower than the rate specified by this policy, the system considers the connection to be slow.\n\nThe system's response to a slow policy connection varies among policies. The program implementing the policy can specify the response to a slow link. Also, the policy processing policies in this folder let you override the programs' specified responses to slow links.\n\nTo use this policy, in the "Connection speed" box, type a decimal number between 0 and 4,294,967,200 (0xFFFFFFA0), indicating a transfer rate in kilobits per second. Any connection slower than this rate is considered to be slow. If you type 0, all connections are considered to be fast.\n\nIf you disable this policy or do not configure it, the system uses the default value of 500 kilobits per second.\n\nThis policy \
  3960. appears in the Computer Configuration and User Configuration folders. The policy in Computer Configuration defines a slow link for policies in the Computer Configuration folder. The policy in User Configuration defines a slow link for policies in the User Configuration folder.\n\nAlso, see the "Automatically detect slow network connections" and related policies in Computer Configuration\Administrative Templates\System\Logon."
  3961. GPTransferRate="Group Policy slow link detection"
  3962. GreyMSIAds="Gray unavailable Windows Installer programs Start Menu shortcuts"
  3963. GreyMSIAds_Help="Displays Start menu shortcuts to partially installed programs in gray text.\n\nThis policy makes it easier for users to distinguish between programs that are fully installed and those that are only partially installed.\n\nPartially installed programs include those that a system administrator assigns using Windows Installer and those that users have configured for full installation upon first use.\n\nIf you disable this policy or do not configure it, all Start menu shortcuts appear as black text.\n\nNote: Enabling this policy can make the Start menu slow to open."
  3964. GroupPolicyRefreshRate_Help="Specifies how often Group Policy for computers is updated while the computer is in use (in the background). This policy specifies a background update rate only for Group Policies in the Computer Configuration folder.\n\nIn addition to background updates, Group Policy for the computer is always updated when the system starts.\n\nBy default, computer Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, Group Policy is updated every 90 minutes (the default). To specify that Group Policy should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThe Group Policy refresh interval for computers policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nThis policy establishes the update rate for computer Group Policy. To set an update rate for user policies, use the "Group Policy refresh interval for users" policy (located in User Configuration\Administrative Templates\System\Group Policy).\n\nThis policy is only used when the "Disable background refresh of Group Policy" policy is not enabled.\n\nNote: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs users can run, might interfere with tasks in progress."
  3965. GroupPolicyRefreshRate="Group Policy refresh interval for computers"
  3966. GroupPolicyRefreshRateDC_Help="Specifies how often Group Policy is updated on domain controllers while they are running (in the background). The updates specified by this policy occur in addition to updates performed when the system starts.\n\nBy default, Group Policy on the domain controllers is updated every five minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the domain controller tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, the domain controller updates Group Policy every 5 minutes (the default). To specify that Group Policies for users should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThis policy also lets you specify how much the actual update interval varies. To prevent domain controllers with the same update interval from requesting updates simultaneously, the system varies the update interval for each controller by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that update requests overlap. However, updates might be delayed significantly.\n\nNote: This policy is used only when you are establishing policy for a domain, site, organizational unit (OU), or customized group. If you are establishing policy for a local computer only, the system ignores this policy."
  3967. GroupPolicyRefreshRateDC="Group Policy refresh interval for domain controllers"
  3968. GroupPolicyRefreshRateUser_Help="Specifies how often Group Policy for users is updated while the computer is in use (in the background). This policy specifies a background update rate only for the Group Policies in the User Configuration folder.\n\nIn addition to background updates, Group Policy for users is always updated when they log on.\n\nBy default, user Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update user Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this policy, user Group Policy is updated every 90 minutes (the default). To specify that Group Policy for users should never be updated while the computer is in use, select the "Disable background refresh of Group Policy" policy.\n\nThis policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nImportant: If the "Disable background refresh of Group Policy" policy is enabled, this policy is ignored.\n\nNote: This policy establishes the update rate for user Group Policies. To set an update rate for computer Group Policies, use the "Group Policy refresh interval for computers" policy (located in Computer Configuration\Administrative Templates\System\Group Policy).\n\nTip: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs a user can run, might interfere with tasks in progress."
  3969. GroupPolicyRefreshRateUser="Group Policy refresh interval for users"
  3970. ImmortalPrintQueue_Help="Determines whether the domain controller can prune (delete from Active Directory) the printers published by this computer.\n\nBy default, the pruning service on the domain controller prunes printer objects from Active Directory if the computer that published them does not respond to contact requests. When the computer that published the printers restarts, it republishes any deleted printer objects.\n\nIf you enable this policy or do not configure it, the domain controller prunes this computer's printers when the computer does not respond.\n\nIf you disable this policy, the domain controller does not prune this computer's printers. This setting is designed to prevent printers from being pruned when the computer is temporarily disconnected from the network.\n\nNote: You can use the "Directory Pruning Interval" and "Directory Pruning Retry" policies to adjust the contact interval and number of contact attempts."
  3971. ImmortalPrintQueue_Tip1="Enable or disable this setting to control whether published "
  3972. ImmortalPrintQueue_Tip2="printers may be pruned. This policy applies to all printers published"
  3973. ImmortalPrintQueue_Tip3="by this computer. The default behavior is to allow pruning"
  3974. ImmortalPrintQueue_Tip4="of published printers."
  3975. ImmortalPrintQueue="Allow pruning of published printers"
  3976. IncludeRegInProQuota="Include registry in file list"
  3977. Intellimenus_Help="Disables personalized menus.\n\nWindows 2000 personalizes long menus by moving recently used items to the top of the menu and hiding items that have not been used recently. Users can display the hidden items by clicking an arrow to extend the menu.\n\nIf you enable this policy, the system does not personalize menus. All menu items appear and remain in standard order. Also, this policy removes the "Use Personalized Menus" option so users do not try to change the setting while a policy is in effect.\n\nNote: Personalized menus require user tracking. If you enable the "Disable user tracking" policy, the system disables user tracking and personalized menus, and ignores this policy.\n\nTip: To disable personalized menus without setting a policy, click Start, click Settings, click Taskbar & Start Menu, and, on the General tab, clear the "Use Personalized Menus" option."
  3978. Intellimenus="Disable personalized menus"
  3979. IntranetPrintersUrl_Help="Adds a link to an Internet or intranet Web page to the Add Printer wizard.\n\nYou can use this policy to direct users to a Web page from which they can install printers.\n\nIf you enable this policy and type an Internet or intranet address in the text box, the system adds a Browse button to the "Locate Your Printer" page in the Add Printer wizard. The Browse button appears beside the "Connect to a printer on the Internet or your intranet" option. When users click Browse, the system opens an Internet browser and navigates to the specified URL address to display the available printers.\n\nThis policy makes it easy for users to find the printers you want them to add.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" and "Web-based printing" policies in Computer Configuration\Administrative Templates\Printers."
  3980. IntranetPrintersUrl_Link="Printers Page URL"
  3981. IntranetPrintersUrl_Tip1="Enable this option to add a browse button for Internet printers "
  3982. IntranetPrintersUrl_Tip2="in the Add Printer wizard. Use this policy to allow users browsing "
  3983. IntranetPrintersUrl_Tip3="the company's Intranet for printers. For example you can "
  3984. IntranetPrintersUrl_Tip4="specify a url like: http://www.company.com/printers. "
  3985. IntranetPrintersUrl_Tip5="To enable this option the edit box below should not be empty."
  3986. IntranetPrintersUrl="Browse a common web site to find printers"
  3987. Lbl_AlwaysPinSubFoldersHelp1="Ensures all subfolders are available offline when a folder is made"
  3988. Lbl_AlwaysPinSubFoldersHelp2="available for offline use."
  3989. Lbl_AssignedOfflineFilesHelp1="Specify network files and folders that are always available offline."
  3990. Lbl_AssignedOfflineFilesHelp2="In the name field, type a fully-qualified UNC path for each file or folder. "
  3991. Lbl_AssignedOfflineFilesHelp3="Do not enter a value for the item."
  3992. Lbl_AssignedOfflineFilesList="Files and Folders: "
  3993. Lbl_CustomGoOfflineActionsHelp1="Specify non-default actions for servers that become unavailable."
  3994. Lbl_CustomGoOfflineActionsHelp2="Enter a server name paired with an action value listed below."
  3995. Lbl_CustomGoOfflineActionsHelp3="Values:"
  3996. Lbl_CustomGoOfflineActionsHelp4="0 = Work offline. Server's files are available to local computer"
  3997. Lbl_CustomGoOfflineActionsHelp5="1 = Never go offline. Server's files are unavailable to local computer"
  3998. Lbl_CustomGoOfflineActionsList="Customize actions: "
  3999. Lbl_DefCacheSizeHelp1="Value entered is [ percent disk used * 10,000 ]."
  4000. Lbl_DefCacheSizeHelp2="For example, to indicate 12.53%, enter 1253."
  4001. Lbl_DefCacheSizeSpin="Default cache size: "
  4002. Lbl_Disabled="Disabled"
  4003. Lbl_Enabled="Enabled"
  4004. Lbl_EnabledHelp1="When enabled, files from auto-cache shared folders are cached on"
  4005. Lbl_EnabledHelp2="the local computer. Users can also select specific folders and"
  4006. Lbl_EnabledHelp3="files to always be available when working offline."
  4007. Lbl_EnabledOptionsCombo="Select one: "
  4008. Lbl_EventLoggingLevelHelp1="0 = Cache data corrupted"
  4009. Lbl_EventLoggingLevelHelp2="1 = Log 'server offline'"
  4010. Lbl_EventLoggingLevelHelp3="2 = Level 1 + log 'net stopped' and 'net started'"
  4011. Lbl_EventLoggingLevelHelp4="3 = Level 2 + log 'server available for reconnection'"
  4012. Lbl_EventLoggingLevelSpin="Enter [0-3]: "
  4013. Lbl_ExtExclusionListEdit="Extensions: "
  4014. Lbl_ExtExclusionListHelp1="Files may be excluded from caching on auto-cache shared folders based"
  4015. Lbl_ExtExclusionListHelp2="on their extension. Enter a list of extensions to be excluded. Extensions"
  4016. Lbl_ExtExclusionListHelp3="must be preceded by an asterisk and period. "e.g. *.dbf;*.ndx;*.lnk"
  4017. Lbl_Fail="Never go offline"
  4018. Lbl_FullSync="Full"
  4019. Lbl_GoOfflineActionCombo="Action: "
  4020. Lbl_GoOfflineActionHelp1="Specify how the system is to respond when a network server"
  4021. Lbl_GoOfflineActionHelp2="becomes unavailable."
  4022. Lbl_GoOfflineActionHelp3="Never go offline = Server's files are unavailable to local computer"
  4023. Lbl_GoOfflineActionHelp4="Work offline = Server's files are available to local computer"
  4024. Lbl_NoCacheViewerHelp1="Prevents users from accessing offline files through the"
  4025. Lbl_NoCacheViewerHelp2="Offline Files folder."
  4026. Lbl_NoConfigCacheHelp1="Prevents users from changing any cache configuration settings."
  4027. Lbl_NoMakeAvailableOfflineHelp1="Prevents users from making files and folders available"
  4028. Lbl_NoMakeAvailableOfflineHelp2="for offline use."
  4029. Lbl_NoRemindersHelp1="Prevents reminder balloons from displaying above the Offline Files"
  4030. Lbl_NoRemindersHelp2="icon in the system tray notification area."
  4031. Lbl_PurgeAtLogoffHelp1="Causes the local copy of any offline file accessed by the user"
  4032. Lbl_PurgeAtLogoffHelp2="to be deleted when the user logs off of the computer."
  4033. Lbl_QuickSync="Quick"
  4034. Lbl_ReminderFreqHelp1="Number of minutes between reminder balloons"
  4035. Lbl_ReminderFreqSpin="Minutes: "
  4036. Lbl_ReminderInitTimeoutHelp1="Sets the lifetime of the initial notification balloon displayed"
  4037. Lbl_ReminderInitTimeoutHelp2="when an Offline Files event occurs."
  4038. Lbl_ReminderInitTimeoutSpin="Seconds: "
  4039. Lbl_ReminderTimeoutHelp1="Sets the lifetime of the balloon displayed periodically reminding"
  4040. Lbl_ReminderTimeoutHelp2="users of the current condition of Offline Files."
  4041. Lbl_ReminderTimeoutSpin="Seconds: "
  4042. Lbl_SyncAtLogoffHelp1="Controls the level of synchronization performed at logoff."
  4043. Lbl_SyncAtLogoffHelp2="Synchronizes partially cached files so that they are"
  4044. Lbl_SyncAtLogoffHelp3="complete and updates all files marked for offline use."
  4045. Lbl_SyncAtLogoffHelp4="Otherwise, partially cached files are synchronized so that they"
  4046. Lbl_SyncAtLogoffHelp5="are complete, but does not update files."
  4047. Lbl_WorkOffline="Work offline"
  4048. LimitSize_Help="Sets the maximum size of each roaming user profile and determines the system's response when a roaming user profile reaches the maximum size.\n\nIf you disable this policy or do not configure it, the system does not limit the size of roaming user profiles.\n\nIf you enable this policy, you can do the following:\n\n--  Set a maximum permitted roaming profile size;\n\n--  Determine whether the registry files are included in the calculation of the profile size;\n\n--  Determine whether users are notified when the profile exceeds the permitted maximum size;\n\n--  Specify a customized message notifying users of the oversized profile;\n\n--  Determine how often the customized message is displayed."
  4049. LimitSize="Limit profile size"
  4050. LinkResolveIgnoreLinkInfo_Help="Determines whether Windows traces shortcuts back to their sources when it cannot find the target on the user's system.\n\nShortcut files typically include an absolute path to the original target file as well as the relative path to the current target file. When the system cannot find the file in the current target path, then, by default, it searches for the target in the original path. If the shortcut has been copied to a different computer, the original path might lead to a network computer, including external resources, such as an Internet server.\n\nIf you enable this policy, Windows only searches the current target path. It does not search for the original path even when it cannot find the target file in the current target path."
  4051. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  4052. LoadBalance="Load balancing"
  4053. Login_Policies="Logon"
  4054. LogOnLogOff="Logon/Logoff"
  4055. MaxGPOScriptWait="Seconds:"
  4056. MaxGPOScriptWaitPolicy_Help="Determines how long the system waits for scripts applied by Group Policy to run.\n\nThis policy limits the total time allowed for all logon, startup, and shutdown scripts applied by Group Policy to finish running. If the scripts have not finished running when the specified time expires, the system stops script processing and records an error event.\n\nBy default, the system lets the combined set of scripts run for up to 600 seconds (10 minutes), but you can use this policy to adjust this interval.\n\nTo use this policy, in the Seconds box, type a number from 1 to 32,000 for the number of seconds you want the system to wait for the set of scripts to finish. To direct the system to wait until the scripts have finished, no matter how long they take, type 0.\n\nThis interval is particularly important when other system tasks must wait while the scripts complete. By default, each startup script must complete before the next one runs. Also, you can use the "Run logon scripts synchronously" policy to direct the system to wait for the logon scripts to complete before loading the desktop.\n\nAn excessively long interval can delay the system and inconvenience users. However, if the interval is too short, prerequisite tasks might not be done, and the system can appear to be ready prematurely."
  4057. MaxGPOScriptWaitPolicy="Maximum wait time for Group Policy scripts"
  4058. MaxRecentDocs_Help="Determines how many shortcuts the system can display in the Documents menu on the Start menu.\n\nThe Documents menu contains shortcuts to the non-program files the user has most recently opened. By default, the system displays shortcuts to the 15 most recently opened documents."
  4059. MaxRecentDocs="Maximum number of recent documents"
  4060. MemCheckBoxInRunDlg_Help="Lets users run a 16-bit program in a dedicated (not shared) Virtual DOS Machine (VDM) process.\n\nAll DOS and 16-bit programs run on Windows 2000 in the Windows Virtual DOS Machine program. VDM simulates a 16-bit environment, complete with the DLLs required by 16-bit programs. By default, all 16-bit programs run as threads in a single, shared VDM process. As such, they share the memory space allocated to the VDM process and cannot run simultaneously.\n\nEnabling this policy adds a check box to the Run dialog box, giving users the option of running a 16-bit program in its own dedicated NTVDM process. The additional check box is enabled only when a user enters a 16-bit program in the Run dialog box."
  4061. MemCheckBoxInRunDlg="Add "Run in Separate Memory Space" check box to Run dialog box"
  4062. MMC_ActiveDirDom&Trusts="Active Directory Domains and Trusts"
  4063. MMC_ActiveDirSites&Services="Active Directory Sites and Services"
  4064. MMC_ActiveDirUsers&Comp="Active Directory Users and Computers"
  4065. MMC_ADMComputers="Administrative Templates (Computers)"
  4066. MMC_ADMUsers="Administrative Templates (Users)"
  4067. MMC_AppleTalkRouting="AppleTalk Routing"
  4068. MMC_CertAuth="Certification Authority"
  4069. MMC_Certs="Certificates"
  4070. MMC_ComponentServices="Component Services"
  4071. MMC_ComputerManagement="Computer Management"
  4072. MMC_ConnectionSharingNAT="Connection Sharing (NAT)"
  4073. MMC_DCOMCFG="DCOM Configuration Extension"
  4074. MMC_DeviceManager="Device Manager"
  4075. MMC_DFS="Distributed File System"
  4076. MMC_DHCPRelayMgmt="DHCP Relay Management"
  4077. MMC_DiskDefrag="Disk Defragmenter"
  4078. MMC_DiskMgmt="Disk Management"
  4079. MMC_EventViewer="Event Viewer"
  4080. MMC_ExtensionSnapins="Extension snap-ins"
  4081. MMC_FAXService="FAX Service"
  4082. MMC_FolderRedirection="Folder Redirection"
  4083. MMC_GroupPolicy="Group Policy"
  4084. MMC_GroupPolicySnapIn="Group Policy snap-in"
  4085. MMC_GroupPolicyTab="Group Policy Tab for Active Directory Tools"
  4086. MMC_IAS="Internet Authentication Service (IAS)"
  4087. MMC_IASLogging="IAS Logging"
  4088. MMC_IEMaintenance="Internet Explorer Maintenance"
  4089. MMC_IGMPRouting="IGMP Routing"
  4090. MMC_IIS="Internet Information Services"
  4091. MMC_IndexingService="Indexing Service"
  4092. MMC_IPRouting="IP Routing"
  4093. MMC_IPSecurity="IP Security"
  4094. MMC_IPXRIPRouting="IPX RIP Routing"
  4095. MMC_IPXRouting="IPX Routing"
  4096. MMC_IPXSAPRouting="IPX SAP Routing"
  4097. MMC_LocalUsers&Groups="Local Users and Groups"
  4098. MMC_Logical&MappedDrives="Logical and Mapped Drives"
  4099. MMC_OSPFRouting="OSPF Routing"
  4100. MMC_PerfLogs&Alerts="Performance Logs and Alerts"
  4101. MMC_PublicKey="Public Key Policies"
  4102. MMC_QoSAdmission="QoS Admission Control"
  4103. MMC_R&RA="Routing and Remote Access"
  4104. MMC_RAS_DialinUser="RAS Dialin - User Node"
  4105. MMC_RemoteAccess="Remote Access"
  4106. MMC_RemStore="Removable Storage"
  4107. MMC_Restrict_Author="Restrict the user from entering author mode"
  4108. MMC_restrict_Author_Explain="Prevents users from entering author mode.\n\nThis policy prevents users from opening the MMC in author mode, from explicitly opening console files in author mode, and from opening any console files that open in author mode by default.\n\nAs a result, users cannot create console files or add or remove snap-ins. Also, because they cannot open author-mode console files, they cannot use  the tools that the files contain.\n\nThis policy permits users to open MMC user-mode console files, such as those on the Administrative Tools menu in Windows 2000 Server. However, users cannot open a blank MMC console window, on the Start menu. (To open the MMC, click Start, click Run, and type MMC.) Users also cannot open a blank MMC console window from a command prompt.\n\nIf you disable this policy or do not configure it, users can enter author mode and open author-mode console files."
  4109. MMC_Restrict_Explain="Permits or prohibits use of this snap-in.\n\nIf you enable this policy, the snap-in is permitted. If you disable the policy, the snap-in is prohibited.\n\nIf this policy is not configured, then the setting of the "Restrict users to the explicitly permitted list of snap-ins" policy determines whether this snap-in is permitted or prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is enabled, users cannot use any snap-in except those explicitly permitted.\n\n    To explicitly permit use of this snap-in, enable this policy. If this policy is not configured (or disabled), this snap-in is prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is disabled or not configured, users can use any snap-in except those explicitly prohibited.\n\n    To explicitly prohibit use of this snap-in, disable this policy. If this policy is not configured (or enabled), the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in \
  4110. the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear."
  4111. MMC_Restrict_To_Permitted_Snapins="Restrict users to the explicitly permitted list of snap-ins"
  4112. MMC_restrict_To_Permitted_Snapins_Explain="Lets you selectively permit or prohibit the use of Microsoft Management Console (MMC) snap-ins.\n\n--  If you enable this policy, all snap-ins are prohibited, except those that you explicitly permit. Use this setting if you plan to prohibit use of most snap-ins.\n\n    To explicitly permit a snap-in, open the Restricted/Permitted snap-ins policy folder and then enable the policies representing the snap-in you want to permit. If a snap-in policy in the folder is disabled or not configured, the snap-in is prohibited.\n\n--  If you disable this policy or do not configure it, all snap-ins are permitted, except those that you explicitly prohibit. Use this setting if you plan to permit use of most snap-ins.\n\n    To explicitly prohibit a snap-in, open the Restricted/Permitted snap-ins policy folder and then disable the policies representing the snap-ins you want to prohibit. If a snap-in policy in the folder is enabled or not configured, the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear.\n\nNote: If you enable this policy, and do not enable any policies in the Restricted/Permitted snap-ins folder, users cannot use any MMC snap-ins."
  4113. MMC_RESTRICT="Restricted/Permitted snap-ins"
  4114. MMC_RIPRouting="RIP Routing"
  4115. MMC_RIS="Remote Installation Services"
  4116. MMC_Routing="Routing"
  4117. MMC_RSM="Removable Storage Management"
  4118. MMC_SCA="Security Configuration and Analysis"
  4119. MMC_ScriptsMachine="Scripts (Startup/Shutdown)"
  4120. MMC_ScriptsUser="Scripts (Logon/Logoff)"
  4121. MMC_SecuritySettings="Security Settings"
  4122. MMC_SecurityTemplates="Security Templates"
  4123. MMC_SendConsoleMessage="Send Console Message"
  4124. MMC_ServiceDependencies="Service Dependencies"
  4125. MMC_Services="Services"
  4126. MMC_SharedFolders="Shared Folders"
  4127. MMC_SMTPProtocol="SMTP Protocol"
  4128. MMC_SNMP="SNMP"
  4129. MMC_SoftwareInstallationUsers="Software Installation (Users)"
  4130. MMC_SoftwareInstalationComputers="Software Installation (Computers)"
  4131. MMC_SysInfo="System Information"
  4132. MMC_SysProp="System Properties"
  4133. MMC_Telephony="Telephony"
  4134. MMC_TerminalServices="Terminal Services Configuration"
  4135. MMC_WMI="WMI Control"
  4136. MMC="Microsoft Management Console"
  4137. MSI="Windows Installer"
  4138. MSILogging_Help="Specifies the types of events that Windows Installer records in its transaction log for each installation. The log, Msi.log, appears in the Temp directory of the system volume.\n\nWhen you enable this policy, you can specify the types of events you want Windows Installer to record. To indicate that an event type is recorded, type the letter representing the event type. You can type the letters in any order and list as many or as few event types as you desire.\n\nTo disable logging, delete all of the letters from the box.\n\nIf you disable this policy or do not configure it, Windows Installer logs the default event types, represented by the letters "iweap.""
  4139. MSILogging="Logging"
  4140. MSILoggingT1="To activate logging, enter one or more of the modes below."
  4141. MSILoggingT10="m - Out-of-memory"
  4142. MSILoggingT11="p - Terminal properties"
  4143. MSILoggingT12="v - Verbose output"
  4144. MSILoggingT13="o - Out of disk space messages"
  4145. MSILoggingT2=""iwearucmpvo" will log everything but adds time to the install."
  4146. MSILoggingT3="i - Status messages"
  4147. MSILoggingT4="w - Non-fatal warnings"
  4148. MSILoggingT5="e - All error messages"
  4149. MSILoggingT6="a - Start up of actions"
  4150. MSILoggingT7="r - Action-specific records"
  4151. MSILoggingT8="u - User requests"
  4152. MSILoggingT9="c - Initial UI parameters"
  4153. Network="Network"
  4154. NetworkConnections="Network and Dial-up Connections"
  4155. NewGPOLinksDisabled="Create new Group Policy Object links disabled by default"
  4156. NewGPOLinksDisabled_Help="Creates new Group Policy object links in the disabled state.\n\nThis policy creates all new Group Policy object links in the disabled state by default. After you configure and test the new object links, either by using Active Directory Users and Computers or Active Directory Sites and Services, you can enable the object links for use on the system.\n\nIf you disable this policy or do not configure it, new Group Policy object links are created in the enabled state. If you don't want them to be effective until they are configured and tested, you must disable the object link."
  4157. NC_AddRemoveComponents_Help="Determines whether administrators can add and remove network components. This policy has no effect on non-administrators.\n\nIf you enable this policy, the Install and Uninstall buttons for components of connections are disabled and users are not permitted access to network components in the Windows Components wizard.\n\nIf you disable this policy, the Install and Uninstall buttons for components of  connections in Network and Dial-up Connections are enabled. Also, users can gain access to network components in the Windows Components wizard.\n\nThe Install button opens the dialog boxes used to add network components. Clicking the Uninstall button removes the selected component in the components list (above the button).\n\nThe Install and Uninstall buttons appear when users right-click a connection and click Properties. These buttons are on the General tab for LAN connections and on the Networking tab for dial-up connections.\n\nThe Windows Components wizard permits users to add and remove components. To use the wizard, double-click Add/Remove Programs in Control Panel. To go directly to the network components in the Windows Components wizard, click the Advanced menu in Network and Dial-up Connections, and then click "Optional Networking Components."\n\nNote: Non-administrators are already prohibited from adding or removing components for a LAN or RAS connection regardless of this policy."
  4158. NC_AddRemoveComponents="Prohibit adding and removing components for a LAN or RAS connection"
  4159. NC_AdvancedSettings_Help="Determines whether the Advanced Settings item on the Advanced menu in Network and Dial-up Connections is enabled for administrators.\n\nThe Advanced Settings item lets users view and change bindings and view and change the order in which the computer accesses connections, network providers, and print providers.\n\nIf you enable this policy, the Advanced Settings item is disabled.\n\nIf you disable this policy, the Advanced Settings item is enabled.\n\nNote: Non-administrators are already prohibited from accessing the Advanced Settings dialog box regardless of policies."
  4160. NC_AdvancedSettings="Prohibit access to the Advanced Settings item on the Advanced menu"
  4161. NC_AllowAdvancedTCPIPConfig_Help="Determines whether users can use Network and Dial-up Connections to configure TCP/IP, DNS, and WINS settings.\n\nIf you enable this policy, the Advanced button on the Internet Protocol (TCP/IP) Properties dialog box is disabled. As a result, users cannot open the Advanced TCP/IP Settings Properties page and modify IP settings, such as DNS and WINS server information.\n\nIf you disable this policy, the Advanced button is enabled and the users can open the Advanced TCP/IP Setting dialog box.\n\nNote: This policy is superceded by policies that prohibit access to properties of connections or connection components.  When these polices are enabled users cannot gain access to the Advanced button.\n\nTip: To open the Advanced TCP/IP Setting dialog box, in Network and Dial-up Connections, right-click a connection icon, and click Properties. For RAS connections select the Networking tab.  In the "Components checked are used by this connection" box, click Internet Protocol (TCP/IP), click the Properties button, and then click the Advanced button.\n\nNote: Changing this policy from Enabled to Not Configured does not enable the Advanced button until the user logs off."
  4162. NC_AllowAdvancedTCPIPConfig="Prohibit TCP/IP advanced configuration"
  4163. NC_ChangeBindState_Help="Determines whether administrators can enable and disable the components used by local area connections.\n\nEnabling this policy removes the check boxes for enabling and disabling components. As a result, administrators cannot enable or disable the components that a connection uses.\n\nIf you disable this policy, the Properties dialog box for a connection includes a check box beside the name of each component that the connection uses. Selecting the check box enables the component, and clearing the check box disables the component.\n\nNote: Non-administrators are already prohibited from enabling or disabling components for a LAN connection regardless of this policy.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to enable/disable connection components."
  4164. NC_ChangeBindState="Prohibit enabling/disabling components of a LAN connection"
  4165. NC_DialupPrefs_Help="Determines whether the "Dial-up Preferences" item on the Advanced menu in Network and Dial-up Connections is enabled.\n\nThe Dial-up Preferences item lets users create and change connections before logon and configure automatic dialing and callback features.\n\nIf you enable this policy, the Dial-up Preferences item is disabled.\n\nIf you disable this policy, the Dial-up Preferences item is enabled."
  4166. NC_DialupPrefs="Prohibit access to the Dial-up Preferences item on the Advanced menu"
  4167. NC_DeleteAllUserConnection="Prohibit deletion of RAS connections available to all users"
  4168. NC_DeleteAllUserConnection_Help="Prohibits users from deleting shared dial-up (RAS) connections. Shared connections are available to all users of the computer.\n\nShared connections are those that are available to all users. To create a shared dial-up (RAS) connection, on the Connection Availability page in the Network Connections wizard, click the "For all users" option.\n\nIf you enable this policy or do not configure it, only administrators can delete shared RAS connections. (By default, users can still delete their private connections, but you can change the default by using the "Prohibit deletion of RAS connections" policy.)\n\nIf you disable this policy, users can delete shared RAS connections. Additionally, if your file system is NTFS users need to have write access to Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk to delete a shared RAS Connection.\n\nImportant: When enabled, the "Prohibit deletion of RAS connections" policy takes precedence over this policy. Users (including administrators) cannot delete any RAS connections and this policy is ignored.\n\nNote: LAN connections are created and deleted automatically by the system when a LAN adapter is installed or removed. You cannot use Network and Dial-up Connections to create or delete a local area connection.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy.
  4169. NC_DeleteConnection_Help="Determines whether users can delete their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nIf you enable this policy, users (including administrators) cannot delete any RAS connections. This setting also disables the "Delete" option on the context menu for a RAS connection and on the File menu in Network and Dial-up Connections.\n\nIf you disable this policy or do not configure it, users can delete their private RAS connections. Private connections are those that are available only to one user. (By default, only administrators can delete connections available to all users, but you can change the default by using the "Prohibit deletion of RAS connections available to all users" policy.)\n\nImportant: When enabled, this policy takes precedence over the "Prohibit deletion of RAS connections available to all users" policy. Users cannot delete any RAS connections and the "Prohibit deletion of RAS connections available to all users" policy is ignored.\n\nNote: LAN connections are created and deleted \
  4170. automatically when a LAN adapter is installed or removed. You cannot use Network and Dial-up Connections to create or delete a local area connection.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4171. NC_DeleteConnection="Prohibit deletion of RAS connections"
  4172. NC_LanChangeProperties_Help="Determines whether administrators can change the properties of components used by a local area connection.\n\nThis policy determines whether the Properties button for components of a local area connection is enabled.\n\nIf you enable this policy, the Properties button is disabled.\n\nIf you disable this policy or do not configure it, the Properties button is enabled.\n\nThe Local Area Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: Non-administrators are already prohibited from accessing properties of components for a LAN connection regardless of this policy."
  4173. NC_LanChangeProperties="Prohibit access to properties of components of a LAN connection"
  4174. NC_LanConnect_Help="Determines whether users can Enable/Disable local area connections.\n\nIf you enable this policy, then double-clicking the icon has no effect, and the Enable and Disable menu items are disabled.\n\nIf you disable this policy, the Enable and Disable options for local area connections are available to users in the group. Users can Enable/Disable a local area connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nNote: Administrators can still Enable/Disable local area connections from Device Manager."
  4175. NC_LanConnect="Prohibit enabling/disabling a LAN connection"
  4176. NC_LanProperties_Help="Determines whether administrators can view and change the properties of a local area connection.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Local Area Connection Properties dialog box is available to administrators.\n\nIf you enable this policy, the Properties menu items are disabled, and administrators cannot open the Local Area Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when administrators right-click the icon representing a local area connection. Also, when administrators select the connection, Properties is enabled on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Local Area Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable Properties button for components that a connection uses. If you enable this policy, then the policies that disable parts of the Local Area Connection Properties dialog box are ignored.\n\nNote: Non-administrators are already denied access to properties regardless of policies."
  4177. NC_LanProperties="Prohibit access to properties of a LAN connection"
  4178. NC_NewConnectionWizard_Help="Determines whether users can use the Network Connection wizard, which creates new network connections.\n\nIf you enable this policy, the Make New Connection icon does not appear in the Start Menu on in the Network and Dial-up Connections folder. As a result, users cannot start the Network Connection wizard.\n\nIf you disable this policy, the Make New Connection icon appears in the start menu and in the Network and Dial-up Connections folder. Clicking Make New Connection starts the Network Connection wizard.\n\nNote: Changing this policy from Enabled to Not Configured does not restore the Make New Connection icon until the user logs off.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4179. NC_NewConnectionWizard="Prohibit access to the Network Connection wizard"
  4180. NC_RasAllUserProperties_Help="Determines whether a user can view and change the properties of dial-up connections that are available to all users of the computer.\n\nShared connections are those that are available to all users. To create a shared dial-up (RAS) connection, on the Connection Availability page in the Network Connections wizard, click the "For all users" option.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Dial-up Connection Properties dialog box is available to users.\n\nIf you enable this policy, the Properties menu items are disabled, and users cannot open the Dial-up Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when users right-click the icon for a dial-up connection. Also, when users select the connection, Properties appears on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Dial-up Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable the Properties button for components that a connection uses. If you enable this policy, it overrides these subsidiary policies.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4181. NC_RasAllUserProperties="Prohibit access to properties of RAS connections available to all users"
  4182. NC_RasChangeProperties_Help="Determines whether users can view and change the properties of components used by a dial-up connection.\n\nThis policy determines whether the Properties button for components used by a RAS connection is enabled.\n\nIf you enable this policy, the Properties button is disabled.\n\nIf you disable this policy, the Properties button is enabled.\n\nThe Networking tab of the Dial-up Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4183. NC_RasChangeProperties="Prohibit access to properties of components of a RAS connection"
  4184. NC_RasConnect_Help="Determines whether users can connect and disconnect dial-up connections.\n\nIf you enable this policy, then double-clicking the icon has no effect, and the Connect and Disconnect menu items are disabled.\n\nIf you disable this policy, the Connect and Disconnect options for dial-up connections are available to all users. Users can connect or disconnect a dial-up connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nNote: Users can still connect and disconnect from the Status page for a connection. To prevent users from displaying the Status page, enable the "Prohibit viewing of status statistics for an active connection" policy."
  4185. NC_RasConnect="Prohibit connecting and disconnecting a RAS connection"
  4186. NC_RasMyProperties_Help="Determines whether users can view and change the properties of their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nThis policy determines whether the Properties menu item is enabled, and thus, whether the Dial-up Connection Properties dialog box is available to users.\n\nIf you enable this policy, the Properties menu items are disabled, and users cannot open the Dial-up Connection Properties dialog box.\n\nIf you disable this policy, a Properties menu item appears when users right-click the icon representing a dial-up connection. Also, when users select the connection, Properties appears on the File menu.\n\nNote: This policy supersedes policies that remove or disable parts of the Dial-up Connection Properties dialog box, such as those that hide tabs, remove the check boxes for enabling or disabling components, or disable the Properties button for components that a connection uses. If you enable this policy, it overrides these subsidiary policies.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4187. NC_RasMyProperties="Prohibit access to current user's RAS connection properties"
  4188. NC_RenameConnection_Help="Determines whether users can rename dial-up (RAS) and local area connections.\n\nPrivate RAS connections can be renamed regardless of this setting.\n\nIf you enable this policy, the Rename option is disabled.\n\nIf you disable this policy, the Rename option is enabled. Users can rename connections by clicking the icon representing a connection or by using the File menu.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to rename RAS connections. "
  4189. NC_RenameConnection="Prohibit renaming LAN connections or RAS connections available to all users"
  4190. NC_RenameMyRasConnection_Help="Determines whether users can rename their private dial-up (RAS) connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the Network Connections wizard, click the "Only for myself" option.\n\nIf you enable this policy, the Rename option is disabled.\n\nIf you disable this policy, the Rename option is enabled for users’ private dial-up connections. Users can rename their private connection by clicking an icon representing the connection or by using the File menu.\n\nNote: This policy does not prevent users from using other programs such Internet Explorer to bypass this policy."
  4191. NC_RenameMyRasConnection="Prohibit renaming of RAS connections belonging to the current user"
  4192. NC_ShowSharedAccessUI_Help="Determines whether administrators can enable, disable, and configure the Connection Sharing feature of LAN or RAS connections.\n\nIf you enable this policy, the system removes the Sharing tab from the Properties dialog box for a LAN or RAS connection. On Windows 2000 Server, it also removes the Internet Connection Sharing page from the Network Connection wizard.\n\nIf you disable this policy, the Sharing tab and Internet Connection Sharing wizard page are displayed.\n\nConnection Sharing lets users configure their system as an Internet gateway for a small network. It provides network services, such as name resolution, to the network.\n\nBy default, Connection Sharing is disabled when you create a dial-up connection, but administrators can use the Sharing tab and Internet Connection Sharing wizard page to enable it.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: LAN Connection Sharing is only available when two or more network interfaces are present.\n\nNote: Non-administrators are already prohibited from configuring Connection Sharing regardless of this policy."
  4193. NC_ShowSharedAccessUI="Prohibit configuration of connection sharing"
  4194. NC_Statistics_Help="Determines whether users can view the Status page for an active connection.\n\nThe Status page displays information about the connection and its activity. It also provides buttons to disconnect and to configure the properties of the connection.\n\nIf you enable this policy, the Status option is disabled, and the Status page doesn’t appear.\n\nIf you disable this policy, the Status page appears when users double-click an active connection. Also, an option to display the Status page appears on a menu when users right-click the icon for an active connection, and the option appears on the File menu when users select an active connection.\n\nNote: Even when this policy is enabled, some connection statistics can be viewed by hovering with the mouse pointer over the connection icon (in the system tray)."
  4195. NC_Statistics="Prohibit viewing of status statistics for an active connection"
  4196. NoActiveDesktop_Help="Disables Active Desktop and prevents users from enabling it.\n\nThis policy also removes the Active Desktop item from the context menu that appears when you right-click the desktop; it removes the Web tab from Display in Control Panel; and it disables the "Enable Web content on my desktop" item on the General tab of the Folder Options dialog box. This prevents users from trying to enable or disable Active Desktop while a policy controls it. If you disable this policy or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" policy and the "Disable Active Desktop" policy are enabled, the "Disable Active Desktop" policy is ignored. If the "Enable Classic Shell" policy (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, then Active Desktop is disabled and both of these policies are ignored.\n\nTip: To disable Active Desktop without setting a policy, right-click the \
  4197. desktop, point to "Active Desktop" and then turn off "Show Web Content."\n\nAlso, see the "Remove the Folder Options menu item from the Tools menu" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4198. NoActiveDesktop_Tip="Disallows HTML and Jpg Wallpaper"
  4199. NoActiveDesktop="Disable Active Desktop"
  4200. NoActiveDesktopChanges_Help="Prevents the user from enabling or disabling Active Desktop or changing the Active Desktop configuration.\n\nThis is a comprehensive policy that locks down the configuration you establish by using other policies in this folder.\n\nThis policy removes the Web tab from Display in Control Panel and removes the Active Desktop item from menu that appears when you right-click the desktop. As a result, users cannot enable or disable Active Desktop. If Active Desktop is already enabled, users cannot add, remove, or edit Web content or disable, lock, or synchronize Active Desktop components."
  4201. NoActiveDesktopChanges="Prohibit changes"
  4202. NoAddFromCDorFloppy_Help="Removes the Add a program from CD-ROM or floppy disk section from the Add New Programs page. This prevents users from using Add/Remove Programs to install programs from removable media.\n\nIf you disable this policy or do not configure it, the Add a program from CD-ROM or floppy disk option is available to all users.\n\nThis policy does not prevent users from using other tools and methods to add or remove program components.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is \
  4203. ignored. Also, if the "Disable media source for any install" policy (located in Computer Configuration\Administrative Templates\Windows Components\Windows Installer) is enabled, users cannot add programs from removable media, regardless of the setting of this policy."
  4204. NoAddFromCDorFloppy="Hide the "Add a program from CD-ROM or floppy disk" option"
  4205. NoAddFromInternet_Help="Removes the Add programs from Microsoft section from the Add New Programs page. This policy prevents users from using Add/Remove Programs to connect to Windows Update.\n\nIf you disable this policy or do not configure it, Add programs from Microsoft is available to all users.\n\nThis policy does not prevent users from using other tools and methods to connect to Windows Update.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is ignored."
  4206. NoAddFromInternet="Hide the "Add programs from Microsoft" option"
  4207. NoAddFromNetwork_Help="Prevents users from viewing or installing published programs.\n\nThis policy removes the Add programs from your network section from the Add New Programs page. The Add programs from your network section lists published programs and provides an easy way to install them.\n\nPublished programs are those that the system administrator has explicitly made available to the user with a tool such as Windows Installer. Typically, system administrators publish programs to notify users that the programs are available, to recommend their use, or to enable users to install them without having to search for installation files.\n\nIf you enable this policy, users cannot tell which programs have been published by the system administrator, and they cannot use Add/Remove Programs to install published programs. However, they can still install programs by using other methods, and they can view and install assigned (partially installed) programs that are offered on the desktop or on the Start menu.\n\nIf you disable this policy or do not configure it, Add programs from your network is available to all users.\n\nNote: If the "Hide Add New Programs page" policy is enabled, this policy is ignored."
  4208. NoAddFromNetwork="Hide the "Add programs from your network" option"
  4209. NoAddingComponents_Help="Prevents users from adding Web content to their Active Desktop.\n\nThis policy removes the "New" button from Web tab in Display in Control Panel. It also removes the "New Desktop Item" command from the Active Desktop menu. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop.\n\nThis policy does not remove existing Web content from their Active Desktop, or prevent users from removing existing Web content.\n\nAlso, see the "Disable all items" policy."
  4210. NoAddPage_Help="Removes the Add New Programs button from the Add/Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Add New Programs button lets users install programs published or assigned by a system administrator.\n\nIf you disable this policy or do not configure it, the Add New Programs button is available to all users.\n\nThis policy does not prevent users from using other tools and methods to install programs."
  4211. NoAddPage="Hide Add New Programs page"
  4212. NoAddPrinter_Help="Prevents users from using familiar methods to add local and network printers.\n\nThis policy removes the Add Printer option from the Start menu. (To find the Add Printer option, click Start, click Printers, and then click Add Printer.) This policy also removes Add Printer from the Printers folder in Control Panel.\n\nAlso, users cannot add printers by dragging a printer icon into the Printers folder. If they try, a message appears explaining that the a policy prevents the action.\n\nHowever, this policy does not prevent users from using the Add Hardware wizard to add a printer. Nor does it prevent users from running other programs to add printers.\n\nThis policy does not delete printers that users have already added. However, if users have not added a printer when this policy is applied, they can’t print.\n\nNote: You can use printer permissions to restrict the use of printers without setting a policy. In the Printers folder, right-click a printer, click Properties, and then click the Security tab."
  4213. NoAddPrinter="Disable addition of printers"
  4214. NoAddRemovePrograms_Help="Prevents users from using Add/Remove Programs.\n\nThis policy removes Add/Remove Programs from Control Panel and removes the Add/Remove Programs item from menus.\n\nAdd/Remove Programs lets users install, uninstall, repair, add, and remove features and components of Windows 2000 and a wide variety of Windows programs. Programs published or assigned to the user appear in Add/Remove Programs.\n\nIf you disable this policy or do not configure it, Add/Remove Programs is available to all users.\n\nWhen enabled, this policy takes precedence over the other policies in this folder.\n\nThis policy does not prevent users from using other tools and methods to install or uninstall programs."
  4215. NoAddRemovePrograms="Disable Add/Remove Programs"
  4216. NoBackButton_Help="Removes the Back button from the Open dialog box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4217. NoBackButton="Hide the common dialog back button"
  4218. NoBalloonTip_Help="Hides popup text on the Start menu.\n\nWhen you hold the cursor over an item on the Start menu, the system displays popup text providing information about the item, such as the path to a file, the URL for a Web shortcut, or a brief description of program.\n\nIf you enable this policy, this popup text does not appear on the Start menu."
  4219. NoBalloonTip="Disable Balloon Tips on Start Menu items"
  4220. NoChangeAnimation_Help="Prevents users from selecting the option to animate the movement of windows, menus, and lists.\n\nIf you enable this policy, the "Use transition effects for menus and tooltips" option in Display in Control Panel is disabled.\n\nEffects, such as animation, are designed to enhance the user's experience but might be confusing or distracting to some users."
  4221. NoChangeAnimation="Disable UI to change menu animation setting"
  4222. NoChangeKeyboardNavigationIndicators_Help="Disables the "Hide keyboard navigation indicators until I use the ALT key" option in Display in Control Panel.\n\nWhen this Display Properties option is selected, the underlining that indicates a keyboard shortcut character (hot key) does not appear on menus until you press ALT.\n\nEffects, such as transitory underlines, are designed to enhance the user's experience but might be confusing or distracting to some users."
  4223. NoChangeKeyboardNavigationIndicators="Disable UI to change keyboard navigation indicator setting"
  4224. NoChangeStartMenu_Help="Prevents users from using the drag-and-drop method to reorder or remove items on the Start menu. Also, it removes context menus from the Start menu.\n\nIf you disable this policy or do not configure it, users can remove or reorder Start menu items by dragging and dropping the item. They can display context menus by right-clicking a Start menu item.\n\nThis policy does not prevent users from using other methods of customizing the Start menu or performing the tasks available from the context menus.\n\nAlso, see the "Disable changes to Taskbar and Start Menu Settings" and the "Disable context menu for taskbar" policies."
  4225. NoChangeStartMenu="Disable drag-and-drop context menus on the Start Menu"
  4226. NoChangingWallPaper_Help="Prevents users from adding or changing the background design of the desktop.\n\nBy default, users can use the Background tab of Display in Control Panel to add a background design (wallpaper) to their desktop. If you enable this policy, the Background tab still appears, but all options on the tab are disabled.\n\nTo remove the Background tab, use the "Hide Background tab" policy.\n\nTo specify wallpaper for a group use the "Active Desktop Wallpaper" policy.\n\nAlso, see the "Allow only bitmapped wallpaper" policy."
  4227. NoClose_Help="Prevents users from shutting down or restarting Windows.\n\nThis policy removes the Shut Down option from the Start menu and disables the Shut Down button on the Windows Security dialog box, which appears when you press CTRL+ALT+DEL.\n\nThis policy prevents users from using the Windows user interface to shut down the system, although it does not prevent them from running programs that shut down Windows.\n\nIf you disable this policy or do not configure it, the Shut Down menu option appears, and the Shut Down button is enabled."
  4228. NoClose="Disable and remove the Shut Down command"
  4229. NoCloseDragDropBands_Help="Prevents users from manipulating desktop toolbars.\n\nIf you enable this policy, users cannot add or remove toolbars from the desktop. Also, users cannot drag toolbars onto or off of docked toolbars.\n\nNote: If users have added or removed toolbars, this policy prevents them from restoring the default configuration.\n\nTip: To view the toolbars that can be added to the desktop, right-click a docked toolbar (such as the taskbar beside the Start button), and point to "Toolbars."\n\nAlso, see the "Disable adjusting desktop toolbars" policy."
  4230. NoClosingComponents_Help="Prevents users from removing Web content from their Active Desktop.\n\nIn Active Desktop, you can add items to the desktop, but close them so they are not displayed. If you enable this policy, items added to the desktop cannot be closed; they always appear on the desktop.\n\nThis policy removes the list of the Active Desktop items from the Active Desktop menu. (To see this list, right-click the desktop and point to Active Desktop. The list appears at the bottom of the menu.) Also, it removes the check boxes from items on the Web tab in Display in Control Panel.\n\nThis policy does not prevent users from deleting items from their Active Desktop."
  4231. NoCommonGroups_Help="Removes items in the All Users profile from the Programs menu on the Start menu.\n\nBy default, the Programs menu contains items from the All Users profile and items from the user's profile. If you enable this policy, only items in the user's profile appear in the Programs menu.\n\nTip: To see the Program menu items in the All Users profile, on the system drive, go to Documents and Settings\All Users (WINNT)\Start Menu\Programs."
  4232. NoCommonGroups="Remove common program groups from Start Menu"
  4233. NoControlPanel_Help="Disables all Control Panel programs.\n\nThis policy prevents Control.exe, the program file for Control Panel, from starting. As a result, users cannot start Control Panel or run any Control Panel items.\n\nThis policy also removes Control Panel from the Start menu. (To open Control Panel, click Start, point to Settings, and then click Control Panel.) This policy also removes the Control Panel folder from Windows Explorer.\n\nIf users try to select a Control Panel item from the Properties item on a context menu, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable Display in Control Panel" and "Disable programs on Settings menu" policies."
  4234. NoControlPanel="Disable Control Panel"
  4235. NoDeletePrinter_Help="Prevents users from deleting local and network printers.\n\nIf a user tries to delete a printer, such as by using the Delete option in Printers in Control Panel, a message appears explaining that a policy prevents the action.\n\nThis policy does not prevent users from running other programs to delete a printer."
  4236. NoDeletePrinter="Disable deletion of printers"
  4237. NoDeletingComponents_Help="Prevents users from deleting Web content from their Active Desktop.\n\nThis policy removes the Delete button from the Web tab in Display in Control Panel. As a result, users can temporarily remove, but not delete, Web content from their Active Desktop.\n\nThis policy does not prevent users from adding Web content to their Active Desktop.\n\nAlso, see the "Prohibit closing components" and "Disable all items" policies."
  4238. NoDesktop_Help="Removes icons, shortcuts, and other default and user-defined items from the desktop, including Briefcase, Recycle Bin, My Computer, and My Network Places.\n\nRemoving icons and shortcuts does not prevent the user from using another method to start the programs or opening the items they represent."
  4239. NoDesktop="Hide all icons on Desktop"
  4240. NoDFSTab_Help="Removes the DFS tab from Windows Explorer.\n\nThis policy removes the DFS tab from Windows Explorer and from other programs that use the Windows Explorer browser, such as My Computer. As a result, users cannot use this tab to view or change the properties of the Distributed File System (DFS) shares available from their computer.\n\nThis policy does not prevent users from using other methods to configure DFS."
  4241. NoDFSTab="Disable DFS tab"
  4242. NoDispAppearancePage_Help="Removes the Appearance tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to change the colors or color scheme of the desktop and windows."
  4243. NoDisconnectMenu_Help="Removes the Disconnect item from the Shut Down Windows dialog box on Terminal Services clients.\n\nIf you enable this policy, the Disconnect item does not appear in the drop-down list of options in the Shut Down Windows dialog box. As a result, Terminal Services users cannot use this familiar method to disconnect their client from a Terminal Services server.\n\nThis policy affects the Shut Down Windows dialog box only. It does not prevent users from using other methods of disconnecting from a Terminal Services server."
  4244. NoDisconnectMenu="Remove Disconnect item from Start menu (Terminal Services only)"
  4245. NoDispBackgroundPage_Help="Removes the Background tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to change the pattern and wallpaper on the desktop."
  4246. NoDispCpl_Help="Disables Display in Control Panel.\n\nIf you enable this policy, Display in Control Panel does not run. When users try to start Display, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable Control Panel" and "Disable programs on Settings menu" policies."
  4247. NoDispScrSavPage_Help="Removes the Screen Saver tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to add, configure, or change the screen saver on the computer."
  4248. NoDispSettingsPage_Help="Removes the Settings tab from Display in Control Panel.\n\nThis policy prevents users from using Control Panel to add, configure, or change the display settings on the computer."
  4249. NoDrives_Help="Removes the icons representing selected hard drives from My Computer, Windows Explorer, and My Network Places. Also, the drive letters representing the selected drives do not appear in the standard Open dialog box.\n\nTo use this policy, select a drive or combination of drives from the drop-down list. To display all drives, disable this policy or select the "Do not restrict drives" option from the drop-down list.\n\nNote: This policy removes the drive icons. Users can still gain access to drive contents by using other methods, such as by typing the path to a directory on the drive in the Map Network Drive dialog box, in the Run dialog box, or in a command window.\n\nAlso, this policy does not prevent users from using programs to access these drives or their contents. And, it does not prevent users from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Prevent access to drives from My Computer" policy."
  4250. NoDrives="Hide these specified drives in My Computer"
  4251. NoDrivesDropdown="Pick one of the following combinations"    
  4252. NoEditingComponents_Help="Prevents users from changing the properties of Web content items on their Active Desktop.\n\nThis policy disables the Properties button on the Web tab in Display in Control Panel. Also, it removes the Properties item from the menu for each item on the Active Desktop. As a result, users can change the properties of an item, such as its synchronization schedule, password, or display characteristics."
  4253. NoEncryptOnMove="Do not automatically encrypt files moved to encrypted folders" 
  4254. NoEncryptOnMove_Help="Prevents Windows Explorer from encrypting files that are moved to an encrypted folder.\n\nIf you disable this policy or do not configure it, Windows Explorer automatically encrypts files that are moved to an encrypted folder.\n\nThis policy applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, Windows Explorer encrypts those files automatically."
  4255. NoEntireNetwork_Help="Removes all computers outside of the user's workgroup or local domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this policy, the system removes the Entire Network option and the icons representing networked computers from My Network Places and from the browser associated with the Map Network Drive option.\n\nThis policy does not prevent users from viewing or connecting to computers in their workgroup or domain. It also does not prevent users from connecting to remote computers by other commonly used methods, such as by typing the share name in the Run dialog box or the Map Network Drive dialog box.\n\nTo remove computers in the user's workgroup or domain from lists of network resources, use the "No "Computers Near Me" in My Network Places" policy."
  4256. NoEntireNetwork="No "Entire Network" in My Network Places"
  4257. NoFavoritesMenu_Help="Prevents users from adding the Favorites menu to the Start menu.\n\nThe Favorites menu does not appear on the Start menu by default. To display the Favorites menu, click Start, point to Settings, click Taskbar & Start Menu, click the Start Menu Options tab, and then, under Start Menu Settings, select Display Favorites. If you enable this policy, the Display Favorites item does not appear in the Start Menu Settings box.\n\nThe items that appear in the Favorites menu when you install Windows are preconfigured by the system to appeal to most users. However, users can add and remove items from this menu, and system administrators can create a customized Favorites menu for a user group.\n\nThis policy only affects the Start menu. The Favorites item still appears in Windows Explorer and in Internet Explorer."
  4258. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  4259. NoFileMenu_Help="Removes the File menu from My Computer and Windows Explorer.\n\nThis policy does not prevent users from using other methods to perform tasks available on the File menu."
  4260. NoFileMenu="Remove File menu from Windows Explorer"
  4261. NoFileMRU_Help="Removes the list of most recently used files from the Open dialog box.\n\nIf you disable this policy or do not configure it, the "File name" field includes a dropdown list of recently used files. If you enable this policy, the "File name" field is a simple text box. Users must browse directories to find a file or type a file name in the text box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4262. NoFileMRU="Hide the dropdown list of recent files"
  4263. NoFind_Help="Removes the Search item from the Start Menu and disables some Windows Explorer search elements.\n\nThis policy removes the Search item from the Start menu and from the context menu that appears when you right-click the Start menu. Also, the system does not respond when users press the Application key (the key with the Windows logo)+ F.\n\nIn Windows Explorer, the Search item still appears on the Standard buttons toolbar, but the system does not respond when the user presses Ctrl + F. Also, Search does not appear in the context menu when you right-click an icon representing a drive or a folder.\n\nThis policy affects the specified user interface elements only. It does not affect Internet Explorer and does not prevent the user from using other methods to search.\n\nAlso, see the "Remove Search button from Windows Explorer" policy in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4264. NoFind="Remove Search menu from Start Menu"
  4265. NoFolderOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Folder Options item from Control Panel. As a result, users cannot use the Folder Options dialog box.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as Active Desktop, Web view, Offline Files, hidden system files, and file types.\n\nAlso, see the "Enable Active Desktop" policy in User Configuration\AdministrativeTemplates\Desktop\Active Desktop and the "Disable user configuration of Offline Files" policy in User Configuration\Administrative Templates\Network\Offline Files."
  4266. NoFolderOptions="Removes the Folder Options menu item from the Tools menu"
  4267. NoHardwareTab_Help="Removes the Hardware tab.\n\nThis policy removes the Hardware tab from Mouse, Keyboard, and Sounds and Multimedia in Control Panel. It also removes the Hardware tab from the Properties dialog box for all local drives, including hard drives, floppy disk drives, and CD-ROM drives. As a result, users cannot use the Hardware tab to view or change the device list or device properties, or use the Troubleshoot button to resolve problems with the device."
  4268. NoHardwareTab="Hide Hardware tab"
  4269. NoHelp_Help="Removes the Help command from the Start menu.\n\nThis policy only affects the Start menu. It does not remove the Help menu from Windows Explorer and does not prevent users from running Windows 2000 Help."
  4270. NoHelp="Remove Help menu from Start Menu"
  4271. NoHtmlWallpaper_Help  ="Permits only bitmap images for wallpaper.\n\nThis policy limits the desktop background ("wallpaper") to bitmap (.bmp) files. If users select files with other image formats, such as JPEG, GIF, PNG, or HTML, the wallpaper does not load.\n\nThis policy is designed to avoid the Active Desktop prompt. When users select a wallpaper with an alternate image format, the system prompts them to enable Active Desktop. By limiting users to bitmapped files, the prompt is avoided.\n\nAlso, see the "Active Desktop Wallpaper" and the "Disable changing wallpaper" (in User Configuration\Administrative Templates\Control Panel\Display) policies."
  4272. NoInstrumentation_Help="Disables user tracking.\n\nThis policy prevents the system from tracking the programs users run, the paths they navigate, and the documents they open. The system uses this information to customize Windows features, such as personalized menus.\n\nIf you enable this policy, the system does not track these user actions. The system disables customized features that require user tracking information, including personalized menus.\n\nAlso, see the "Disable personalized menus" policy."
  4273. NoInstrumentation="Disable user tracking"
  4274. NoInternetIcon_Help="Removes the Internet Explorer icon from the desktop and from the Quick Launch bar on the taskbar.\n\nThis policy does not prevent the user from starting Internet Explorer by using other methods."
  4275. NoInternetIcon="Hide Internet Explorer icon on desktop"
  4276. NoLogOff_Help="Prevents the user from logging off of Windows 2000.\n\nThis policy does not let the user log off of the system by using any method, including programs run from the command line, such as scripts. It also disables or removes all menu items and buttons that log the user off of the system.\n\nAlso, see the "Disable Logoff on the Start Menu" policy."
  4277. NoLogoff="Disable Logoff"
  4278. NoManageMyComputerVerb="Hides the Manage item on the Windows Explorer context menu"
  4279. NoManageMyComputerVerb_Help="Removes the Manage item from the Windows Explorer context menu. This context menu appears when you right-click Windows Explorer or My Computer.\n\nThe Manage item opens Computer Management (Compmgmt.msc), a console tool which includes many of the primary Windows 2000 administrative tools, such as Event Viewer, Device Manager, and Disk Management. You must be an administrator to use many of the features of these tools.\n\nThis policy does not remove the Computer Management item from the Start Menu (Start, Programs, Administrative Tools, Computer Management), nor does it prevent users from using other methods to start Computer Management.\n\nTip: To hide all context menus, use the "Disable Windows Explorer's default context menu" policy."
  4280. NoMovingBands_Help="Prevents users from adjusting the length of desktop toolbars. Also, users cannot reposition items or toolbars on docked toolbars.\n\nThis policy does not prevent users from adding or removing toolbars on the desktop.\n\nNote: If users have adjusted their toolbars, this policy prevents them from restoring the default configuration.\n\nAlso see the "Disable adding, dragging, dropping and closing the Taskbar's toolbars" policy."
  4281. NoMyDocumentsIcon_Help="Removes most occurrences of the My Documents icon.\n\nThis policy removes the My Documents icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis policy does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nThis policy does not remove the My Documents icon from the Start Menu. To do so, use the "Remove My Documents icon from Start Menu" policy.\n\nNote: To make changes to this policy effective, you must log off of and log back on to Windows 2000."
  4282. NoMyDocumentsIcon="Remove My Documents icon from desktop"
  4283. NoNetAndDialupConnect_Help="Prevents users from running Network and Dial-up Connections.\n\nThis policy prevents the Network and Dial-up Connections folder from opening. This policy also removes Network and Dial-up Connections from Settings on the Start menu.\n\nNetwork and Dial-up Connections still appears in Control Panel and in Windows Explorer, but if users try to start it, a message appears explaining that a policy prevents the action.\n\nAlso, see the "Disable programs on Settings menu" and "Disable Control Panel" policies and the policies in the Network and Dial-up Connections folder (Computer Configuration and User Configuration\Administrative Templates\Network\Network and Dial-up Connections)."
  4284. NoNetAndDialupConnect="Remove Network & Dial-up Connections from Start Menu"
  4285. NoNetConnectDisconnect_Help="Prevents users from using Windows Explorer or My Network Places to connect to other computers or to close existing connections.\n\nIf you enable this policy, the system removes the Map Network Drive and Disconnect Network Drive commands from the toolbar and Tools menus in Windows Explorer and My Network Places and from menus that appear when you right-click the Windows Explorer or My Network Places icons. It also removes the Add Network Place option from My Network Places.\n\nThis policy does not prevent users from connecting to another computer by typing the name of a shared folder in the Run dialog box."
  4286. NoNetConnectDisconnect="Remove "Map Network Drive" and "Disconnect Network Drive""
  4287. NoNetHood_Help="Removes the My Network Places icon from the desktop.\n\nThis policy only affects the desktop icon. It does not prevent users from connecting to the network or browsing for shared computers on the network."
  4288. NoNetHood="Hide My Network Places icon on desktop"
  4289. NoOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Internet Options item from Internet Explorer. This policy also removes the Folder Options icon from Control Panel.\n\nFolder Options appears on the Tools menu in both Control Panel and Windows Explorer. (To open Folder Options, click My Computer, click My Documents, and then click My Network Places).  Folder Options also appears as an item in Control Panel.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as enabling Active Desktop, setting a single-click option for icons, displaying hidden system files, adding and deleting file types, and saving local copies of network files.\n\nInternet Options appears on the Tools menu in Internet Explorer. The Internet Options dialog box is the primary configuration tool for Internet Explorer. It lets users customize their displays, establish security and content standards, configure LAN and dial-up connections, set advanced browser options, and gain access to Certificate Manager and Microsoft Wallet.\n\nThis policy is more restrictive than the "Remove the Folder Options menu item from the Settings menu" policy, which removes Folder Options, but displays Internet Options."
  4290. NoPlacesBar_Help="Removes the shortcut bar from the Open dialog box.\n\nThis policy, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, from the File menu, click Open."
  4291. NoPlacesBar="Hide the common dialog places bar"
  4292. NoRecentDocsHistory_Help="Prevents the system from saving shortcuts to documents the user has most recently opened.\n\nBy default, the system saves a shortcut to each of the non-program files the user most recently opened and displays the shortcuts on the Start menu under Documents. The shortcuts let users easily review and restart recently used documents.\n\nIf you enable this policy, the system does not save shortcuts to the Documents menu.\n\nYou can use this policy, in coordination with the "Remove Documents menu from Start Menu" and "Clear history of recently opened documents on exit" policies in this folder, to customize your policy for managing access to recently opened files.\n\nIf you enable this policy and do not select the "Remove Documents menu from Start Menu" policy, the Documents menu appears on the Start menu, but it is empty.\n\nAlso, see also the "Maximum number of Recent documents” policy located in UserConfiguration\Administrative Templates\Windows Components\Windows Explorer)."
  4293. NoRecentDocsHistory="Do not keep history of recently opened documents"
  4294. NoRecentDocsMenu_Help="Removes the Documents menu from the Start menu.\n\nThe Documents menu contains links to the non-program files that users have most recently opened. It appears so that users can easily reopen the documents.\n\nYou can use this policy, in coordination with the "Do not keep history of recently opened documents" and "Clear history of recently opened documents on exit" policies in this folder, to customize your policy for managing access to recently opened files.\n\nAlso, see the Maximum number of Recent documents" policy located in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  4295. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  4296. NoRecentDocsNetHood="Do not add shares of recently opened documents to My Network Places"
  4297. NoRecentDocsNetHood_Help="Remote shared folders are not added to My Network Places whenever you open a document in the shared folder.\n\nIf you disable this policy or do not configure it, then when you open a document in a remote shared folder, the system adds a connection to the shared folder to My Network Places.\n\nIf you enable this policy, shared folders are not added to My Network Places automatically when you open a document in the shared folder."
  4298. NoRemovePage_Help="Removes the Change or Remove Programs button from the Add/Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Change or Remove Programs button lets users uninstall, repair, add, or remove features of installed programs.\n\nIf you disable this policy or do not configure it, the Change or Remove Programs page is available to all users.\n\nThis policy does not prevent users from using other tools and methods to delete or uninstall programs."
  4299. NoRemovePage="Hide Change or Remove Programs page"
  4300. NoResolveSearch_Help="Prevents the system from conducting a comprehensive search of the target drive to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this policy, the system does not conduct the final drive search. It just displays a message explaining that the file is not found.\n\nNote: This policy only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the tracking-based method when resolving shell shortcuts" policies."
  4301. NoResolveSearch="Do not use the search-based method when resolving shell shortcuts"
  4302. NoResolveTrack_Help="Prevents the system from using NTFS tracking features to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this policy, the system does not try to locate the file by using its file ID. It skips this step and begins a comprehensive search of the drive specified in the target path.\n\nNote: This policy only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the search-based method when resolving shell shortcuts" policies."
  4303. NoResolveTrack="Do not use the tracking-based method when resolving shell shortcuts"
  4304. NoRun_Help="Removes the Run command from the Start menu and removes the New Task (Run) command from Task Manager. Also, users with extended keyboards can no longer display the Run dialog box by pressing Application key (the key with the Windows logo) + R.\n\nThis policy affects the specified interface only. It does not prevents users from using other methods to run programs."
  4305. NoRun="Remove Run menu from Start Menu"
  4306. NoRunAsInstallPrompt_Help="Prevents users from submitting alternate logon credentials to install a program.\n\nThis policy suppresses the "Install Program As Other User" dialog box for local and network installations. This dialog box, which prompts the current user for the user name and password of an administrator, appears when users who are not administrators try to install programs locally on their computers. This policy allows administrators who have logged on as regular users to install programs without logging off and logging on again using their administrator credentials.\n\nMany programs can be installed only by an administrator. If you enable this policy and a user does not have sufficient permissions to install a program, the installation continues with the current user's logon credentials. As a result, the installation might fail, or it might complete but not include all features. Or it might appear to complete successfully, but the installed program might not operate correctly.\n\nIf you disable this policy, or do not configure it, the "Install Program As Other User" dialog box appears whenever users install programs locally on the computer.\n\nBy default, users are not prompted for alternate logon credentials when installing programs from a network share. If enabled, this policy overrides the "Request credentials for network installations" policy."
  4307. NoRunasInstallPrompt="Do not request alternate credentials"
  4308. NoSaveSettings_Help="Prevents users from saving certain changes to the desktop.\n\nIf you enable this policy, users can change the desktop, but some changes, such as the position of open windows or the size and position of the taskbar, are not saved when users log off. However, shortcuts placed on the desktop are always saved."
  4309. NoSaveSettings="Don't save settings at exit"
  4310. NoSecurityMenu_Help="Removes the Windows Security item from the Settings menu on Terminal Services clients.\n\nIf you enable this policy, the Windows Security item does not appear in Settings menu on the Start menu. As a result, users must type a security attention sequence, such as Ctrl+Alt+End, to open the Windows Security dialog box on a Terminal Services client.\n\nThis policy is designed to prevent inexperienced users from logging on to Terminal Services inadvertently."
  4311. NoSecurityMenu="Remove Security option from Start menu (Terminal Services only)"
  4312. NoServices_Help="Prevents users from using Add/Remove Programs to configure installed services.\n\nThis policy removes the Set up services section of the Add/Remove Windows Components page. The Set up services section lists system services that have not been configured and offers users easy access to the configuration tools.\n\nIf you disable this policy or do not configure it, Set up services appears only when there are unconfigured system services. If you enable this policy, Set up services never appears.\n\nThis policy does not prevent users from using other methods to configure services.\n\nNote: When Set up services does not appear, clicking the Add/Remove Windows Components button starts the Windows Component wizard immediately. Because the only remaining option on the Add/Remove Windows Components page starts the wizard, that option is selected automatically, and the page is bypassed.\n\nTo remove Set up services and prevent the Windows Component wizard from starting, enable the "Hide Add/Remove Windows Components page" policy. If the "Hide Add/Remove Windows Components page" policy is enabled, this policy is ignored."
  4313. NoServices="Go directly to Components wizard"
  4314. NoSetFolders_Help="Prevents Control Panel, Printers, and Network and Dial-up Connections from running.\n\nThis policy removes the Control Panel, Printers, and Network and Dial-up Connection folders from Settings on the Start menu, and from My Computer and Windows Explorer. It also prevents the programs represented by these folders (such as Control.exe) from running.\n\nHowever, users can still start Control Panel items by using other methods, such as right-clicking the desktop to start Display or right-clicking My Computer to start System.\n\nAlso, see the "Disable Control Panel," "Disable Display in Control Panel," and "Remove Network and Dial-up Connections from Start Menu" policies."
  4315. NoSetFolders="Disable programs on Settings menu"
  4316. NoSetTaskbar_Help="Removes the Taskbar & Start Menu item from Settings on the Start menu. This policy also prevents the user from opening the Taskbar Properties dialog box.\n\nIf the user right-clicks the taskbar and then clicks Properties, a message appears explaining that a policy prevents the action."
  4317. NoSetTaskbar="Disable changes to Taskbar and Start Menu Settings"
  4318. NoShellSearchButton="Remove Search button from Windows Explorer"
  4319. NoShellSearchButton_Help="Removes the Search button from the Windows Explorer toolbar.\n\nThis policy removes the Search button from the Standard Buttons toolbar that appears in Windows Explorer and other programs that use the Windows Explorer window, such as My Computer and My Network Places.\n\nIt does not remove the Search button or affect any search features of Internet browser windows, such as the Internet Explorer window.\n\nThis policy does not affect the Search items on the Windows Explorer context menu or on the Start menu. To remove Search from the Start menu, use the "Remove Search menu from Start menu" policy (in User Configuration\Administrative Templates\Start Menu & Taskbar).  To hide all context menus, use the "Disable Windows Explorer's default context menu" policy."
  4320. NoSMMyDocuments_Help="Removes the My Documents icon from the Start Menu and its submenus.\n\nThis policy only removes the icon. It does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nNote: To make changes to this policy effective, you must log off of and log back on to Windows 2000.\n\nAlso, see the "Remove My Documents icon from desktop" policy."
  4321. NoSMMyDocuments="Remove My Documents icon from Start Menu"
  4322. NoStartMenuSubFolders_Help="Hides all folders on the user-specific (top) section of the Start menu. Other items appear, but folders are hidden.\n\nThis policy is designed for use with redirected folders. Redirected folders appear on the main (bottom) section of the Start menu. However, the original, user-specific version of the folder still appears on the top section of the Start menu. Because the appearance of two folders with the same name might confuse users, you can use this policy to hide user-specific folders.\n\nNote that this policy hides all user-specific folders, not just those associated with redirected folders.\n\nIf you enable this policy, no folders appear on the top section of the Start menu. If users add folders to the Start Menu directory in their user profiles, the folders appear in the directory but not on the Start menu.\n\nIf you disable this policy or do not configured it, Windows 2000 displays folders on both sections of the Start menu."
  4323. NoStartMenuSubFolders="Remove user's folders from the Start Menu"
  4324. NoSupportInfo_Help="Removes links to the Support Info dialog box from programs on the Change or Remove Programs page.\n\nPrograms listed on the Change or Remove Programs page can include a "Click here for support information" hyperlink. When clicked, the hyperlink opens a dialog box that displays troubleshooting information, including a link to the installation files and data that users need to obtain product support, such as the Product ID and version number of the program. The dialog box also includes a hyperlink to support information on the Internet, such as the Microsoft Product Support Services Web page.\n\nIf you disable this policy or do not configure it, the Support Info hyperlink appears.\n\nNote: Not all programs provide a support information hyperlink."
  4325. NoSupportInfo="Disable Support Information"
  4326. NoTrayContextMenu_Help="Hides the menus that appear when you right-click the taskbar and items on the taskbar, such as the Start button, the clock, and the taskbar buttons.\n\nThis policy does not prevent users from using other methods to issue the commands that appear on these menus."
  4327. NoTrayContextMenu="Disable context menus for the taskbar"
  4328. NoViewContextMenu_Help="Removes shortcut menus from the desktop and Windows Explorer. Shortcut menus appear when you right-click an item.\n\nIf you enable this policy, menus do not appear when you right-click the desktop or when you right-click the items in Windows Explorer. This policy does not prevent users from using other methods to issue commands available on the shortcut menus."
  4329. NoViewContextMenu="Disable Windows Explorer's default context menu"
  4330. NoViewOnDrive_Help="Prevents users from using My Computer to gain access to the content of selected drives.\n\nIf you enable this policy, users cannot view the contents of the selected drives in My Computer, Windows Explorer, or My Network Places. Also, they cannot use the Run dialog box, the Map Network Drive dialog box, or the Dir command to view the directories on these drives.\n\nTo use this policy, select a drive or combination of drives from the drop-down list. To allow access to all drive directories, disable this policy or select the "Do not restrict drives" option from the drop-down list.\n\nNote: The icons representing the specified drives still appear in My Computer, but if users double-click the icons, a message appears explaining that a policy prevents the action.\n\nAlso, this policy does not prevent users from using programs to access local and network drives. And, it does not prevent them from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Hide these specified drives in My Computer" policy."
  4331. NoViewOnDrive="Prevent access to drives from My Computer"
  4332. NoWelcomeTips_Help="Supresses the "Getting Started with Windows 2000" welcome screen.\n\nThis policy hides the welcome screen that is displayed on Windows 2000 Professional each time the user logs on.\n\nUsers can still display the "Getting Started with Windows 2000" welcome screen by selecting it from the Start menu or by typing "Welcome" in the Run dialog box.\n\nThis policy applies only to Windows 2000 Professional. It does not affect the "Configure Your Server on a Windows 2000 Server" screen on Windows 2000 Server.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To display the welcome screen, click Start, point to Programs, point to Accessories, point to System Tools, and then click "Getting Started." To suppress the welcome screen without setting a policy, clear the "Show this screen at startup" check box on the welcome screen."
  4333. NoWelcomeTips="Don't display welcome screen at logon"
  4334. NoWindowsSetupPage_Help="Removes the Add/Remove Windows Components button from the Add/Remove Programs bar. As a result, users cannot view or change the associated page.\n\nThe Add/Remove Windows Components button lets users configure installed services and use the Windows Component wizard to add, remove, and configure components of Windows 2000 from the installation files.\n\nIf you disable this policy or do not configure it, the Add/Remove Windows Components button is available to all users.\n\nThis policy does not prevent users from using other tools and methods to configure services or add or remove program components. However, this policy blocks user access to the Windows Component wizard."
  4335. NoWindowsSetupPage="Hide Add/Remove Windows Components page"
  4336. NoWindowsUpdate_Help="Prevents users from connecting to the Windows Update Web site.\n\nThis policy blocks user access to the Windows Update Web site at http://windowsupdate.microsoft.com. Also, the policy removes the Windows Update hyperlink from the Start Menu and from the Tools menu in Internet Explorer.\n\nWindows Update, the online extension of Windows, offers software updates to keep a user’s system up-to-date. The Windows Update Product Catalog determines any system files, security fixes, and Microsoft updates that users need and shows the newest versions available for download.\n\nAlso, see the "Hide the "Add programs from Microsoft" option" policy."
  4337. NoWindowsUpdate="Disable and remove links to Windows Update"
  4338. NoWorkGroupContents_Help="Removes computers in the user's workgroup and domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this policy, the system removes the "Computers Near Me" option and the icons representing nearby computers from My Network Places. This policy also removes these icons from the Map Network Drive browser.\n\nThis policy does not prevent users from connecting to computers in their workgroup or domain by other commonly used methods, such as typing the share name in the Run dialog box or the Map Network Drive  dialog box.\n\nTo remove network computers from lists of network resources, use the "No Entire Network in My Network Places" policy."
  4339. NoWorkgroupContents="No "Computers Near Me" in My Network Places"
  4340. PD_DOWNLOAD="Download profile"
  4341. PD_USELOCAL="Use local profile"
  4342. PhysicalLocation_Help="Specifies the default location criteria used when searching for printers.\n\nThis policy is a component of the Location Tracking feature of Windows 2000 printers. To use this policy, enable Location Tracking by enabling the "Pre-populate printer search location text" policy.\n\nWhen Location Tracking is enabled, the system uses the specified location as a criteria when users search for printers. The value you type here overrides the actual location of the computer conducting the search.\n\nType the location of the user's computer. When users search for  printers, the system uses the specified location (and other search criteria) to find a printer nearby. You can also use this policy to direct users to a particular printer or group of printers that you want them to use.\n\nIf you disable this policy or do not configure it and the user does not type a location as a search criteria, the system searches for a nearby printer based on the IP address and subnet mask of the user's computer."
  4343. PhysicalLocation_Name="Location"
  4344. PhysicalLocation_Tip1="Enter the location of this computer. Use a '/' character to"
  4345. PhysicalLocation_Tip2="separate location components."
  4346. PhysicalLocation_Tip3="For example: CityName/Building 2/Floor 1/Office 1800"
  4347. PhysicalLocation="Computer location"
  4348. PhysicalLocationSupport_Help="Enables the physical Location Tracking support feature of Windows 2000 printers.\n\nLocation tracking lets you design a location scheme for your enterprise and assign computers and printers to locations in your scheme. Location tracking overrides the standard method of locating and associating users and printers, which uses the IP address and subnet mask of a computer to estimate its physical location and proximity to other computers.\n\nIf you enable Location Tracking, a Browse button appears beside the Location field in the Find Printers dialog box. (To go to the Browse button, click Start, click Search, and click For printers.) The Browse button also appears on the General tab of the Properties dialog box for a printer. It lets users browse for printers by location without their having to know the precise location (or location naming scheme). Also, if you enable the "Computer location" policy, the default location you type appears in the Location field.\n\nIf you disable this policy or do not configure it, Location Tracking is disabled. Printer proximity is estimated based on IP address and subnet mask."
  4349. PhysicalLocationSupport_Tip1="Use this policy to enable or disable pre-populating the location"
  4350. PhysicalLocationSupport_Tip2="search text when searching for printers in the Active Directory."
  4351. PhysicalLocationSupport_Tip3="The default setting is to not pre-populate the location search text."
  4352. PhysicalLocationSupport="Pre-populate printer search location text"
  4353. PickOneDrive="Restrict these drives"
  4354. Pol_AlwaysPinSubFolders="Subfolders always available offline"
  4355. Pol_AlwaysPinSubFolders_Help ="Makes subfolders available offline whenever their parent folder is made available offline.\n\nThis policy automatically extends the "make available offline" setting to all new and existing subfolders of a folder. Users do not have the option of excluding subfolders.\n\nIf you enable this policy, then when you make a folder available offline, all folders within that folder are also made available offline. Also, new folders that you create within a folder that is available offline are made available offline when the parent folder is synchronized.\n\nIf you disable this policy or do not configure it, the system asks users whether they want subfolders to be made available offline when they make a parent folder available offline."
  4356. Pol_AssignedOfflineFiles_Help="Lists network files and folders that are always available for offline use. This policy makes the specified files and folders available offline to users of the computer.\n\nTo assign a folder, click Show and then click Add. In the "Type the name of the item to be added" box, type the fully qualified UNC path to the file or folder. Leave the "Enter the value of the item to be added" field blank.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4357. Pol_AssignedOfflineFiles="Administratively assigned offline files"
  4358. Pol_CustomGoOfflineActions_Help="Determines how computers respond when they are disconnected from particular offline file servers. This policy overrides the default response, a user-specified response, and the response specified in the "Action on server disconnect" policy.\n\nThis policy also disables the "Exception list" section on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nTo use this policy, click Show, and then click Add. In the "Type the name of the item to be added" box, type the server's computer name. Then, in the "Type the value of the item to be added" box, type "0" if users can work offline when they are disconnected from this server, or type "1" if they cannot.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To configure this setting without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click Advanced. This policy corresponds to the settings in the "Exception list" section."
  4359. Pol_CustomGoOfflineActions="Non-default server disconnect actions"
  4360. Pol_DefCacheSize_Help="Limits the percentage of the computer's disk space that can be used to store automatically-cached offline files.\n\nThis policy also disables the "Amount of disk space to use for temporary offline files" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nAutomatic caching can be set on any network share. When a user opens a file on the share, the system automatically stores a copy of the file on the user's computer.\n\nThis policy does not limit the disk space available for files that user's make available offline manually.\n\nIf you enable this policy, you can specify an automatic-cache disk space limit.\n\nIf you disable this policy, the system limits the space that automatically-cached files occupy to 10 percent of the space on the system drive.\n\nIf you do not configure this policy, disk space for automatically-cached files is limited to 10 percent of the system drive by default, but users can change it.\n\nTip: To \
  4361. change the amount of disk space used for automatic caching without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then use the slider bar associated with the "Amount of disk space to use for temporary offline files" option."
  4362. Pol_DefCacheSize="Default cache size"
  4363. Pol_Enabled_Help="Determines whether the Offline Files feature is enabled.\n\nThis policy also disables the "Enable Offline Files" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nOffline Files saves a copy of network files on the user's computer for use when the computer is not connected to the network.\n\nIf you enable this policy, Offline Files is enabled and users cannot disable it.\n\nIf you disable this policy, Offline Files is disabled and users cannot enable it.\n\nBy default, Offline Files is enabled on Windows 2000 Professional and is disabled on Windows 2000 Server.\n\nTip: To enable Offline Files without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click "Enable Offline Files."\n\nNote: To make changes to this policy effective, you must restart Windows 2000."
  4364. Pol_Enabled="Enabled"
  4365. Pol_EventLoggingLevel_Help="Determines which events the Offline Files feature records in the event log.\n\nOffline Files records events in the Application log in Event Viewer when it detects errors. By default, Offline Files records an event only when the offline files storage cache is corrupted. However, you can use this policy to specify additional events you want Offline Files to record.\n\nTo use this policy, from the "Enter" box, select the number corresponding to the events you want the system to log. The levels are cumulative; that is, each level includes the events in all preceding levels.\n\n"0" records an error when the offline storage cache is corrupted.\n\n"1" also records an event when the server hosting the offline file is disconnected from the network.\n\n"2" also records events when the local computer is connected and disconnected from the network.\n\n"3" also records an event when the server hosting the offline file is reconnected to the network.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4366. Pol_EventLoggingLevel="Event logging level"
  4367. Pol_ExtExclusionList_Help="Lists types of files that cannot be used offline.\n\nThis policy lets you exclude certain types of files from automatic and manual caching for offline use. The system does not cache files of the type specified in this policy even when they reside on a network share configured for automatic caching. Also, if users try to make a file of this type available offline, the operation will fail and the following message will be displayed in the Synchronization Manager progress dialog box: "Files of this type cannot be made available offline."\n\nThis policy is designed to protect files that cannot be separated, such as database components.\n\nTo use this policy, type the file name extension in the "Extensions" box. To type more than one extension, separate the extensions with a semicolon (;).\n\nNote: To make changes to this policy effective, you must log off and log on again."
  4368. Pol_ExtExclusionList="Files not cached"
  4369. Pol_GoOfflineAction_Help="Determines whether network files remain available if the computer is suddenly disconnected from the server hosting the files.\n\nThis policy also disables the "When a network connection is lost" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nIf you enable this policy, you can use the "Action" box to specify how computers in the group respond.\n\n--  "Work offline" indicates that the computer can use local copies of network files while the server is inaccessible.\n\n--  "Never go offline" indicates that network files are not available while the server is inaccessible.\n\nIf you disable this policy or select the "Work offline" option, users can work offline if disconnected.\n\nIf you do not configure this policy, users can work offline by default, but they can change this option.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer  Configuration takes precedence over the setting in User Configuration.\n\nTip: To configure this setting without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, click Advanced, and then select an option in the "When a network connection is lost" section.\n\nAlso, see the "Non-default server disconnect actions" policy."
  4370. Pol_GoOfflineAction="Action on server disconnect"
  4371. Pol_NoCacheViewer_Help="Disables the Offline Files folder.\n\nThis policy disables the "View Files" button on the Offline Files tab. As a result, users cannot use the Offline Files folder to view or open copies of network files stored on their computer. Also, they cannot use the folder to view characteristics of offline files, such as their server status, type, or location.\n\nThis policy does not prevent users from working offline or from saving local copies of files available offline. Also, it does not prevent them from using other programs, such as Windows Explorer, to view their offline files.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To view the Offline Files Folder, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click "View Files.""
  4372. Pol_NoCacheViewer="Prevent use of Offline Files folder"
  4373. Pol_NoConfigCache_Help="Prevents users from enabling, disabling, or changing the configuration of Offline Files.\n\nThis policy removes the Offline Files tab from the Folder Options dialog box. It also removes the Settings item from the Offline Files context menu and disables the Settings button on the Offline Files Status dialog box. As a result, users cannot view or change the options on the Offline Files tab or Offline Files dialog box.\n\nThis is a comprehensive policy that locks down the configuration you establish by using other policies in this folder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy provides a quick method for locking down the default settings for Offline Files. To accept the defaults, just enable this policy. You do not have to disable any other policies in this folder."
  4374. Pol_NoConfigCache="Disable user configuration of Offline Files"
  4375. Pol_NoMakeAvailableOffline_Help="Prevents users from making network files and folders available offline.\n\nThis policy removes the "Make Available Offline" option from the File menu and from all context menus in Windows Explorer. As a result, users cannot designate files to be saved on their computer for offline use.\n\nHowever, this policy does not prevent the system from saving local copies of files that reside on network shares designated for automatic caching.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4376. Pol_NoMakeAvailableOffline="Disable 'Make Available Offline'"
  4377. Pol_PurgeAtLogoff="At logoff, delete local copy of user’s offline files"
  4378. Pol_PurgeAtLogoff_Help="Deletes local copies of the user's offline files when the user logs off.\n\nThis policy specifies that automatically and manually cached offline files are retained only while the user is logged on to the computer. When the user logs off, the system deletes all local copies of offline files.\n\nIf you disable this policy or do not configure it, automatically and manually cached copies are retained on the user's computer for later offline use.\n\nCaution: Files are not synchronized before they are deleted. Any changes to local files since the last synchronization are lost."
  4379. Pol_NoReminders_Help="Hides or displays reminder balloons, and prevents users from changing the setting.\n\nReminder balloons appear above the Offline Files icon in the status area to notify users when they have lost the connection to a networked file and are working on a local copy of the file. Users can then decide how to proceed.\n\nIf you enable this policy, the system hides the reminder balloons, and prevents users from displaying them.\n\nIf you disable the policy, the system displays the reminder balloons, and prevents users from hiding them.\n\nIf this policy is not configured, reminder balloons are displayed by default when you enable offline files, but users can change the setting.\n\nTo prevent users from changing the setting while a policy is in effect, the system disables the "Enable reminders" option on the Offline Files tab\n\nThis policy appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To display or hide reminder balloons without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, and then click the Offline Files tab. This policy corresponds to the "Enable reminders" check box."
  4380. Pol_NoReminders="Disable reminder balloons"
  4381. Pol_ReminderFreq_Help="Determines how often reminder balloon updates appear.\n\nThis policy also removes the "Display reminder balloon every ... minutes" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the update interval.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To set reminder balloon frequency without establishing a policy, in Windows Explorer, on the Tools menu, click Folder Options, and then click the Offline Files tab. This policy corresponds to the "Display reminder balloons every ... minutes" option."
  4382. Pol_ReminderFreq="Reminder balloon frequency"
  4383. Pol_ReminderInitTimeout_Help="Determines how long the first reminder balloon for a network status change is displayed.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the duration of the first reminder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4384. Pol_ReminderInitTimeout="Initial reminder balloon lifetime"
  4385. Pol_ReminderTimeout_Help="Determines how long updated reminder balloons are displayed.\n\nReminder balloons appear when the user's connection to a network file is lost or reconnected and are updated periodically. By default, the first reminder for an event is displayed for 30 seconds. Then, updates appear every 60 minutes and are displayed for 15 seconds. You can use this policy to change the duration of the update reminder.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  4386. Pol_ReminderTimeout="Reminder balloon lifetime"
  4387. Pol_SyncAtLogoff_Help="Determines whether offline files are fully synchronized when users log off.\n\nThis policy also disables the "Synchronize all offline files before logging off" option on the Offline Files tab. This prevents users from trying to change the option while a policy controls it.\n\nIf you enable this policy, offline files are fully synchronized. Full synchronization ensures that offline files are complete and current.\n\nIf you disable this policy, the system only performs a quick synchronization. Quick synchronization ensures that files are complete, but does not ensure that they are current.\n\nIf you do not configure this policy, the system performs a quick synchronization by default, but users can change this option.\n\nThis policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To change the synchronization method without setting a policy, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then select the "Synchronize all offline files before logging off" option."
  4388. Pol_SyncAtLogoff="Synchronize all offline files before logging off"
  4389. PolicyPolicies="Group Policy"
  4390. PrimaryDnsSuffix_Help="Specifies the primary Domain Name System (DNS) suffix for all affected computers. The primary DNS suffix is used in DNS name registration and DNS name resolution.\n\nThis policy lets you specify a primary DNS suffix for a group of computers, and prevents users, including administrators, from changing it.\n\nIf you disable this policy or do not configure it, each computer uses its local primary DNS suffix, which is usually the DNS name of Active Directory domain to which it is joined. However, administrators can use System in Control Panel to change the primary DNS suffix of a computer.\n\nTo use this policy, in the text box provided, type the entire primary DNS suffix you want to assign. For example, microsoft.com.\n\nThis policy does not disable the DNS Suffix and NetBIOS Computer Name dialog box that administrators use to change the primary DNS suffix of a computer. However, if administrators enter a suffix, that suffix is ignored while this policy is enabled.\n\nImportant: To make \
  4391. changes to this policy effective, you must restart Windows 2000 on all computers affected by the policy.\n\nNote: This policy has no effect on domain controllers.\n\nTip: To change the primary DNS suffix of a computer without setting a policy, click System in Control Panel, click the Network Identification tab, click Properties, click More, and then enter a suffix in the "Primary DNS suffix of this computer" box.\n\nFor more information about DNS, see "Domain Name System (DNS)" in Windows 2000 Help."
  4392. PrimaryDnsSuffix="Primary DNS Suffix"
  4393. PrimaryDnsSuffixBox="Enter a primary DNS suffix:  "
  4394. PrinterDirectorySearchScope_Help="Specifies the Active Directory location where searches for printers begin.\n\nThe Add Printer wizard gives users the option of searching Active Directory for a shared printer. If you enable this policy, these searches begin at the location you specify in the "Default Active Directory path" box. Otherwise, searches begin at the root of Active Directory.\n\nThis policy only provides a starting point for Active Directory searches for printers. It does not restrict user searches through the Active Directory."
  4395. PrinterDirectorySearchScope_Name="Default Active Directory path"
  4396. PrinterDirectorySearchScope_Tip1="Enter a default Active Directory path where users start their "
  4397. PrinterDirectorySearchScope_Tip2="search for printers. This setting affects the printer "
  4398. PrinterDirectorySearchScope_Tip3="search dialog when started from the Add Printer wizard."
  4399. PrinterDirectorySearchScope_Tip4="e.g. To start search in domain1.mycompany.com enter path as"
  4400. PrinterDirectorySearchScope_Tip5="LDAP://DC=Domain1,DC=MyCompany,DC=com."
  4401. PrinterDirectorySearchScope="Default Active Directory path when searching for printers"
  4402. Printers="Printers"
  4403. PrinterServerThread_Help="Announces the presence of shared printers to print browse master servers for the domain.\n\nOn Windows 2000 domains with Active Directory, shared printer resources are available in Active Directory and are not announced.\n\nIf you enable this policy, the print spooler announces shared printers to the print browse master servers. As a result, shared printers appear in the domain list in the Browse for Printer dialog box of the Add Printer wizard.\n\nIf you disable this policy, shared printers are not announced to print browse master servers, even if Active Directory is not available.\n\nIf you do not configure this policy, shared printers are announced to browse master servers only when Active Directory is not available.\n\nNote: A client license is used each time a client computer announces a printer to a print browse master on the domain."
  4404. PrinterServerThread_Tip1="Enabling this setting will cause the print subsystem to announce"
  4405. PrinterServerThread_Tip2="shared printers for printer browsing.  Disable this setting if you"
  4406. PrinterServerThread_Tip3="do not want the print subsystem add shared printers to the browse list."
  4407. PrinterServerThread_Tip4="If this setting is not configured, shared printers will not be added to"
  4408. PrinterServerThread_Tip5="the browse list if a Directory Service is available, but will be added"
  4409. PrinterServerThread_Tip6="if a Directory Service is not available."
  4410. PrinterServerThread="Printer browsing"
  4411. PriorityLevel="Priority level:"
  4412. ProfileDlgTimeOut_Help="Determines how long the system waits for a user response before it uses a default value.\n\nThe default value is applied when the user does not respond to messages explaining that any of the following events has occurred:\n\n--  The system detects a slow connection between the user’s                     computer and the server that stores users' roaming user profiles.\n\n--  The system cannot access users’ server-based profiles when users       log on or off.\n\n--  Users’ local profiles are newer than their server-based profiles.\n\nYou can use this policy to override the system's default value of 30 seconds. To use this policy, type a decimal number between 0 and 600 for the length of the interval."
  4413. ProfileDlgTimeOut="Timeout for dialog boxes"
  4414. ProfileDlgWaitInterval="Time (seconds)"
  4415. ProfileErrorAction="Log users off when roaming profile fails"
  4416. ProfileErrorAction_Help="Logs a user off automatically when the system cannot load the user's roaming user profile.\n\nThis policy is used when the system cannot find the roaming user profile or the profile contains errors which prevent it from loading correctly.\n\nIf you disable this policy or do not configure it, when the roaming profile fails, the system loads a local copy of the roaming user profile, if one is available. Otherwise, the system loads the default user profile (stored in %Systemroot%\Documents and Settings\Default User).\n\nAlso, see the "Delete cached copies of roaming profiles" policy."
  4417. ProfileErrorActionDesc="If an error occurs when loading the user's profile:"
  4418. ProfileSize="Max Profile size (KB)"
  4419. ProfileUnloadTimeout="Maximum retries to unload and update user profile"
  4420. ProfileUnloadTimeout_Help="Determines how many times the system tries to unload and update the registry portion of a user profile. When the number of trials specified by this policy is exhausted, the system stops trying. As a result, the user profile might not be current, and local and roaming user profiles might not match.\n\nWhen a user logs off of the computer, the system unloads the user-specific section of the registry (HKEY_CURRENT_USER) into a file (NTUSER.DAT) and updates it. However, if another program or service is reading or editing the registry, the system cannot unload it. The system tries repeatedly (at a rate of once per second) to unload and update the registry settings. By default, the system repeats its periodic attempts 60 times (over the course of one minute).\n\nIf you enable this policy, you can adjust the number of times the system tries to unload and update the user's registry settings. (You cannot adjust the retry rate.)\n\nIf you disable this policy or do not configure it, the \
  4421. system repeats its attempt 60 times.\n\nIf you set the number of retries to 0, the system tries just once to unload and update the user's registry settings. It does not try again.\n\nNote: This policy is particularly important to servers running Terminal Services. Because Terminal Services edits the user's registry settings when they log off, the system's first few attempts to unload the user settings are more likely to fail.\n\nThis policy does not affect the system's attempts to update the files in the user profile.\n\nTip: Consider increasing the number of retries specified in this policy if there are many user profiles stored in the computer's memory. This indicates that the system has not been able to unload the profile.\n\nAlso, check the Application Log in Event Viewer for events generated by Userenv. The system records an event whenever it tries to unload the registry portion of the user profile. The system also records an event when it fails to update the files in a user profile."
  4422. ProfileUnloadTimeoutPrompt="Max retries:  "
  4423. PromptRunAsInstallNetPath_Help="Prompts users for alternate logon credentials during network-based installations.\n\nThis policy displays the "Install Program As Other User" dialog box even when a program is being installed from files on a network computer across a local area network connection.\n\nIf you disable this policy or do not configure it, this dialog box appears only when users are installing programs from local media.\n\nThe "Install Program as Other User" dialog box prompts the current user for the user name and password of an administrator. This policy allows administrators who have logged on as regular users to install programs without logging off and logging on again using their administrator credentials.\n\nIf the dialog box does not appear, the installation proceeds with the current user's permissions. If these permissions are not sufficient, the installation might fail, or it might complete but not include all features. Or, it might appear to complete successfully, but the installed program might not operate correctly.\n\nNote: If enabled, the "Do not request alternate credentials" policy takes precedence over the setting for this policy. When that policy is enabled, users are not prompted for alternate logon credentials on any installation."
  4424. PromptRunasInstallNetPath="Request credentials for network installations"
  4425. PropertyPages="Hide Property Pages"
  4426. PropertyPagesHelp="Prevents users from viewing and changing the properties of an existing task.\n\nThis policy removes the Properties item from the File menu in Scheduled Tasks and from the context menu that appears when you right-click a task. As a result, users cannot change any properties of a task. They can only see the properties that appear in Detail view and in the task preview.\n\nThis policy prevents users from viewing and changing characteristics such as the program the task runs, its schedule details, idle time and power management settings, and its security context.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This policy affects existing tasks only. To prevent users from changing the properties of newly created tasks, use the "Disable Advanced Menu" policy."
  4427. PruneDownlevel_Found="Only if Print Server is found."
  4428. PruneDownlevel_Help="Determines whether the system prunes (deletes from Active Directory) printers that are not automatically republished. This policy applies to printers running operating systems other than Windows 2000 and to Windows 2000 printers published outside of their domain.\n\nThe Windows 2000 pruning service prunes printer objects from Active Directory when the computer that published them does not respond to contact requests. Computers running Windows 2000 detect and republish deleted printer objects when they rejoin the network. However, because non-Windows 2000 computers and computers in other domains cannot republish printers in Active Directory automatically, then, by default, the system never prunes their printer objects.\n\nYou can enable this policy to change the default behavior. To use this policy, select one of the following options from the "Prune non-republishing printers" box:\n\n--  "Never" specifies that printer objects that are not automatically republished are never pruned. "Never" is the default.\n\n--  "Only if Print Server is found" prunes printer objects that are not automatically republished only when the print server responds, but the printer is unavailable.\n\n--  "Whenever printer is not found" prunes printer objects that are not automatically republished whenever the host computer does not respond, just as it does with Windows 2000 printers.\n\nNote: This policy applies to printers published by using Active Directory Users and Computers or Pubprn.vbs. It does not apply to printers published by using Printers in Control Panel.\n\nTip: If you disable automatic pruning, remember to delete printer objects manually whenever you remove a printer or print server."
  4429. PruneDownlevel_Never="Never"
  4430. PruneDownlevel_NotFound="Whenever printer is not found."
  4431. PruneDownlevel_Tip1="Select the method by which non-republishing printers should be pruned."
  4432. PruneDownlevel="Prune printers that are not automatically republished"
  4433. PruneDownlevelTitle="Prune non-republishing printers:"
  4434. Pruning10Minutes="10 Minutes"
  4435. Pruning12Hours="12 Hours"
  4436. Pruning1Day="1 Day"
  4437. Pruning1Hour="1 Hour"
  4438. Pruning1Week="1 Week"
  4439. Pruning2Days="2 Days"
  4440. Pruning2Weeks="2 Weeks"
  4441. Pruning30Minutes="30 Minutes"
  4442. Pruning3Days="3 Days"
  4443. Pruning3Weeks="3 Weeks"
  4444. Pruning4Days="4 Days"
  4445. Pruning4Hours="4 Hours"
  4446. Pruning4Weeks="4 Weeks"
  4447. Pruning5Days="5 Days"
  4448. Pruning5Weeks="5 Weeks"
  4449. Pruning6Days="6 Days"
  4450. Pruning6Weeks="6 Weeks"
  4451. Pruning7Weeks="7 Weeks"
  4452. Pruning8Hours="8 Hours"
  4453. PruningImmediately="Immediately"
  4454. PruningInterval_Help="Specifies how often the pruning service on a domain controller contacts computers to verify that their printers are operational.\n\nThe pruning service periodically contacts computers that have published printers. If a computer does not respond to the contact message (optionally, after repeated attempts), the pruning service "prunes" (deletes from Active Directory) printer objects the computer has published.\n\nBy default, the pruning service contacts computers every eight hours and allows two repeated contact attempts before deleting printers from Active Directory. You can use this policy to change the interval between contact attempts. To change the number of attempts, use the "Directory Pruning Retry" policy.\n\nNote: This policy is used only on domain controllers."
  4455. PruningInterval_Tip1="The Pruning Interval determines the period of time the pruner "
  4456. PruningInterval_Tip2="sleeps between checks for abandoned PrintQueues."
  4457. PruningInterval="Directory pruning interval"
  4458. PruningIntervalTitle="Interval:"
  4459. PruningNever="Never"
  4460. PruningPriority_Help="Sets the priority of the pruning thread.\n\nThe pruning thread, which runs only on domain controllers, deletes printer objects from Active Directory if the printer that published the object does not respond to contact attempts. This process keeps printer information in Active Directory current.\n\nThe thread priority influences the order in which the thread receives processor time and determines how likely it is to be preempted by higher priority threads.\n\nBy default, the pruning thread runs at normal priority. However, you can adjust the priority to improve the performance of this service.\n\nNote: This policy is used only on domain controllers."
  4461. PruningPriority_Tip1="Use this policy to change the pruning thread's priority."
  4462. PruningPriority="Directory pruning priority"
  4463. PruningRetries_Help="Specifies how many times the pruning service on a domain controller repeats its attempt to contact a computer before pruning the computer's printers.\n\nThe pruning service periodically contacts computers that have published printers to verify that the printers are still available for use. If a computer does not respond to the contact message, the message is repeated for the specified number of times. If the computer still fails to respond, then the pruning service "prunes" (deletes from Active Directory) printer objects the computer has published.\n\nBy default, the pruning service contacts computers every eight hours and allows two retries before deleting printers from Active Directory. You can use this policy to change the number of retries. To change the interval between attempts, use the "Directory Pruning Interval" policy.\n\nNote: This policy is used only on domain controllers."
  4464. PruningRetries_Tip1="Pruning Retry determines the number of times the "
  4465. PruningRetries_Tip2="pruner will attempt to contact the print server before "
  4466. PruningRetries_Tip3="deleting an abandoned printer."
  4467. PruningRetries="Directory pruning retry"
  4468. PruningRetries0="No Retry"
  4469. PruningRetries1="1 Retry"
  4470. PruningRetries2="2 Retries"
  4471. PruningRetries3="3 Retries"
  4472. PruningRetries4="4 Retries"
  4473. PruningRetries5="5 Retries"
  4474. PruningRetries6="6 Retries"
  4475. PruningRetriesTitle="Retries:"
  4476. PublishPrinters_Help="Determines whether the computer's shared printers can be published in Active Directory.\n\nIf you enable this policy or do not configure it, users can use the "List in directory" option in the Printers folder or the Add Printer wizard to publish shared printers in Active Directory.\n\nIf you disable this policy, this computer's shared printers cannot be published in Active Directory and the "List in directory" option is disabled."
  4477. PublishPrinters_Tip1="Enable or disable this setting to allow or deny"
  4478. PublishPrinters_Tip2="publishing of printers on this machine. The default"
  4479. PublishPrinters_Tip3="is to allow this machine to publish printers."
  4480. PublishPrinters="Allow printers to be published"
  4481. RegionalOptions="Regional Options"
  4482. RestNoDrives="Do not restrict drives"
  4483. RestrictApps_Help="Limits the Windows programs that users have permission to run on the computer.\n\nIf you enable this policy, users can only run programs that you add to the List of Allowed Applications.\n\nThis policy only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs such as Task Manager, which are started by the system process or by other processes. Also, if users have access to the command prompt, Cmd.exe, this policy does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer."
  4484. RestrictApps_Tip1="   "
  4485. RestrictApps_Tip2="To create a list of allowed applications, click Show,"
  4486. RestrictApps_Tip3="then Add, and enter the application executable name"
  4487. RestrictApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  4488. RestrictApps="Run only allowed Windows applications"
  4489. RestrictAppsList="List of allowed applications"
  4490. RestrictCpls_Help="Hides all Control Panel items and folders except those specified in this policy.\n\nThis policy removes all Control Panel items (such as Network) and folders (such as Fonts) from the Control Panel window and the Start menu. It removes Control Panel items you have added to your system, as well the Control Panel items included in Windows 2000. The only items displayed in Control Panel are those you specify in this policy.\n\nTo display a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To display a folder, type the folder name, such as Fonts. If you do not specify any items or folders, the Control Panel window is empty.\n\nThis policy affects the Start menu and Control Panel window only. It does not prevent users from running any Control Panel items.\n\nAlso, see the "Disable Display in Control Panel" policy in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified control panel applets" policy and the "Show only specified control panel applets" policy are enabled, the "Show only specified control panel applets" policy is ignored.\n\nTip: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory."
  4491. RestrictCpls_Tip1="To create a list of allowed control panel applets, click Show,"
  4492. RestrictCpls_Tip2="then Add, and enter the control panel file name (ends with .cpl)"
  4493. RestrictCpls_Tip3="or the name displayed under that item in the control panel."
  4494. RestrictCpls_Tip4="(e.g., desk.cpl, powercfg.cpl, Printers)"
  4495. RestrictCpls="Show only specified control panel applets"
  4496. RestrictCplsList="List of allowed control panel applets"
  4497. Restrictions="Restrictions"
  4498. RestrictUILangSelect="Restrict selection of Windows 2000 menus and dialogs language"
  4499. RestrictUILangSelect_Help="This policy restricts users to the specified language, by disabling the menus and dialogs control in the Regional Options control panel. If the specified language is not installed on the target computer, the language selection will default to English."
  4500. Run_Legacy_Logon_Script_Hidden_Explain="Hides the instructions in logon scripts written for Windows NT 4.0 and earlier.\n\nLogon scripts are batch files of instructions that run when the user logs on. By default, Windows 2000 displays the instructions in logon scripts written for Windows NT 4.0 and earlier in a command window as they run, although it does not display logon scripts written for Windows 2000.\n\nIf you enable this policy, Windows 2000 does not display logon scripts written for Windows NT 4.0 and earlier.\n\nAlso, see the "Run Logon Scripts Visible" policy."
  4501. Run_Legacy_Logon_Script_Hidden="Run legacy logon scripts hidden"
  4502. Run_Logoff_Script_Visible_Explain="Displays the instructions in logoff scripts as they run.\n\nLogoff scripts are batch files of instructions that run when the user logs off. By default, the system does not display the instructions in the logoff script.\n\nIf you enable this policy, the system displays each instruction in the logoff script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4503. Run_Logoff_Script_Visible="Run logoff scripts visible"
  4504. Run_Logon_Script_Sync_Help="Directs the system to wait for the logon scripts to finish running before it starts the Windows Explorer interface program and creates the desktop.\n\nIf you enable this policy, Windows Explorer does not start until the logon scripts have finished running. This setting assures that logon script processing is complete before the user starts working, but it can delay the appearance of the desktop.\n\nIf you disable this policy or do not configure it, the logon scripts and Windows Explorer are not synchronized and can run simultaneously.\n\nThis policy appears in the Computer Configuration and User Configuration folders. The policy set in Computer Configuration takes precedence over the policy set in User Configuration."
  4505. Run_Logon_Script_Sync="Run logon scripts synchronously"
  4506. Run_Logon_Script_Visible_Explain="Displays the instructions in logon scripts as they run.\n\nLogon scripts are batch files of instructions that run when the user logs on. By default, the system does not display the instructions in the logon script.\n\nIf you enable this policy, the system displays each instruction in the logon script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4507. Run_Logon_Script_Visible="Run logon scripts visible"
  4508. Run_Help="Specifies additional programs or documents that Windows starts automatically when a user logs on to the system.\n\nTo use this policy, click Show, click Add and, in the text box, type the name of the executable program (.exe) file or document file. Unless the file is located in the %Systemroot% directory, you must specify the fully qualified path to the file.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the system starts the programs specified in the Computer Configuration policy just before it starts the programs specified in the User Configuration policy.\n\nAlso, see the "Disable legacy run list" and the "Disable the run once list" policies."
  4509. Run="Run these programs at user logon"
  4510. RunListBox="Items to run at logon"
  4511. Run_Shutdown_Script_Visible_Explain="Displays the instructions in shutdown scripts as they run.\n\nShutdown scripts are batch files of instructions that run when the user restarts the system or shuts it down. By default, the system does not display the instructions in the shutdown script.\n\nIf you enable this policy, the system displays each instruction in the shutdown script as it runs. The instructions appear in a command window.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4512. Run_Shutdown_Script_Visible="Run shutdown scripts visible"
  4513. Run_Startup_Script_Sync_Help="Lets the system run startup scripts simultaneously.\n\nStartup scripts are batch files that run before the user is invited to log on. By default, the system waits for each startup script to complete before it runs the next startup script.\n\nIf you enable this policy, the system does not coordinate the running of startup scripts. As a result, startup scripts can run simultaneously.\n\nIf you disable this policy or do not configure it, a startup cannot run until the previous script is complete."
  4514. Run_Startup_Script_Sync="Run startup scripts asynchronously"
  4515. Run_Startup_Script_Visible_Explain="Displays the instructions in startup scripts as they run.\n\nStartup scripts are batch files of instructions that run before the user is invited to log on. By default, the system does not display the instructions in the startup script.\n\nIf you enable this policy, the system displays each instruction in the startup script as it runs. The instructions appear in a command window. This setting is designed for advanced users.\n\nIf you disable this policy or do not configure it, the instructions are suppressed."
  4516. Run_Startup_Script_Visible="Run startup scripts visible"
  4517. SafeForScripting="Disable IE security prompt for Windows Installer scripts"
  4518. SafeForScripting_Help="Allows Web-based programs to install software on the computer without notifying the user.\n\nBy default, when a script hosted by an Internet browser tries to install a program on the system, the system warns users and allows them to select or refuse the installation. This policy suppresses the warning and allows the installation to proceed.\n\nThis policy is designed for enterprises that use Web-based tools to distribute programs to their employees. However, because this policy can pose a security risk, it should be applied cautiously."
  4519. ScreenSaverActive_Help="Enables desktop screen savers.\n\nIf you disable this policy, screen savers do not run. Also, this policy disables the Screen Saver  section of the Screen Saver tab in Display in Control Panel. As a result, users cannot change the screen saver  options.\n\nIf you do not configure it, this policy has no effect on the system.\n\nIf you enable it, a screen saver will run provided the following two condtions hold: First, a valid screensaver on the client is specified via the "Screensaver executable name" policy or via Control Panel on the client computer. Second, the screensaver timeout is set to a nonzero value via the policy or Control Panel.\n\nAlso, see the "Hide Screen Saver tab" policy."
  4520. ScreenSaverActive="Activate screen saver"
  4521. ScreenSaverFilename_Help="Specifies the screen saver for the user's desktop.\n\nIf you enable this policy, the system displays the specified screen saver on the user's desktop. Also, this policy disables the drop-down list of screen savers on the Screen Saver tab in Display in Control Panel, preventing users from changing the screen saver.\n\nIf you disable this policy, or do not configure it, users can select any screen saver.\n\nTo use this policy, type the name of the file that contains the screen saver, including the .scr file name extension. If the screen saver file is not in the %Systemroot%\System32 directory, enter the fully qualified path to the file.\n\nIf the specified screen saver is not installed on a computer to which this policy applies, the policy is ignored.\n\nNote: This policy can be superceded by disabling the "Activate screen saver" policy. If "Activate screen saver" is disabled, this policy is ignored and screen savers do not run."
  4522. ScreenSaverFilename="Screen saver executable name"
  4523. ScreenSaverIsSecure_Help="Determines whether screen savers used on the computer are password protected.\n\nIf you enable this policy, all screen savers are password protected. If you disable this policy, password protection cannot be set on any screen saver.\n\nThis policy also disables the "Password protected" check box on the Screen Saver tab in Display in Control Panel, preventing users from changing the password protection setting.\n\nIf you do not configure this policy, users can choose whether or not to set password protection on each screen saver.\n\nThis policy is used only when a screen saver is specified for the computer. To specify a screen saver on a computer, in Control Panel, double-click Display, and then click the Screen Saver tab. To specify a screen saver in a policy, use the "Screen saver executable name" policy.\n\nNote: To remove the Screen Saver tab, use the "Hide Screen Saver tab" policy."
  4524. ScreenSaverIsSecure="Password protect the screen saver"
  4525. ScreenSaverTimeOut="Screen Saver timeout"
  4526. ScreenSaverTimeOut_Tip1="Number of seconds to wait to enable the Screen Saver"
  4527. ScreenSaverTimeOutFreqSpin="Seconds:"
  4528. ScreenSaverTimeOut_Help="Specifies how much user idle time must elapse before the screen saver is launched.\n\nWhen configured, this idle time can be set from a minimum of 1 second to a maximum of 86400 seconds, or 24 hours. If set to zero, the screen saver will not be launched.\n\nThis policy has no effect under any of the following circumstances:\n\n    - The policy is disabled or not configured.\n    - The wait time is set to zero.\n    - The "Activate screen saver" policy is disabled.\n    - Neither the "Screen saver executable name" policy\n        nor the Screen Saver tab of the client computer's\n        Display Properties dialog box  specifies a valid,\n        existing screensaver program on the client.\n\nWhen not configured, whatever wait time is set on the client through the Screen Saver tab of the Display Properties dialog box is used. The default is 15 minutes."
  4529. Script_Tip1="Wait for the logon scripts to complete before starting"
  4530. Script_Tip2="the users's shell. If this value is also set in the"
  4531. Script_Tip3="Computer section, that value takes precedence."
  4532. Script_Tip4="User section, this value takes precedence."
  4533. SearchOrder_Help="Specifies the order in which Windows Installer searches for installation files.\n\nBy default, the Windows Installer searches the network first, then removable media (floppy drive, CD-ROM, or DVD), and finally, the Internet (URL).\n\nTo change the search order, enable the policy, and then type the letters representing each file source in the order that you want Windows Installer to search.:\n\n--   "n" represents the network;\n\n--   "m" represents media;\n\n--   "u" represents URL, or the Internet.\n\nTo exclude a file source, omit or delete the letter representing that source type."
  4534. SearchOrder="Search order"
  4535. SearchOrderT1="Order in which to search the three types of sources."
  4536. SearchOrderT2="n = network, m = media (CD), u = URL"
  4537. SearchOrderT3="Leave letter(s) out to remove that type of source from the search."
  4538. SearchOrderT4="A few valid examples: nmu, n, nu, mn"
  4539. ServerAppsServices="Server Applications and Services"
  4540. ServerName="Server name:"
  4541. ShellName="Custom user interface"
  4542. ShellName_Help="Specifies an alternate user interface for Windows 2000.\n\nThe Explorer program (Explorer.exe) creates the familiar Windows interface, but you can use this policy to specify an alternate interface. If you enable this policy, the system start the interface you specify instead of Explorer.exe.\n\nTo use this policy, copy your interface program to a network share or to your system drive. Then, enable this policy, and type the name of the interface program, including the file name extension, in the Shell name text box. If the interface program file is not located in a folder specified in the Path environment variable for your system, enter the fully qualified path to the file.\n\nIf you disable this policy or do not configure it, the policy is ignored and the system displays the Explorer interface.\n\nTip: To find the folders indicated by the Path environment variable, click System Properties in Control Panel, click the Advanced tab, click the Environment Variables button, and then, in the System variables box, click Path."
  4543. ShellNameInst="Interface file name (for example, Explorer.exe)"
  4544. SizeMessage="Custom Message"
  4545. SlowLinkDefault_Help="Directs the system to wait for the remote copy of the roaming user profile to load, even when loading is slow. Also, the system waits for the remote copy when the user is notified about a slow connection, but does not respond in the time allowed.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nIf you disable this policy or do not configure it, then when a remote profile is slow to load, the system loads the local copy of the roaming user profile. The local copy is also used when the user is consulted (as set in the "Prompt user when slow link is detected" policy), but does not respond in the time allowed (as set in the "Timeout for dialog boxes" policy).\n\nWaiting for the remote profile is appropriate when users move between computers frequently and the local copy of their profile is not always current. Using the local copy is desirable when quick logging on is a priority.\n\nImportant: If the "Do \
  4546. not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  4547. SlowLinkDefault="Wait for remote user profile"
  4548. SlowLinkTimeOut_Help="Defines a slow connection for roaming user profiles.\n\nIf the server on which the user's roaming user profile resides takes longer to respond than the thresholds set by this policy allow, then the system considers the connection to the profile to be slow.\n\nThis policy and related policies in this folder together define the system's response when roaming user profiles are slow to load.\n\nThis policy establishes thresholds for two tests. For computers connected to IP networks, the system measures the rate at which the remote server returns data in response to an IP ping message. To set a threshold for this test, in the Connection speed box, type a decimal number between 0 and 4,294,967,200, representing the minimum acceptable transfer rate in kilobits per second. By default, if the server returns fewer than 500 kilobits of data per second, it is considered to be slow.\n\nFor non-IP computers, the system measures the responsiveness of the remote server's file system. To set a threshold for this test, in the Time box, type a decimal number between 0 and 20,000, representing the maximum acceptable delay, in milliseconds. By default, if the server's file system does not respond within 120 milliseconds, it is considered to be slow.\n\nConsider increasing this value for clients using DHCP Service-assigned addresses or for computers accessing profiles across dial-up connections.\n\nImportant: If the "Do not detect slow network connections" policy is enabled, this policy is ignored. Also, if the "Delete cached copies of roaming profiles" policy is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  4549. SlowLinkTimeOut="Slow network connection timeout for user profiles"
  4550. SlowLinkWaitInterval="Time (milliseconds)"
  4551. StartMenu="Start Menu & Taskbar"
  4552. StartMenuLogoff_Help="Removes the "Log Off <username>" item from the Start menu and prevents users from restoring it.\n\nIf you enable this policy, the Log Off <username> item does not appear in the Start menu. This policy also removes the Display Logoff item from Start Menu Options. As a result, users cannot restore the Log Off <username> item to the Start Menu.\n\nIf you disable this policy or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis policy affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del, and it does not prevent users from using other methods to log off.\n\nTip: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar & Start Menu, click the Start Menu Options tab and, in the Start Menu Settings box, click Display Logoff.\n\nSee also: "Disable Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  4553. StartMenuLogoff="Disable Logoff on the Start Menu"
  4554. StdCheckT="Check to force setting on; uncheck to force setting off."
  4555. SystemControl="System"
  4556. sz_ActiveDesktop_Title="Active Desktop"
  4557. sz_AdminComponents_Title="Add/Delete items"
  4558. sz_ATC_AdminAddItem="Enter URL(s) of desktop item(s) to Add (space separated): "
  4559. sz_ATC_AdminDeleteItem="Enter URL(s) of desktop item(s) to Delete (space separated): "
  4560. sz_ATC_DisableAdd="Prohibit adding items"
  4561. sz_ATC_DisableClose="Prohibit closing items"
  4562. sz_ATC_DisableDel="Prohibit deleting items"
  4563. sz_ATC_DisableEdit="Prohibit editing items"
  4564. sz_ATC_NoComponents="Disable all items"
  4565. sz_DB_DragDropClose="Disable adding, dragging, dropping and closing the Taskbar's toolbars"
  4566. sz_DB_Moving="Disable adjusting desktop toolbars"
  4567. sz_DeskBands_Title="Desktop Toolbars Settings"
  4568. sz_Desktop_Title="Desktop Settings"
  4569. sz_DWP_DisableChanges="Disable changing wallpaper"
  4570. sz_DWP_NoHTMLPaper="Allow only bitmapped wallpaper"
  4571. sz_WallPaper_Title="Desktop WallPaper Settings"
  4572. TaskCreation="Disable New Task Creation"
  4573. TaskCreationHelp="Prevents users from creating new tasks.\n\nThis policy removes the Add Scheduled Task item that starts the New Task wizard. Also, the system does not respond when users try to move, paste, or drag programs or documents into the Scheduled Tasks folder.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nImportant: This policy does not prevent administrators of a computer from using At.exe to create new tasks or prevent administrators from submitting tasks from remote computers."
  4574. TaskDeletion="Disable Task Deletion"
  4575. TaskDeletionHelp="Prevents users from deleting tasks from the Scheduled Tasks folder.\n\nThis policy removes the Delete item from the Edit menu in the Scheduled Tasks folder and from the menu that appears when you right-click a task. Also, the system does not respond when users try to cut or drag a task from the Scheduled Tasks folder.\n\nNote: This policy appears in the Computer Configuration and User Configuration folders. if both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nImportant: This policy does not prevent administrators of a computer from using At.exe to delete tasks."
  4576. TaskScheduler="Task Scheduler"
  4577. TerminalServer="Terminal Server"
  4578. Thread_Priority_Above_Normal="Scheduler priority above normal"
  4579. Thread_Priority_Below_Normal="Scheduler priority below normal"
  4580. Thread_Priority_Normal="Scheduler priority normal"
  4581. ThreadAboveNormal="Above Normal"
  4582. ThreadBelowNormal="Below Normal"
  4583. ThreadHighest="Highest"
  4584. ThreadLowest="Lowest"
  4585. ThreadNormal="Normal"
  4586. TransferRateOp="Connection speed (Kbps):"
  4587. TransferRateTip1="This policy allows you to define what a slow connection is."
  4588. TransferRateTip2="Connections below this speed are considered slow and"
  4589. TransferRateTip3="connections above this speed are considered fast."
  4590. TransferRateTip4="Enter 0 to disable slow link detection."
  4591. TransferRateTip5="For more details, see the Explain tab."
  4592. TransferRateTip6="If the profile server has IP connectivity, the connection"
  4593. TransferRateTip7="speed policy will be used. If the profile server does not"
  4594. TransferRateTip8="have IP connectivity, the SMB timing will be used."
  4595. TransferRateTip9="or"
  4596. TransformsSecure="Cache transforms in secure location on workstation"
  4597. TransformsSecure_Help="Saves copies of transform files in a secure location on the local computer.\n\nTransform files consist of instructions to modify or customize a program during installation. By default, Windows Installer stores transform files in the Application Data directory in the user's profile. When a user reinstalls, removes, or repairs an installation, the transform file is available, even if the user is on a different computer or isn’t connected to the network.\n\nIf you enable this policy, the transform file is saved in a secure location on the user's computer instead of in the user profile. Because Windows Installer requires the transform file in order to repeat an installation in which the transform file was used, the user must be using the same computer or be connected to the original or identical media to reinstall, remove, or repair the installation.\n\nThis policy is designed for enterprises that must take special precautions to prevent unauthorized or malicious editing of transform files."
  4598. UILang1="English"
  4599. UILang2="Japanese"
  4600. UILang3="Korean"
  4601. UILang4="German"
  4602. UILang5="Simplified Chinese"
  4603. UILang6="Traditional Chinese"
  4604. UILang7="French"
  4605. UILang8="Spanish"
  4606. UILang9="Italian"
  4607. UILang10="Swedish"
  4608. UILang11="Dutch"
  4609. UILang12="Brazilian"
  4610. UILang13="Finnish"
  4611. UILang14="Norwegian"
  4612. UILang15="Danish"
  4613. UILang16="Hungarian"
  4614. UILang17="Polish"
  4615. UILang18="Russian"
  4616. UILang19="Czech"
  4617. UILang20="Greek"
  4618. UILang21="Portuguese"
  4619. UILang22="Turkish"
  4620. UILang23="Arabic"
  4621. UILang24="Hebrew"
  4622. UILangSelect="Restrict users to the following language:"
  4623. UserANDMachineT="This policy must be set for the machine and the user to be enforced."
  4624. UserORMachineT="This policy may be set for the machine or for the user."
  4625. UserPolicyMode_Help="Applies alternate user policies when a user logs on to a computer affected by this policy.\n\nThis policy directs the system to apply the set of Group Policy objects for the computer to any user who logs on to a computer affected by this policy. It is intended for special-use computers, such as those in public places, laboratories, and classrooms, where you must modify the user policy based on the computer that is being used.\n\nBy default, the user's Group Policy objects determine which user policies apply. If this policy is enabled, then, when a user logs on to this computer, the computer's Group Policy objects determine which set of Group Policy objects applies.\n\nTo use this policy, select one of the following policy modes from the Mode box:\n\n--   "Replace" indicates that the user policies defined in the computer's Group Policy objects replace the user policies normally applied to the user.\n\n--   "Merge" indicates that the user policies defined in the computer's Group Policy \
  4626. objects and the user policies normally applied to the user are combined. If the policy settings conflict, the user policies in the computer's Group Policy objects take precedence over the user's normal policies.\n\nIf you disable this policy or do not configure it, the user's Group Policy objects determines which user policies apply.\n\nNote: This policy is effective only when both the computer account and the user account are in Windows 2000 domains."
  4627. UserPolicyMode_Merge="Merge"
  4628. UserPolicyMode_Replace="Replace"
  4629. UserPolicyMode="User Group Policy loopback processing mode"
  4630. UserPolicyModeOp="Mode:"
  4631. UserProfiles="Profiles"
  4632. VerboseStatus_Help="Directs the system to display highly detailed status messages.\n\nIf you enable this policy, the system displays status message that reflect each step in the process of starting, shutting down, logging on or logging off the system.\n\nThis policy is designed for sophisticated users that require this information.\n\nNote: This policy is ignored if the "Disable Boot / Shutdown / Logon / Logoff status messages" policy is enabled."
  4633. VerboseStatus="Verbose vs normal status messages"
  4634. VerifyPublishedState_Help="Directs the system to periodically verify that the printers published by this computer still appear in Active Directory. Also, this policy specifies how often the system repeats the verification.\n\nBy default, the system verifies published printers when it starts. This policy provides for periodic verification while the computer is operating.\n\nTo enable this additional verification, enable this policy, and then select a verification interval.\n\nTo disable verification, disable or do not configure this policy, or set the verification interval to "Never."
  4635. VerifyPublishedState_Tip1="Verify that all published printers are in the Active Directory."
  4636. VerifyPublishedState="Check published state"
  4637. VerifyPublishedState12Hours="12 Hours"
  4638. VerifyPublishedState1Day="1 Day"
  4639. VerifyPublishedState1Hour="1 Hour"
  4640. VerifyPublishedState30Minutes="30 Minutes"
  4641. VerifyPublishedState4Hours="4 Hours"
  4642. VerifyPublishedState8Hours="8 Hours"
  4643. VerifyPublishedStateNever="Never"
  4644. VerifyPublishedStateTitle="Published State Check Interval"
  4645. WAB="Windows Address Book"
  4646. Wallpaper="Active Desktop Wallpaper"
  4647. Wallpaper_Help="Specifies the desktop background ("wallpaper") displayed on all users' desktops.\n\nThis policy lets you specify the wallpaper on users' desktops and prevents users from changing the image or its presentation. The wallpaper you specify can be stored in a bitmap (*.bmp), JPEG (*.jpg), or HTML (*.htm, *.html) file.\n\nTo use this policy, type the fully-qualified path and name of the file that stores the wallpaper image. You can type a local path, such as C:\Winnt\Logo.bmp or a UNC path, such as \\Server\Share\Logo.bmp.\n\nIf the specified file is not available when the user logs on, no wallpaper is displayed. Users cannot specify alternate wallpaper.\n\nYou can also use this policy to specify that the wallpaper image be centered, tiled, or stretched. Users cannot change this specification.\n\nIf you disable this policy or do not configure it, no wallpaper is displayed. However, users can select the wallpaper of their choice.\n\nNote: This policy requires that Active Desktop be enabled. By default, Active Desktop is disabled. To use a policy to enable Active Desktop, use the "Enable Active Desktop" policy.\n\nAlso, see the "Allow only bitmapped wallpaper" and the "Disable changing wallpaper" policies."
  4648. WallpaperName="Wallpaper Name:"
  4649. WallpaperStyle="Wallpaper Style:"
  4650. WallpaperStyle_Center="Center"
  4651. WallpaperStyle_Tile="Tile"
  4652. WallpaperStyle_Stretch="Stretch"
  4653. Wallpaper_Tip1="Specifiy location and name"
  4654. Wallpaper_Tip2="Example: Using a local path:    C:\Winnt\Logo.bmp"
  4655. Wallpaper_Tip3="Example: Using a UNC path:     \\Server\Share\Logo.bmp"
  4656. Wallpaper_Tip4=" "
  4657. WarnUser="Notify user when profile storage space is exceeded."
  4658. WarnUserTimeout="Remind user every X minutes:"
  4659. WFP="Windows File Protection"
  4660. WFPDllCacheDir_Help="Specifies an alternate location for the Windows File Protection cache.\n\nTo use the policy, enable the policy, and enter the fully qualified local path to the new location in the "Cache file path" box.\n\nIf you disable this policy or do not configure it, the Windows File Protection cache is located in the %Systemroot%\System32\Dllcache directory.\n\nNote: Do not put the cache on a network shared directory."
  4661. WFPDllCacheDir="Specify Windows File Protection cache location"
  4662. WFPDllCacheDirBox="Cache file path:"
  4663. WFPQuota_Help="Specifies the maximum amount of disk space that can be used for the Windows File Protection file cache.\n\nWindows File Protection adds protected files to the cache until the cache content reaches the quota. If the quota is greater than 50 MB, WFP adds other important Windows 2000 files to the cache until the cache size reaches the quota.\n\nTo use this policy, enable the policy, and enter the maximum amount of disk space to be used (in MB). To indicate that the cache size is unlimited, select "4294967295" as the maximum amount of disk space.\n\nIf you disable this policy or do not configure it, the default value is set to 50 MB on Windows 2000 Professional and is unlimited (4294967295 MB) on Windows 2000 Server."
  4664. WFPQuota="Limit Windows File Protection cache size"
  4665. WFPQuota_Tip1="To indicate that the cache size is not limited, select the"
  4666. WFPQuota_Tip2=" maximum value, 4294967295."
  4667. WFPQuota_Size="Cache size (in MB)"
  4668. WFPScan_Help="Determines when Windows File Protection scans protected files. This policy directs Windows File Protection to enumerate and scan all system files for changes.\n\nYou can use this policy to direct Windows File Protection to scan files more often. By default, files are scanned only during setup.\n\nTo use this policy, enable the policy and select a rate from the "Scanning Frequency" box.\n\n--  "Do not scan during startup," the default, scans files only during setup.\n\n--  "Scan during startup" also scans files each time you start Windows 2000. This setting delays each startup.\n\n--  "Scan once" scans files the next time you start the system.\n\nNote: This policy affects file scanning only. It does not affect the standard background file change detection that Windows File Protection provides."
  4669. WFPScan="Set Windows File Protection scanning"
  4670. WFPScan_NotAtBoot="Do not scan during startup"
  4671. WFPScan_AtBoot="Scan during startup"
  4672. WFPScan_Once="Scan once"
  4673. WFPScanList="Scanning frequency:"
  4674. WFPShowProgress_Help="Hides the file scan progress window.\n\nThis window provides status information to sophisticated users, but might confuse novices.\n\nIf you enable this policy, the file scan window does not appear during file scanning.\n\nIf you disable this policy or do not configure it, the file scan progress window appears."
  4675. WFPShowProgress="Hide the file scan progress window"
  4676. Windows_NT_Diagnostic_Logging="Diagnostic Logging"
  4677. WindowsComponents="Windows Components"
  4678. WindowsExplorer="Windows Explorer"
  4679. Y2K_Help="Determines how programs interpret two-digit years.\n\nThis policy specifies the largest two-digit year interpreted as being preceded by 20. All numbers less than or equal to the specified value are interpreted as being preceded by 20. All numbers greater than the specified value are interpreted as being preceded by 19.\n\nFor example, the default value, 2029, specifies that all two-digit years less than or equal to 29 (00 to 29) are interpreted as being preceded by 20, that is 2000 to 2029. Conversely, all two-digit years greater than 29 (30 to 99) are interpreted as being preceded by 19, that is, 1930 to 1999.\n\nThis policy only affects the programs that use this Windows feature to interpret two-digit years. If a program does not interpret two-digit years correctly, consult the documentation or manufacturer of the program."
  4680. Y2K="Century interpretation for Year 2000" 
  4681. Y2KSysCtrl="Specify the maximum year for which two-digit years are interpreted as being 21st century:"
  4682. Y2KYear="Year "
  4683. ;End of Strings
  4684.