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.

299 lines
9.2 KiB

  1. ; sp1shell.adm
  2. ;
  3. ; for setting policy on the IE4 SP2 shell
  4. ;
  5. ;;;;;;;;;;;;;;;;;;
  6. CLASS USER ;;;;;;;
  7. ;;;;;;;;;;;;;;;;;;
  8. CATEGORY !!Desktop
  9. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  10. POLICY !!DesktopSub
  11. PART !!NoActiveDesktop CHECKBOX
  12. VALUENAME NoActiveDesktop
  13. END PART
  14. PART !!NoActiveDesktopChanges CHECKBOX
  15. VALUENAME NoActiveDesktopChanges
  16. END PART
  17. PART !!NoInternetIcon CHECKBOX
  18. VALUENAME NoInternetIcon
  19. END PART
  20. PART !!NoNetHood CHECKBOX
  21. VALUENAME NoNetHood
  22. END PART
  23. PART !!NoDesktop CHECKBOX
  24. VALUENAME NoDesktop
  25. END PART
  26. END POLICY
  27. POLICY !!ActiveDesktop_Title
  28. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  29. PART !!ATC_DisableAdd CHECKBOX
  30. VALUENAME "NoAddingComponents"
  31. END PART
  32. PART !!ATC_DisableDel CHECKBOX
  33. VALUENAME "NoDeletingComponents"
  34. END PART
  35. PART !!ATC_DisableEdit CHECKBOX
  36. VALUENAME "NoEditingComponents"
  37. END PART
  38. PART !!ATC_DisableClose CHECKBOX
  39. VALUENAME "NoClosingComponents"
  40. END PART
  41. END POLICY
  42. POLICY !!WallPaper_Title
  43. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  44. PART !!DWP_NoHTMLPaper CHECKBOX
  45. VALUENAME "NoHTMLWallPaper"
  46. END PART
  47. PART !!DWP_DisableChanges CHECKBOX
  48. VALUENAME "NoChangingWallPaper"
  49. END PART
  50. END POLICY
  51. POLICY !!DeskBands_Title
  52. KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  53. PART !!DB_DragDropClose CHECKBOX
  54. VALUENAME "NoCloseDragDropBands"
  55. END PART
  56. PART !!DB_Moving CHECKBOX
  57. VALUENAME "NoMovingBands"
  58. END PART
  59. END POLICY
  60. END CATEGORY
  61. CATEGORY !!StartMenu
  62. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  63. POLICY !!StartMenu
  64. PART !!NoFavoritesMenu CHECKBOX
  65. VALUENAME NoFavoritesMenu
  66. END PART
  67. PART !!NoFind CHECKBOX
  68. VALUENAME NoFind
  69. END PART
  70. PART !!NoRun CHECKBOX
  71. VALUENAME NoRun
  72. END PART
  73. PART !!NoSetActiveDesktop CHECKBOX
  74. VALUENAME NoSetActiveDesktop
  75. END PART
  76. PART !!NoWindowsUpdate CHECKBOX
  77. VALUENAME NoWindowsUpdate
  78. END PART
  79. PART !!NoChangeStartMenu CHECKBOX
  80. VALUENAME NoChangeStartMenu
  81. END PART
  82. PART !!NoFolderOptions CHECKBOX
  83. VALUENAME NoFolderOptions
  84. END PART
  85. PART !!NoRecentDocsMenu CHECKBOX
  86. VALUENAME NoRecentDocsMenu
  87. END PART
  88. PART !!NoRecentDocsHistory CHECKBOX
  89. VALUENAME NoRecentDocsHistory
  90. END PART
  91. PART !!ClearRecentDocsOnExit CHECKBOX
  92. VALUENAME ClearRecentDocsOnExit
  93. END PART
  94. PART !!NoLogoff CHECKBOX
  95. VALUENAME NoLogoff
  96. END PART
  97. PART !!NoClose CHECKBOX
  98. VALUENAME NoClose
  99. END PART
  100. PART !!NoSetFolders CHECKBOX
  101. VALUENAME NoSetFolders
  102. END PART
  103. PART !!NoSetTaskbar CHECKBOX
  104. VALUENAME NoSetTaskbar
  105. END PART
  106. PART !!NoTrayContextMenu CHECKBOX
  107. VALUENAME NoTrayContextMenu
  108. END PART
  109. PART !!MemCheckBoxInRunDlg CHECKBOX
  110. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies
  111. VALUENAME MemCheckBoxInRunDlg
  112. END PART
  113. END POLICY
  114. END CATEGORY
  115. CATEGORY !!Shell
  116. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  117. POLICY !!Shell
  118. PART !!NoFileMenu CHECKBOX
  119. VALUENAME NoFileMenu
  120. END PART
  121. PART !!NoViewContextMenu CHECKBOX
  122. VALUENAME NoViewContextMenu
  123. END PART
  124. PART !!EnforceShellExtensionSecurity CHECKBOX
  125. VALUENAME EnforceShellExtensionSecurity
  126. END PART
  127. PART !!LinkResolveIgnoreLinkInfo CHECKBOX
  128. VALUENAME LinkResolveIgnoreLinkInfo
  129. END PART
  130. PART !!NoDrives CHECKBOX
  131. VALUENAME NoDrives
  132. VALUEON NUMERIC 67108863 ; low 26 bits on (1 bit per drive)
  133. END PART
  134. PART !!NoNetConnectDisconnect CHECKBOX
  135. VALUENAME NoNetConnectDisconnect
  136. END PART
  137. END POLICY
  138. END CATEGORY
  139. CATEGORY !!Printers
  140. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  141. POLICY !!Printers
  142. PART !!NoDeletePrinter CHECKBOX
  143. VALUENAME NoDeletePrinter
  144. END PART
  145. PART !!NoAddPrinter CHECKBOX
  146. VALUENAME NoAddPrinter
  147. END PART
  148. PART !!NoPrinterTabs CHECKBOX
  149. VALUENAME NoPrinterTabs
  150. END PART
  151. END POLICY
  152. END CATEGORY
  153. CATEGORY !!System
  154. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies
  155. POLICY !!System
  156. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  157. VALUENAME RestrictRun
  158. PART !!RestrictApps LISTBOX
  159. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
  160. VALUEPREFIX ""
  161. END PART
  162. PART !!NoRealMode CHECKBOX
  163. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp
  164. VALUENAME NoRealMode
  165. END PART
  166. END POLICY
  167. END CATEGORY
  168. [strings]
  169. Explorer="Explorer"
  170. Desktop="Desktop"
  171. DesktopSub="Desktop Restrictions"
  172. StartMenu="Start Menu"
  173. Shell="Shell"
  174. Printers="Printers"
  175. System="System"
  176. NoActiveDesktop="Disable Active Desktop"
  177. NoActiveDesktopChanges="Do not allow changes to Active Desktop"
  178. NoInternetIcon="Hide Internet Explorer icon"
  179. NoNetHood="Hide Network Neighborhood icon"
  180. NoDesktop="Hide all items on Desktop"
  181. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  182. NoFind="Remove Find menu from Start Menu"
  183. NoRun="Remove Run menu from Start Menu"
  184. NoSetActiveDesktop="Remove the Active Desktop item from the Settings menu"
  185. NoWindowsUpdate="Remove the Windows Update item from the Settings menu"
  186. NoChangeStartMenu="Disable drag and drop context menus on the Start Menu"
  187. NoFolderOptions="Remove the Folder Options menu item from the Settings menu"
  188. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  189. NoRecentDocsHistory="Do not keep history of recently opened documents"
  190. ClearRecentDocsOnExit="Clear history of recent opened documents"
  191. NoLogoff="Disable Logoff"
  192. NoClose="Disable Shut Down command from Start Menu"
  193. NoSetFolders="Disable changes to Printers and Control Panel Settings"
  194. NoSetTaskbar="Disable changes to Taskbar and Start Menu Settings"
  195. NoTrayContextMenu="Disable context menu for Taskbar"
  196. MemCheckBoxInRunDlg="Add Run Dlg checkbox for New Memory Space (Windows NT only)"
  197. NoFileMenu="Disable File menu in browser window"
  198. NoViewContextMenu="Disable context menu in Shell folders"
  199. EnforceShellExtensionSecurity="Only allow approved Shell extensions"
  200. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  201. NoDrives="Hide Drives in My Computer"
  202. NoNetConnectDisconnect="Disable net connections/disconnections"
  203. NoPrinterTabs="Hide General and Details tabs in Printer Properties (Windows 9x only)"
  204. NoDeletePrinter="Disable Deletion of Printers"
  205. NoAddPrinter="Disable Addition of Printers"
  206. RestrictApps="Run only specified Windows applications"
  207. RestrictAppsList="List of allowed Windows application:"
  208. RestrictApps_Tip1=" "
  209. RestrictApps_Tip2="To create a list of allowed applications, click Show,"
  210. RestrictApps_Tip3="then Add, and enter the application executable name"
  211. RestrictApps_Tip4="(e.g., Winword.exe, Poledit.exe, Notepad.exe)."
  212. NoRealMode="Do not allow computer to restart in MS-DOS mode (Windows 9x only)"
  213. Desktop_Title="Desktop Settings"
  214. ;;;;;; Active Desktop Items
  215. ActiveDesktop_Title="Active Desktop Items"
  216. ATC_DisableAdd="Disable adding ANY desktop items"
  217. ATC_DisableDel="Disable deleting ANY desktop items"
  218. ATC_DisableEdit="Disable editing ANY desktop items"
  219. ATC_DisableClose="Disable closing ANY desktop items"
  220. ;;;;;; Desktop Wall Paper
  221. WallPaper_Title="Desktop WallPaper Settings"
  222. DWP_NoHTMLPaper="Disable selecting HTML as wallpaper"
  223. DWP_DisableChanges="Disable changing wallpaper"
  224. ;;;;;; Desktop Bands
  225. DeskBands_Title="Desktop Toolbars Settings"
  226. DB_DragDropClose="Disable adding new toolbars"
  227. DB_Moving="Disable resizing ALL toolbars"
  228. IEAK_Title=Web Desktop
  229. IEAK_DescriptionTitle=Web Desktop Restrictions
  230. IEAK_Description1=Using the restrictions in this file, you can prevent users from interacting with the shell operating system in various ways. These restrictions will be applied universally on every machine that installs this package.
  231. IEAK_Description2=The shell is at the heart of how your users interact with their machines. Restricting how it is used can prevent the user from making undesirable changes to machine settings, reduce access to local files and applications, and affect the look and behavior of the Start Menu and Active Desktop.
  232. IEAK_Description3=Shell restrictions often have a powerful affect on systems and are very effective for reducing cost of ownership. It is, however, important to understand that many customization options exist to increase your users effectiveness and satisfaction with their computer. We encourage you to find the right balance for your users and only restrict the items you find necessary.
  233. [IEAK]
  234. Lock=1
  235. Roles=001
  236. NumOfDescLines=3
  237. Platform=010