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