Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

638 lines
25 KiB

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