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.

603 lines
39 KiB

  1. ��; NetMeeting policy settings
  2. #if version <= 2
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4. CLASS USER ;;;;;;;;;;;;;;;;;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. CATEGORY !!GPOnly
  7. POLICY !!GPOnlyPolicy
  8. KEYNAME "Software\Policies"
  9. PART !!GPOnly_Tip1 TEXT
  10. END PART
  11. PART !!GPOnly_Tip2 TEXT
  12. END PART
  13. PART !!GPOnly_Tip3 TEXT
  14. END PART
  15. PART !!GPOnly_Tip4 TEXT
  16. END PART
  17. PART !!GPOnly_Tip5 TEXT
  18. END PART
  19. END POLICY
  20. END CATEGORY
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. CLASS MACHINE ;;;;;;;;;;;;;;;
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. CATEGORY !!GPOnly
  25. POLICY !!GPOnlyPolicy
  26. KEYNAME "Software\Policies"
  27. PART !!GPOnly_Tip1 TEXT
  28. END PART
  29. PART !!GPOnly_Tip2 TEXT
  30. END PART
  31. PART !!GPOnly_Tip3 TEXT
  32. END PART
  33. PART !!GPOnly_Tip4 TEXT
  34. END PART
  35. PART !!GPOnly_Tip5 TEXT
  36. END PART
  37. END POLICY
  38. END CATEGORY
  39. #endif
  40. #if version >= 3
  41. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  42. CLASS USER ;;;;;;;;;;;;;;;;;
  43. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  44. CATEGORY !!WindowsComponents
  45. CATEGORY !!NetMeeting
  46. ; App Sharing
  47. CATEGORY !!AppSharing
  48. POLICY !!DisableAppSharing
  49. #if version >= 4
  50. SUPPORTED !!SUPPORTED_NetMeeting3
  51. #endif
  52. KEYNAME "Software\Policies\Microsoft\Conferencing"
  53. EXPLAIN !!DisableAppSharing_Help
  54. VALUENAME "NoAppSharing"
  55. END POLICY
  56. POLICY !!PreventSharing
  57. #if version >= 4
  58. SUPPORTED !!SUPPORTED_NetMeeting3
  59. #endif
  60. KEYNAME "Software\Policies\Microsoft\Conferencing"
  61. EXPLAIN !!PreventSharing_Help
  62. VALUENAME "NoSharing"
  63. END POLICY
  64. POLICY !!PreventSharingDesktop
  65. #if version >= 4
  66. SUPPORTED !!SUPPORTED_NetMeeting3
  67. #endif
  68. KEYNAME "Software\Policies\Microsoft\Conferencing"
  69. EXPLAIN !!PreventSharingDesktop_Help
  70. VALUENAME "NoSharingDesktop"
  71. END POLICY
  72. POLICY !!PreventSharingCMDPrompt
  73. #if version >= 4
  74. SUPPORTED !!SUPPORTED_NetMeeting3
  75. #endif
  76. KEYNAME "Software\Policies\Microsoft\Conferencing"
  77. EXPLAIN !!PreventSharingCMDPrompt_Help
  78. VALUENAME "NoSharingDosWindows"
  79. END POLICY
  80. POLICY !!PreventSharingExplorer
  81. #if version >= 4
  82. SUPPORTED !!SUPPORTED_NetMeeting3
  83. #endif
  84. KEYNAME "Software\Policies\Microsoft\Conferencing"
  85. EXPLAIN !!PreventSharingExplorer_Help
  86. VALUENAME "NoSharingExplorer"
  87. END POLICY
  88. POLICY !!PreventGrantingControl
  89. #if version >= 4
  90. SUPPORTED !!SUPPORTED_NetMeeting3
  91. #endif
  92. KEYNAME "Software\Policies\Microsoft\Conferencing"
  93. EXPLAIN !!PreventGrantingControl_Help
  94. VALUENAME "NoAllowControl"
  95. END POLICY
  96. POLICY !!PreventSharingTrueColor
  97. #if version >= 4
  98. SUPPORTED !!SUPPORTED_NetMeeting3
  99. #endif
  100. KEYNAME "Software\Policies\Microsoft\Conferencing"
  101. EXPLAIN !!PreventSharingTrueColor_Help
  102. VALUENAME "NoTrueColorSharing"
  103. END POLICY
  104. END CATEGORY ; AppSharing
  105. ; Audio & Video
  106. CATEGORY !!AudioVideo
  107. POLICY !!SetAVThroughput
  108. #if version >= 4
  109. SUPPORTED !!SUPPORTED_NetMeeting3
  110. #endif
  111. KEYNAME "Software\Policies\Microsoft\Conferencing"
  112. EXPLAIN !!SetAVThroughput_Help
  113. PART !!AVThroughput NUMERIC
  114. MIN 85000 MAX 621700 DEFAULT 621700
  115. VALUENAME "MaximumBandwidth"
  116. END PART
  117. END POLICY
  118. POLICY !!PreventAudio
  119. #if version >= 4
  120. SUPPORTED !!SUPPORTED_NetMeeting3
  121. #endif
  122. KEYNAME "Software\Policies\Microsoft\Conferencing"
  123. EXPLAIN !!PreventAudio_Help
  124. VALUENAME "NoAudio"
  125. END POLICY
  126. POLICY !!PreventFullDuplex
  127. #if version >= 4
  128. SUPPORTED !!SUPPORTED_NetMeeting3
  129. #endif
  130. KEYNAME "Software\Policies\Microsoft\Conferencing"
  131. EXPLAIN !!PreventFullDuplex_Help
  132. VALUENAME "NoFullDuplex"
  133. END POLICY
  134. POLICY !!PreventChangeDirectSound
  135. #if version >= 4
  136. SUPPORTED !!SUPPORTED_NetMeeting3
  137. #endif
  138. KEYNAME "Software\Policies\Microsoft\Conferencing"
  139. EXPLAIN !!PreventChangeDirectSound_Help
  140. VALUENAME "NoChangeDirectSound"
  141. END POLICY
  142. POLICY !!PreventSendingVideo
  143. #if version >= 4
  144. SUPPORTED !!SUPPORTED_NetMeeting3
  145. #endif
  146. KEYNAME "Software\Policies\Microsoft\Conferencing"
  147. EXPLAIN !!PreventSendingVideo_Help
  148. VALUENAME "NoSendingVideo"
  149. END POLICY
  150. POLICY !!PreventReceivingVideo
  151. #if version >= 4
  152. SUPPORTED !!SUPPORTED_NetMeeting3
  153. #endif
  154. KEYNAME "Software\Policies\Microsoft\Conferencing"
  155. EXPLAIN !!PreventReceivingVideo_Help
  156. VALUENAME "NoReceivingVideo"
  157. END POLICY
  158. END CATEGORY ; AudioVideo
  159. ; Options dialog
  160. CATEGORY !!OptionDialog
  161. POLICY !!DisableGeneralPage
  162. #if version >= 4
  163. SUPPORTED !!SUPPORTED_NetMeeting3
  164. #endif
  165. KEYNAME "Software\Policies\Microsoft\Conferencing"
  166. EXPLAIN !!DisableGeneralPage_Help
  167. VALUENAME "NoGeneralPage"
  168. END POLICY
  169. POLICY !!DisableAdvCallingButton
  170. #if version >= 4
  171. SUPPORTED !!SUPPORTED_NetMeeting3
  172. #endif
  173. KEYNAME "Software\Policies\Microsoft\Conferencing"
  174. EXPLAIN !!DisableAdvCallingButton_Help
  175. VALUENAME "NoAdvancedCalling"
  176. END POLICY
  177. POLICY !!DisableSecurityPage
  178. #if version >= 4
  179. SUPPORTED !!SUPPORTED_NetMeeting3
  180. #endif
  181. KEYNAME "Software\Policies\Microsoft\Conferencing"
  182. EXPLAIN !!DisableSecurityPage_Help
  183. VALUENAME "NoSecurityPage"
  184. END POLICY
  185. POLICY !!DisableAudioPage
  186. #if version >= 4
  187. SUPPORTED !!SUPPORTED_NetMeeting3
  188. #endif
  189. KEYNAME "Software\Policies\Microsoft\Conferencing"
  190. EXPLAIN !!DisableAudioPage_Help
  191. VALUENAME "NoAudioPage"
  192. END POLICY
  193. POLICY !!DisableVideoPage
  194. #if version >= 4
  195. SUPPORTED !!SUPPORTED_NetMeeting3
  196. #endif
  197. KEYNAME "Software\Policies\Microsoft\Conferencing"
  198. EXPLAIN !!DisableVideoPage_Help
  199. VALUENAME "NoVideoPage"
  200. END POLICY
  201. END CATEGORY ; OptionDialog
  202. ; Automatic Configuration
  203. POLICY !!EnableAutoConfiguration
  204. #if version >= 4
  205. SUPPORTED !!SUPPORTED_NetMeeting3
  206. #endif
  207. KEYNAME "Software\Policies\Microsoft\Conferencing"
  208. EXPLAIN !!EnableAutoConfiguration_Help
  209. VALUENAME "Use AutoConfig"
  210. PART !!AutoConfigFile EDITTEXT
  211. VALUENAME "ConfigFile"
  212. END PART
  213. END POLICY
  214. ; Directories
  215. POLICY !!PreventDirectoryServices
  216. #if version >= 4
  217. SUPPORTED !!SUPPORTED_NetMeeting3
  218. #endif
  219. KEYNAME "Software\Policies\Microsoft\Conferencing"
  220. EXPLAIN !!PreventDirectoryServices_Help
  221. VALUENAME "NoDirectoryServices"
  222. END POLICY
  223. POLICY !!PreventAddingNewILS
  224. #if version >= 4
  225. SUPPORTED !!SUPPORTED_NetMeeting3
  226. #endif
  227. KEYNAME "Software\Policies\Microsoft\Conferencing"
  228. EXPLAIN !!PreventAddingNewILS_Help
  229. VALUENAME "NoAddingDirectoryServers"
  230. END POLICY
  231. POLICY !!PreventWebDirectory
  232. #if version >= 4
  233. SUPPORTED !!SUPPORTED_NetMeeting3
  234. #endif
  235. KEYNAME "Software\Policies\Microsoft\Conferencing"
  236. EXPLAIN !!PreventWebDirectory_Help
  237. VALUENAME "NoWebDirectory"
  238. END POLICY
  239. ; Customization
  240. POLICY !!SetIntranetSupport
  241. #if version >= 4
  242. SUPPORTED !!SUPPORTED_NetMeeting3
  243. #endif
  244. KEYNAME "Software\Policies\Microsoft\Conferencing"
  245. EXPLAIN !!SetIntranetSupport_Help
  246. PART !!IntranetSupportURL EDITTEXT
  247. VALUENAME "IntranetSupportURL"
  248. END PART
  249. END POLICY
  250. ; Calling
  251. POLICY !!SetSecurityOptions
  252. #if version >= 4
  253. SUPPORTED !!SUPPORTED_NetMeeting3
  254. #endif
  255. KEYNAME "Software\Policies\Microsoft\Conferencing"
  256. EXPLAIN !!SetSecurityOptions_Help
  257. PART !!SetSecurityLevel DROPDOWNLIST
  258. VALUENAME "CallSecurity"
  259. ITEMLIST
  260. NAME !!SecurityLevelRequired VALUE NUMERIC 1
  261. NAME !!SecurityLevelDisabled VALUE NUMERIC 2
  262. END ITEMLIST
  263. END PART
  264. END POLICY
  265. POLICY !!PreventChangingCallMode
  266. #if version >= 4
  267. SUPPORTED !!SUPPORTED_NetMeeting3
  268. #endif
  269. KEYNAME "Software\Policies\Microsoft\Conferencing"
  270. EXPLAIN !!PreventChangingCallMode_Help
  271. VALUENAME "NoChangingCallMode"
  272. END POLICY
  273. POLICY !!PreventAutoAccept
  274. #if version >= 4
  275. SUPPORTED !!SUPPORTED_NetMeeting3
  276. #endif
  277. KEYNAME "Software\Policies\Microsoft\Conferencing"
  278. EXPLAIN !!PreventAutoAccept_Help
  279. VALUENAME "NoAutoAcceptCalls"
  280. END POLICY
  281. POLICY !!AllowPersistAutoAcceptCalls
  282. #if version >= 4
  283. SUPPORTED !!SUPPORTED_NetMeeting3
  284. #endif
  285. KEYNAME "Software\Policies\Microsoft\Conferencing"
  286. EXPLAIN !!AllowPersistAutoAcceptCalls_Help
  287. VALUENAME "PersistAutoAcceptCalls"
  288. END POLICY
  289. ; File Transfer
  290. POLICY !!PreventSendingFiles
  291. #if version >= 4
  292. SUPPORTED !!SUPPORTED_NetMeeting3
  293. #endif
  294. KEYNAME "Software\Policies\Microsoft\Conferencing"
  295. EXPLAIN !!PreventSendingFiles_Help
  296. VALUENAME "NoSendingFiles"
  297. END POLICY
  298. POLICY !!PreventReceivingFiles
  299. #if version >= 4
  300. SUPPORTED !!SUPPORTED_NetMeeting3
  301. #endif
  302. KEYNAME "Software\Policies\Microsoft\Conferencing"
  303. EXPLAIN !!PreventReceivingFiles_Help
  304. VALUENAME "NoReceivingFiles"
  305. END POLICY
  306. POLICY !!RestrictFTSendSize
  307. #if version >= 4
  308. SUPPORTED !!SUPPORTED_NetMeeting3
  309. #endif
  310. KEYNAME "Software\Policies\Microsoft\Conferencing"
  311. EXPLAIN !!RestrictFTSendSize_Help
  312. PART !!RestrictFTSize NUMERIC
  313. MIN 0 MAX 999999999 DEFAULT 500 SPIN 100
  314. VALUENAME "MaxFileSendSize"
  315. END PART
  316. PART !!RestrictFTTip_1 TEXT
  317. END PART
  318. PART !!RestrictFTTip_2 TEXT
  319. END PART
  320. END POLICY
  321. ; Chat and Whiteboard
  322. POLICY !!DisableChat
  323. #if version >= 4
  324. SUPPORTED !!SUPPORTED_NetMeeting3
  325. #endif
  326. KEYNAME "Software\Policies\Microsoft\Conferencing"
  327. EXPLAIN !!DisableChat_Help
  328. VALUENAME "NoChat"
  329. END POLICY
  330. POLICY !!DisableOldWhiteboard
  331. #if version >= 4
  332. SUPPORTED !!SUPPORTED_NetMeeting3
  333. #endif
  334. KEYNAME "Software\Policies\Microsoft\Conferencing"
  335. EXPLAIN !!DisableOldWhiteboard_Help
  336. VALUENAME "NoOldWhiteBoard"
  337. END POLICY
  338. POLICY !!DisableNewWhiteboard
  339. #if version >= 4
  340. SUPPORTED !!SUPPORTED_NetMeeting3
  341. #endif
  342. KEYNAME "Software\Policies\Microsoft\Conferencing"
  343. EXPLAIN !!DisableNewWhiteboard_Help
  344. VALUENAME "NoNewWhiteBoard"
  345. END POLICY
  346. END CATEGORY ; NetMeeting
  347. END CATEGORY ; WindowsComponents
  348. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  349. CLASS MACHINE ;;;;;;;;;;;;;;
  350. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  351. CATEGORY !!WindowsComponents
  352. CATEGORY !!NetMeeting
  353. POLICY !!DisableRDS
  354. KEYNAME "Software\Policies\Microsoft\Conferencing"
  355. EXPLAIN !!DisableRDS_Help
  356. VALUENAME "NoRDS"
  357. END POLICY
  358. END CATEGORY ; NetMeeting
  359. END CATEGORY ; WindowsComponents
  360. #endif
  361. [strings]
  362. GPOnly_Tip1="The Conf.adm file you have loaded requires Group Policy"
  363. GPOnly_Tip2="in Windows 2000. You cannot use the System Policy Editor"
  364. GPOnly_Tip3="to display Windows 2000 Group Policy settings."
  365. GPOnly_Tip4=" "
  366. GPOnly_Tip5="Enabling or disabling this policy has no effect."
  367. GPOnly="Unsupported Administrative Templates"
  368. GPOnlyPolicy="Conf.adm"
  369. WindowsComponents="Windows Components"
  370. NetMeeting="NetMeeting"
  371. EnableAutoConfiguration="Enable Automatic Configuration"
  372. EnableAutoConfiguration_Help="Configures NetMeeting to download settings for users each time it starts.\n\nThe settings are downloaded from the URL listed in the "Configuration URL:" text box.\n\nGroup Policy based settings have precedence over any conflicting settings set by downloading them from this URL."
  373. AutoConfigFile="Configuration URL:"
  374. PreventDirectoryServices="Disable Directory services"
  375. PreventDirectoryServices_Help="Disables the directory feature of NetMeeting.\n\nUsers will not logon to a directory (ILS) server when NetMeeting starts. Users will also not be able to view or place calls via a NetMeeting directory.\n\nThis policy is for deployers who have their own location or calling schemes such as a Web site or an address book."
  376. PreventAddingNewILS="Prevent adding Directory servers"
  377. PreventAddingNewILS_Help="Prevents users from adding directory (ILS) servers to the list of those they can use for placing calls."
  378. PreventWebDirectory="Prevent viewing Web directory"
  379. PreventWebDirectory_Help="Prevents users from viewing directories as Web pages in a browser."
  380. SetIntranetSupport="Set the intranet support Web page"
  381. SetIntranetSupport_Help="Sets the URL NetMeeting will display when the user chooses the Help Online Support command."
  382. IntranetSupportURL="Support Web page URL"
  383. SetSecurityOptions="Set Call Security options"
  384. SetSecurityOptions_Help="Sets the level of security for both outgoing and incoming NetMeeting calls."
  385. SetSecurityLevel="Call security"
  386. SecurityLevelRequired="Required"
  387. SecurityLevelDisabled="Disabled"
  388. PreventChangingCallMode="Prevent changing Call placement method"
  389. PreventChangingCallMode_Help="Prevents users from changing the way calls are placed, either directly or via a gatekeeper server."
  390. PreventAutoAccept="Prevent automatic acceptance of Calls"
  391. PreventAutoAccept_Help="Prevents users from turning on automatic acceptance of incoming calls.\n\nThis ensures that others cannot call and connect to NetMeeting when the user is not present.\n\nThis policy is recommended when deploying NetMeeting to run always."
  392. AllowPersistAutoAcceptCalls="Allow persisting automatic acceptance of Calls"
  393. AllowPersistAutoAcceptCalls_Help="Make the automatic acceptance of incoming calls persistent."
  394. PreventSendingFiles="Prevent sending files"
  395. PreventSendingFiles_Help="Prevents users from sending files to others in a conference."
  396. PreventReceivingFiles="Prevent receiving files"
  397. PreventReceivingFiles_Help="Prevents users from receiving files from others in a conference."
  398. RestrictFTSendSize="Limit the size of sent files"
  399. RestrictFTSendSize_Help="Limits the size of files users can send to others in a conference."
  400. RestrictFTSize="Maximum size in Kbytes"
  401. RestrictFTTip_1="Value is size in Kbytes, only files smaller"
  402. RestrictFTTip_2=" than this size can be sent by the user.
  403. AppSharing="Application Sharing"
  404. DisableAppSharing="Disable application Sharing"
  405. DisableAppSharing_Help="Disables the application sharing feature of NetMeeting completely. Users will not be able to host or view shared applications."
  406. PreventSharing="Prevent Sharing"
  407. PreventSharing_Help="Prevents users from sharing anything themselves. They will still be able to view shared applications/desktops from others."
  408. PreventSharingDesktop="Prevent Desktop Sharing"
  409. PreventSharingDesktop_Help="Prevents users from sharing the whole desktop. They will still be able to share individual applications."
  410. PreventSharingCMDPrompt="Prevent Sharing Command Prompts"
  411. PreventSharingCMDPrompt_Help="Prevents users from sharing command prompts. This prevents users from inadvertently sharing out applications, since command prompts can be used to launch other applications."
  412. PreventSharingExplorer="Prevent Sharing Explorer windows"
  413. PreventSharingExplorer_Help="Prevents users from sharing Explorer windows. This prevents users from inadvertently sharing out applications, since Explorer windows can be used to launch other applications."
  414. PreventGrantingControl="Prevent Control"
  415. PreventGrantingControl_Help="Prevents users from allowing others in a conference to control what they have shared. This enforces a read-only mode; the other participants cannot change the data in the shared application."
  416. PreventSharingTrueColor="Prevent Application Sharing in true color"
  417. PreventSharingTrueColor_Help="Prevents users from sharing applications in true color. True color sharing uses more bandwidth in a conference."
  418. DisableChat="Disable Chat"
  419. DisableChat_Help="Disables the Chat feature of NetMeeting."
  420. DisableOldWhiteboard="Disable NetMeeting 2.x Whiteboard"
  421. DisableOldWhiteboard_Help="Disables the 2.x whiteboard feature of NetMeeting.\n\nThe 2.x whiteboard is available for compatibility with older versions of NetMeeting only.\n\nDeployers who do not need it can save bandwidth by disabling it."
  422. DisableNewWhiteboard="Disable Whiteboard"
  423. DisableNewWhiteboard_Help="Disables the T.126 whiteboard feature of NetMeeting."
  424. OptionDialog="Options Page"
  425. DisableGeneralPage="Hide the General page"
  426. DisableGeneralPage_Help="Hides the General page of the Tools Options dialog. Users will not then be able to change personal identification and bandwidth settings."
  427. DisableAdvCallingButton="Disable the Advanced Calling button"
  428. DisableAdvCallingButton_Help="Disables the Advanced Calling button on the General Options page. Users will not then be able to change the call placement method and the servers used."
  429. DisableSecurityPage="Hide the Security page"
  430. DisableSecurityPage_Help="Hides the Security page of the Tools Options dialog. Users will not then be able to change call security and authentication settings."
  431. DisableAudioPage="Hide the Audio page"
  432. DisableAudioPage_Help="Hides the Audio page of the Tools Options dialog. Users will not then be able to change audio settings."
  433. DisableVideoPage="Hide the Video page"
  434. DisableVideoPage_Help="Hides the Video page of the Tools Options dialog. Users will not then be able to change video settings."
  435. AudioVideo="Audio & Video"
  436. SetAVThroughput="Limit the bandwidth of Audio and Video"
  437. SetAVThroughput_Help="Limits the bandwidth audio and video will consume when in a conference. This setting will guide NetMeeting to choose the right formats and send rate so that the bandwidth is limited."
  438. AVThroughput="Maximum bandwidth in Kilobytes per second:
  439. PreventAudio="Disable Audio"
  440. PreventAudio_Help="Disables the audio feature of NetMeeting. Users will not be able to send or receive audio."
  441. PreventFullDuplex="Disable full duplex Audio"
  442. PreventFullDuplex_Help="Disables full duplex mode audio. Users will not be able to listen to incoming audio while speaking into the microphone. Older audio hardware does not perform well when in full duplex mode."
  443. PreventChangeDirectSound="Prevent changing DirectSound Audio setting"
  444. PreventChangeDirectSound_Help="Prevents user from changing the DirectSound audio setting. DirectSound provides much better audio quality, but older audio hardware may not support it."
  445. PreventSendingVideo="Prevent sending Video"
  446. PreventSendingVideo_Help="Prevents users from sending video if they have the hardware. Users will still be able to receive video from others."
  447. PreventReceivingVideo="Prevent receiving Video"
  448. PreventReceivingVideo_Help="Prevents users from receiving video. Users will still be able to send video provided they have the hardware."
  449. DisableRDS="Disable remote Desktop Sharing"
  450. DisableRDS_Help="Disables the remote desktop sharing feature of NetMeeting. Users will not be able to set it up or use it for controlling their computers remotely."
  451. SUPPORTED_NetMeeting3="at least Windows NetMeeting v3.0"
  452. ;; Strings used by online help
  453. ADM_TITLE="Group Policy settings for NetMeeting v3.01"
  454. USER="User Configuration"
  455. COMPUTER="Computer Configuration"
  456. cOMPUTER_EXPLAIN="Contains settings that may only be used to configure Computers"
  457. USER_EXPLAIN="Contains settings that may only be used to configure Users"
  458. SUPPORTEDON="Requirements:"