home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / servis / SPNT / sp6x86.exe / winnt.adm < prev    next >
Encoding:
Windows Policy Administrative Template  |  1999-12-15  |  23.9 KB  |  578 lines

  1. CLASS MACHINE
  2.  
  3. CATEGORY  !!Network
  4.         CATEGORY !!Sharing
  5.                 KEYNAME System\CurrentControlSet\Services\LanManServer\Parameters
  6.  
  7.                 POLICY !!WorkstationShareAutoCreate
  8.                         VALUENAME "AutoShareWks"
  9.                         VALUEON NUMERIC 1
  10.             VALUEOFF NUMERIC 0
  11.                         PART !!ShareWks_Tip1            TEXT    END PART
  12.                         PART !!ShareWks_Tip2            TEXT    END PART
  13.                 END POLICY
  14.  
  15.                 POLICY !!ServerShareAutoCreate
  16.                         VALUENAME "AutoShareServer"
  17.                         VALUEON NUMERIC 1
  18.             VALUEOFF NUMERIC 0
  19.                         PART !!ShareServer_Tip1         TEXT    END PART
  20.                         PART !!ShareServer_Tip2         TEXT    END PART
  21.                 END POLICY
  22.  
  23.         END CATEGORY    ; Sharing
  24.  
  25. END CATEGORY    ; Network
  26.  
  27. CATEGORY  !!Printers
  28. KEYNAME System\CurrentControlSet\Control\Print
  29.         POLICY !!PrintManager_Browser_Restrict
  30.         VALUENAME  DisableServerThread
  31.         PART !!Disable_Server_Tip1                TEXT     
  32.         END PART
  33.         PART !!Disable_Server_Tip2                TEXT     
  34.         END PART
  35.         END POLICY
  36.  
  37.         POLICY !!Scheduler_Thread_Priority
  38.         PART !!Scheduler_Priority                      DROPDOWNLIST
  39.         VALUENAME SchedulerThreadPriority
  40.             ITEMLIST
  41.                 NAME "Above Normal"  VALUE NUMERIC  1
  42.                 NAME "Normal"        VALUE NUMERIC  0
  43.                 NAME "Below Normal"  VALUE NUMERIC  -1
  44.             END ITEMLIST
  45.         END PART
  46.         END POLICY
  47.  
  48.         POLICY !!Beep_Enabled
  49.         VALUENAME BeepEnabled
  50.                 VALUEON NUMERIC 1
  51.                 VALUEOFF NUMERIC 0
  52.         PART !!Beep_Tip1                    TEXT    END PART
  53.         PART !!Beep_Tip2                    TEXT    END PART
  54.         END POLICY            
  55. END CATEGORY
  56.  
  57. CATEGORY  !!RemoteAccess
  58. KEYNAME System\CurrentControlSet\Services\RemoteAccess\Parameters
  59.         POLICY !!MaximumRetries    
  60.             PART !!RAS_Length                 NUMERIC REQUIRED
  61.             MIN 1 MAX 10 DEFAULT 2
  62.             VALUENAME AuthenticateRetries
  63.             END PART
  64.         END POLICY
  65.         POLICY !!MaximumTime
  66.             PART !!RAS_Time                    NUMERIC REQUIRED
  67.             MIN 20  MAX 600 DEFAULT 120
  68.             VALUENAME AuthenticateTime
  69.             END PART
  70.         END POLICY
  71.         POLICY !!CallBackTime
  72.             PART !!INT_Time                    NUMERIC REQUIRED
  73.             MIN 2 MAX 12 DEFAULT 2
  74.             VALUENAME CallbackTime
  75.             END PART
  76.         END POLICY
  77.         POLICY !!Auto_Disconnect
  78.             PART !!Autodisconnect_Time            NUMERIC REQUIRED
  79.             MIN 0  DEFAULT 20
  80.             VALUENAME AutoDisconnect
  81.             END PART 
  82.         END POLICY
  83. END CATEGORY
  84.  
  85. CATEGORY !!Shell
  86.  
  87.         CATEGORY !!CustomSharedFolders
  88.                 KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
  89.  
  90.                 POLICY !!CustomFolders_SharedPrograms
  91.                         PART !!CustomFolders_SharedProgramsPath         EDITTEXT REQUIRED  EXPANDABLETEXT
  92.                         DEFAULT !!CustomFolders_SharedProgramsDefault
  93.                         VALUENAME "Common Programs"
  94.                         END PART
  95.                 END POLICY
  96.  
  97.                 POLICY !!CustomFolders_SharedDesktop
  98.                         PART !!CustomFolders_SharedDesktopPath          EDITTEXT REQUIRED  EXPANDABLETEXT
  99.                         DEFAULT !!CustomFolders_SharedDesktopDefault
  100.                         VALUENAME "Common Desktop"
  101.                         END PART
  102.                 END POLICY
  103.  
  104.                 POLICY !!CustomFolders_SharedStartMenu
  105.                         PART !!CustomFolders_SharedStartMenuPath        EDITTEXT REQUIRED  EXPANDABLETEXT
  106.                         DEFAULT !!CustomFolders_SharedStartMenuDefault
  107.                         VALUENAME "Common Start Menu"
  108.                         END PART
  109.                 END POLICY
  110.  
  111.                 POLICY !!CustomFolders_SharedStartup
  112.                         PART !!CustomFolders_SharedStartupPath          EDITTEXT REQUIRED  EXPANDABLETEXT
  113.                         DEFAULT !!CustomFolders_SharedStartupDefault
  114.                         VALUENAME "Common Startup"
  115.                         END PART
  116.                 END POLICY
  117.  
  118.         END CATEGORY
  119. END CATEGORY    ; Shell
  120.  
  121.  
  122. CATEGORY  !!System
  123.         CATEGORY !!Login_Policies
  124.                 POLICY !!LogonBanner
  125.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  126.                         PART !!LogonBanner_Caption                      EDITTEXT
  127.                         VALUENAME "LegalNoticeCaption"
  128.                         MAXLEN 255
  129.                         DEFAULT !!LogonBanner_DefCaption
  130.                         END PART
  131.  
  132.                         PART !!LogonBanner_Text                 EDITTEXT
  133.                         VALUENAME "LegalNoticeText"
  134.                         MAXLEN 1024
  135.                         DEFAULT !!LogonBanner_DefText
  136.                         END PART
  137.                 END POLICY
  138.  
  139.                 POLICY !!Shutdown_Restrict
  140.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  141.                         VALUENAME  ShutdownWithoutLogon
  142.                         VALUEON "1"  VALUEOFF "0"
  143.                         PART !!Shutd_Tip1                               TEXT    END PART
  144.                         PART !!Shutd_Tip2                               TEXT    END PART
  145.                         PART !!Shutd_Tip3                               TEXT    END PART
  146.                 END POLICY
  147.  
  148.                 POLICY !!LastUserName_Restrict
  149.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  150.                         VALUENAME DontDisplayLastUserName
  151.                         VALUEON "1"  VALUEOFF "0"
  152.                         PART !!Dont_Display_Tip1                                TEXT    END PART
  153.                         PART !!Dont_Display_Tip2                                TEXT    END PART
  154.                         PART !!Dont_Display_Tip3                                TEXT    END PART
  155.                 END POLICY
  156.  
  157.                 POLICY !!Run_Logon_Script_Sync
  158.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  159.                         VALUENAME RunLogonScriptSync
  160.                         PART !!Script_Tip1                     TEXT    END PART
  161.                         PART !!Script_Tip2                     TEXT    END PART
  162.                         PART !!Script_Tip4                     TEXT    END PART
  163.                 END POLICY
  164.  
  165.         END CATEGORY    ; Login Policies
  166.  
  167.         CATEGORY !!FileSystem
  168.                 KEYNAME System\CurrentControlSet\Control\FileSystem
  169.  
  170.                 POLICY !!Disable8dot3Names
  171.                 VALUENAME "NtfsDisable8dot3NameCreation"
  172.                 END POLICY
  173.  
  174.  
  175.                 POLICY !!AllowExtCharsIn8dot3
  176.                         VALUENAME "NtfsAllowExtendedCharacterIn8dot3Name"
  177.                         PART !!ExtChars_Tip1                            TEXT    END PART
  178.                         PART !!ExtChars_Tip2                            TEXT    END PART
  179.                 END POLICY
  180.  
  181.                 POLICY !!DisableLastUpdate
  182.                         VALUENAME "NtfsDisableLastAccessUpdate"
  183.                         PART !!LastAccess_Tip1                            TEXT    END PART
  184.                         PART !!LastAccess_Tip2                            TEXT    END PART
  185.                 END POLICY
  186.  
  187.         END CATEGORY    ;  File system
  188.  
  189. END CATEGORY    ; System
  190.  
  191. CATEGORY  !!UserProfiles
  192. KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\winlogon"
  193.  
  194.                 POLICY !!DeleteRoamingCachedProfiles
  195.                 VALUENAME "DeleteRoamingCache"
  196.                 PART !!DeleteCache_Tip1                          TEXT  END PART
  197.                 PART !!DeleteCache_Tip2                          TEXT  END PART
  198.                 END POLICY
  199.  
  200.                 POLICY !!EnableSlowLinkDetect
  201.                 VALUENAME "SlowLinkDetectEnabled"
  202.                 END POLICY
  203.  
  204.                 POLICY !!SlowLinkTimeOut
  205.                         PART !!SlowLinkWaitInterval                     NUMERIC REQUIRED
  206.                         MIN 1 MAX 20000 DEFAULT 2000
  207.                         VALUENAME SlowLinkTimeOut
  208.                         END PART
  209.                 END POLICY
  210.  
  211.                 POLICY !!SlowLinkDefault
  212.                         PART !!DefaultOperation          DROPDOWNLIST REQUIRED
  213.                         VALUENAME "SlowLinkProfileDefault"
  214.                         ITEMLIST
  215.                                 NAME !!PD_DOWNLOAD             VALUE NUMERIC 1
  216.                                 NAME !!PD_USELOCAL             VALUE NUMERIC 0
  217.                         END ITEMLIST
  218.                         END PART
  219.                 END POLICY
  220.  
  221.                 POLICY !!ChooseProfileDefault
  222.                         PART !!DefaultOperation          DROPDOWNLIST REQUIRED
  223.                         VALUENAME "ChooseProfileDefault"
  224.                         ITEMLIST
  225.                                 NAME !!PD_DOWNLOAD             VALUE NUMERIC 1
  226.                                 NAME !!PD_USELOCAL             VALUE NUMERIC 0
  227.                         END ITEMLIST
  228.                         END PART
  229.                 END POLICY
  230.  
  231.                 POLICY !!ProfileDlgTimeOut
  232.                         PART !!ProfileDlgWaitInterval                   NUMERIC REQUIRED
  233.                         MIN 0 MAX 600 DEFAULT 30
  234.                         VALUENAME ProfileDlgTimeOut
  235.                         END PART
  236.                 END POLICY
  237.  
  238. END CATEGORY
  239.  
  240.  
  241. CLASS USER
  242.  
  243. CATEGORY !!Shell
  244.  
  245.         CATEGORY !!CustomShell
  246.                 KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  247.  
  248.                 POLICY !!ShellName
  249.                         PART !!ShellNameInst         EDITTEXT REQUIRED
  250.                         VALUENAME "Shell"
  251.                         END PART
  252.                 END POLICY
  253.  
  254.  
  255.         END CATEGORY
  256.  
  257.  
  258.         CATEGORY !!CustomFolders
  259.                 KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
  260.  
  261.                 POLICY !!CustomFolders_Programs
  262.                         PART !!CustomFolders_ProgramsPath               EDITTEXT REQUIRED EXPANDABLETEXT
  263.                         DEFAULT !!CustomFolders_ProgramsDefault
  264.                         VALUENAME "Programs"
  265.                         END PART
  266.                 END POLICY
  267.  
  268.                 POLICY !!CustomFolders_Desktop
  269.                         PART !!CustomFolders_DesktopPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  270.                         DEFAULT !!CustomFolders_DesktopDefault
  271.                         VALUENAME "Desktop"
  272.                         END PART
  273.                 END POLICY
  274.  
  275.                 POLICY !!HideStartMenuSubfolders
  276.                         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  277.                         VALUENAME NoStartMenuSubFolders
  278.                         PART !!HideStartMenuSubfolders_Tip1             TEXT  END PART
  279.                         PART !!HideStartMenuSubfolders_Tip2             TEXT  END PART
  280.                 END POLICY
  281.  
  282.                 POLICY !!CustomFolders_Startup
  283.                         PART !!CustomFolders_StartupPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  284.                         DEFAULT !!CustomFolders_StartupDefault
  285.                         VALUENAME "Startup"
  286.                         END PART
  287.                 END POLICY
  288.  
  289.                 POLICY !!CustomFolders_NetHood
  290.                         PART !!CustomFolders_NetHoodPath                EDITTEXT REQUIRED  EXPANDABLETEXT
  291.                         DEFAULT !!CustomFolders_NetHoodDefault
  292.                         VALUENAME "NetHood"
  293.                         END PART
  294.                 END POLICY
  295.  
  296.                 POLICY !!CustomFolders_StartMenu
  297.                         PART !!CustomFolders_StartMenuPath              EDITTEXT REQUIRED  EXPANDABLETEXT
  298.                         DEFAULT !!CustomFolders_StartMenuDefault
  299.                         VALUENAME "Start Menu"
  300.                         END PART
  301.                 END POLICY
  302.  
  303.         END CATEGORY
  304.  
  305.         CATEGORY !!Restrictions
  306.                 KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  307.                         POLICY !!ApprovedShellExt
  308.                         VALUENAME "EnforceShellExtensionSecurity"
  309.                         END POLICY
  310.  
  311.                         POLICY !!NoOptions
  312.                         VALUENAME "NoOptions"
  313.                         END POLICY
  314.  
  315.                         POLICY !!NoGoTo
  316.                         VALUENAME "NoGoTo"
  317.                         END POLICY
  318.  
  319.                         POLICY !!NoFileMenu
  320.                         VALUENAME "NoFileMenu"
  321.                         END POLICY
  322.  
  323.                         POLICY !!NoCommonGroups
  324.                         VALUENAME "NoCommonGroups"
  325.                         END POLICY
  326.  
  327.                         POLICY !!NoTrayContextMenu
  328.                         VALUENAME "NoTrayContextMenu"
  329.                         END POLICY
  330.  
  331.                         POLICY !!NoViewContextMenu
  332.                         VALUENAME "NoViewContextMenu"
  333.                         END POLICY
  334.  
  335.                         POLICY !!NoNetConnectDisconnect
  336.                         VALUENAME "NoNetConnectDisconnect"
  337.                         END POLICY
  338.  
  339.                         POLICY !!DisableLinkTracking
  340.                         VALUENAME "LinkResolveIgnoreLinkInfo"
  341.                         END POLICY
  342.         END CATEGORY
  343.  
  344. END CATEGORY    ; Shell
  345.  
  346. CATEGORY  !!System
  347.     POLICY !!Parse_Autoexec
  348.     KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  349.         VALUENAME ParseAutoexec
  350.         VALUEON "1"  VALUEOFF "0"
  351.         PART !!Parse_Tip1                    TEXT    END PART
  352.         PART !!Parse_Tip2                    TEXT    END PART        
  353.     END POLICY
  354.  
  355.         POLICY !!Run_Logon_Script_Sync
  356.         KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
  357.                 VALUENAME RunLogonScriptSync
  358.                 PART !!Script_Tip1                                       TEXT    END PART
  359.                 PART !!Script_Tip2                                       TEXT    END PART
  360.                 PART !!Script_Tip3                                       TEXT    END PART
  361.         END POLICY
  362.  
  363.         POLICY !!DisableLogoff
  364.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  365.         VALUENAME "NoLogoff"
  366.         END POLICY
  367.  
  368.         POLICY !!DisableTaskMgr
  369.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\System
  370.         VALUENAME "DisableTaskMgr"
  371.         END POLICY
  372.  
  373.         POLICY !!DisableLockWorkstation
  374.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\System
  375.         VALUENAME "DisableLockWorkstation"
  376.         END POLICY
  377.  
  378.         POLICY !!DisableChangePassword
  379.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\System
  380.         VALUENAME "DisableChangePassword"
  381.         END POLICY
  382.  
  383.         POLICY !!ShowWelcome
  384.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Tips"
  385.         VALUENAME "Show"
  386.         VALUEON  NUMERIC 1
  387.         VALUEOFF NUMERIC 0
  388.         END POLICY
  389.  
  390. END CATEGORY
  391.  
  392. CATEGORY  !!UserProfiles
  393.         POLICY !!LimitSize
  394.                 KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  395.                 VALUENAME EnableProfileQuota
  396.  
  397.                 PART !!SizeMessage                   EDITTEXT
  398.                 DEFAULT !!DefaultSizeMessage
  399.                 VALUENAME "ProfileQuotaMessage"
  400.                 END PART
  401.  
  402.                 PART !!ProfileSize                   NUMERIC REQUIRED SPIN 100
  403.                 DEFAULT 30000
  404.                 MAX    30000
  405.                 MIN    300
  406.                 VALUENAME "MaxProfileSize"
  407.                 END PART
  408.  
  409.                 PART !!IncludeRegInProQuota          CHECKBOX
  410.                 VALUENAME "IncludeRegInProQuota"
  411.                 END PART
  412.  
  413.                 PART !!WarnUser                      CHECKBOX
  414.                 VALUENAME "WarnUser"
  415.                 END PART
  416.  
  417.                 PART !!WarnUserTimeout               NUMERIC REQUIRED SPIN 5
  418.                 DEFAULT 15
  419.                 MIN    0
  420.                 VALUENAME "WarnUserTimeout"
  421.                 END PART
  422.  
  423.         END POLICY
  424.  
  425.         POLICY !!ExcludeDirectories
  426.                 KEYNAME "Software\Policies\Microsoft\Windows\System"
  427.  
  428.                 PART !!ExcludeMessage                EDITTEXT
  429.                 DEFAULT !!DefaultExcludeMessage
  430.                 VALUENAME "ExcludeProfileDirs"
  431.                 END PART
  432.  
  433.                 PART !!Exclude_Tip1                  TEXT  END PART
  434.                 PART !!Exclude_Tip2                  TEXT  END PART
  435.  
  436.         END POLICY
  437.  
  438. END CATEGORY
  439.  
  440. [strings]
  441. Network="Windows NT Network"
  442. Sharing="Sharing"
  443. WorkstationShareAutoCreate="Create hidden drive shares (workstation)"
  444. ServerShareAutoCreate="Create hidden drive shares (server)"
  445. ShareWks_Tip1=Automatically create <drive letter>$ and Admin$ shares
  446. ShareWks_Tip2=when Windows NT Workstation starts.
  447. ShareServer_Tip1=Automatically create <drive letter>$ and Admin$ shares
  448. ShareServer_Tip2=when Windows NT Server starts.
  449. System="Windows NT System"
  450. Login_Policies="Logon"
  451. LogonBanner="Logon banner"
  452. LogonBanner_Caption="Caption"
  453. LogonBanner_Text="Text"
  454. LogonBanner_DefCaption="Important Notice:"
  455. LogonBanner_DefText="Do not attempt to log on unless you are an authorized user."
  456. Shutdown_Restrict="Enable shutdown from Authentication dialog box"
  457. Shutd_Tip1="When this box is checked, you can click Shut Down"
  458. Shutd_Tip2="in the Authentication dialog box to select options."
  459. Shutd_Tip3="Default: NT Server = Off, NT Workstation = On"
  460. LastUserName_Restrict="Do not display last logged on user name"
  461. Dont_Display_Tip1="When this box is checked, Windows NT does not"
  462. Dont_Display_Tip2="automatically display the user name of the last person"
  463. Dont_Display_Tip3="to log on in the Authentication dialog box."
  464. Printers="Windows NT Printers"
  465. PrintManager_Browser_Restrict="Disable browse thread on this computer"
  466. Disable_Server_Tip1="When this box is checked, the print spooler does not"
  467. Disable_Server_Tip2="send shared printer information to other print servers."
  468. Scheduler_Thread_Priority="Scheduler priority"
  469. Scheduler_Priority="Priority"
  470. Thread_Priority_Above_Normal="Scheduler priority above normal"
  471. Thread_Priority_Below_Normal="Scheduler priority below normal"
  472. Thread_Priority_Normal="Scheduler priority normal"
  473. Beep_Enabled="Beep for error enabled"
  474. Beep_Tip1="A check in this box enables beeping (every 10 seconds) when a remote"
  475. Beep_Tip2="job error occurs on a print server."
  476. RemoteAccess="Windows NT Remote Access"
  477. MaximumRetries="Max number of unsuccessful authentication retries"
  478. RAS_Length="Number of retries"
  479. MaximumTime="Max time limit for authentication"
  480. RAS_Time="Length in seconds"
  481. CallBackTime="Wait interval for callback"
  482. INT_Time="Length in seconds"
  483. Auto_Disconnect="Auto Disconnect"
  484. Autodisconnect_Time="Disconnect after (minutes)"
  485. UserProfiles="Windows NT User Profiles"
  486. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  487. DeleteCache_Tip1="When users with roaming profiles log off,"
  488. DeleteCache_Tip2="delete the locally cached profile (to save disk space)."
  489. EnableSlowLinkDetect="Automatically detect slow network connections"
  490. SlowLinkTimeOut="Slow network connection timeout"
  491. SlowLinkWaitInterval="Time (milliseconds)"
  492. ProfileDlgTimeOut="Timeout for dialog boxes"
  493. ProfileDlgWaitInterval="Time (seconds)"
  494. Parse_Autoexec="Parse Autoexec.bat"
  495. Parse_Tip1="When this box is checked, environment variables declared"
  496. Parse_Tip2="in autoexec.bat are included in the users environment."
  497. Shell="Windows NT Shell"
  498. CustomFolders="Custom folders"
  499. CustomFolders_Programs="Custom Programs folder"
  500. CustomFolders_ProgramsPath="Path to location of Programs items"
  501. CustomFolders_ProgramsDefault="%USERPROFILE%\Start Menu\Programs"
  502. CustomFolders_Desktop="Custom desktop icons"
  503. CustomFolders_DesktopPath="Path to location of desktop icons"
  504. CustomFolders_DesktopDefault="%USERPROFILE%\Desktop"
  505. HideStartMenuSubfolders="Hide Start menu subfolders"
  506. HideStartMenuSubfolders_Tip1="Check this if you use a custom Programs folder"
  507. HideStartMenuSubfolders_Tip2="or custom desktop icons."
  508. CustomFolders_Startup="Custom Startup folder"
  509. CustomFolders_StartupPath="Path to location of Startup items"
  510. CustomFolders_StartupDefault="%USERPROFILE%\Start Menu\Programs\Startup"
  511. CustomFolders_NetHood="Custom Network Neighborhood"
  512. CustomFolders_NetHoodPath="Path to location of Network Neighborhood items"
  513. CustomFolders_NetHoodDefault="%USERPROFILE%\NetHood"
  514. CustomFolders_StartMenu="Custom Start menu"
  515. CustomFolders_StartMenuPath="Path to location of Start menu items"
  516. CustomFolders_StartMenuDefault="%USERPROFILE%\Start Menu"
  517. CustomSharedFolders="Custom shared folders"
  518. CustomFolders_SharedPrograms="Custom shared Programs folder"
  519. CustomFolders_SharedProgramsPath="Path to location of shared Programs items"
  520. CustomFolders_SharedProgramsDefault="%SystemRoot%\Profiles\All Users\Start Menu\Programs"
  521. CustomFolders_SharedDesktop="Custom shared desktop icons"
  522. CustomFolders_SharedDesktopPath="Path to location of shared desktop icons"
  523. CustomFolders_SharedDesktopDefault="%SystemRoot%\Profiles\All Users\Desktop"
  524. CustomFolders_SharedStartMenu="Custom shared Start menu"
  525. CustomFolders_SharedStartMenuPath="Path to location of shared Start menu items"
  526. CustomFolders_SharedStartMenuDefault="%SystemRoot%\Profiles\All Users\Start Menu"
  527. CustomFolders_SharedStartup="Custom shared Startup folder"
  528. CustomFolders_SharedStartupPath="Path to location of shared Startup items"
  529. CustomFolders_SharedStartupDefault="%SystemRoot%\Profiles\All Users\Start Menu\Programs\Startup"
  530. Restrictions="Restrictions"
  531. ApprovedShellExt="Only use approved shell extensions"
  532. NoOptions="Remove View->Options menu from Explorer"
  533. NoGoTo="Remove Tools->GoTo menu from Explorer"
  534. NoFileMenu="Remove File menu from Explorer"
  535. NoCommonGroups="Remove common program groups from Start menu"
  536. FileSystem="File system"
  537. Disable8dot3Names="Do not create 8.3 file names for long file names"
  538. AllowExtCharsIn8dot3="Allow extended characters in 8.3 file names"
  539. ExtChars_Tip1="Short file names with extended characters may not be viewable"
  540. ExtChars_Tip2="on computers that do not have same character code page."
  541. DisableLastUpdate="Do not update last access time"
  542. LastAccess_Tip1="For files that are only being read, do not update the last"
  543. LastAccess_Tip2="access time.  This will increase the file system's performance."
  544. Run_Logon_Script_Sync="Run logon scripts synchronously."
  545. Script_Tip1="Wait for the logon scripts to complete before starting"
  546. Script_Tip2="the users's shell.  If this value is also set in the"
  547. Script_Tip3="Computer section, that value takes precedence."
  548. Script_Tip4="User section, this value takes precedence."
  549. NoTrayContextMenu="Disable context menus for the taskbar"
  550. NoViewContextMenu="Disable Explorer's default context menu"
  551. NoNetConnectDisconnect="Remove the "Map Network Drive" and "Disconnect Network Drive" options"
  552. DisableLogoff="Disable Logoff"
  553. DisableTaskMgr="Disable Task Manager"
  554. DisableLockWorkstation="Disable Lock Workstation"
  555. DisableChangePassword="Disable Change Password"
  556. DisableLinkTracking="Disable link file tracking"
  557. ShowWelcome="Show welcome tips at logon"
  558. CustomShell="Custom user interface"
  559. ShellName="Custom shell"
  560. ShellNameInst="Shell name (eg: explorer.exe)"
  561. SlowLinkDefault="Slow network default profile operation"
  562. ChooseProfileDefault="Choose profile default operation"
  563. DefaultOperation="Default option"
  564. PD_DOWNLOAD="Download profile"
  565. PD_USELOCAL="Use local profile"
  566. LimitSize="Limit profile size"
  567. SizeMessage="Custom Message"
  568. 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."
  569. ProfileSize="Max Profile size (KB)"
  570. IncludeRegInProQuota="Include registry in file list"
  571. WarnUser="Notify user when profile storage space is exceeded."
  572. WarnUserTimeout="Remind user every X minutes:"
  573. ExcludeDirectories="Exclude directories in roaming profile"
  574. ExcludeMessage="Prevent the following directories from roaming with the profile:"
  575. DefaultExcludeMessage="Temporary Internet Files;Temp"
  576. Exclude_Tip1="You can enter multiple directory names, semi-colon separated,"
  577. Exclude_Tip2="all relative to the root of the user's profile"
  578.