home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / WIN98SP1 / IE401.SP2 / ieak4opt.cab / shell.adm < prev    next >
Windows Policy Administrative Template  |  1999-03-17  |  9KB  |  287 lines

  1. ; shell.adm
  2. ;
  3. ; for setting policy on the ie4 sp1 shell
  4. ;
  5. ;;;;;;;;;;;;;;;;;;
  6. CLASS USER ;;;;;;;
  7. ;;;;;;;;;;;;;;;;;;
  8.  
  9. CATEGORY !!Desktop
  10. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  11.     POLICY !!DesktopSub
  12.     PART !!NoActiveDesktop CHECKBOX
  13.     VALUENAME NoActiveDesktop
  14.     END PART
  15.  
  16.         PART !!NoActiveDesktopChanges CHECKBOX
  17.         VALUENAME NoActiveDesktopChanges
  18.         END PART
  19.  
  20.         PART !!NoInternetIcon CHECKBOX
  21.         VALUENAME NoInternetIcon
  22.         END PART
  23.  
  24.         PART !!NoNetHood CHECKBOX
  25.         VALUENAME NoNetHood
  26.         END PART
  27.  
  28.         PART !!NoDesktop CHECKBOX
  29.         VALUENAME NoDesktop
  30.         END PART
  31.     END POLICY
  32.  
  33.     POLICY !!sz_ActiveDesktop_Title
  34.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  35.         PART !!sz_ATC_DisableAdd CHECKBOX
  36.             VALUENAME "NoAddingComponents"
  37.         END PART
  38.  
  39.         PART !!sz_ATC_DisableDel CHECKBOX
  40.             VALUENAME "NoDeletingComponents"
  41.         END PART
  42.             
  43.         PART !!sz_ATC_DisableEdit CHECKBOX
  44.                 VALUENAME "NoEditingComponents"
  45.         END PART
  46.         PART !!sz_ATC_DisableClose CHECKBOX
  47.             VALUENAME "NoClosingComponents"
  48.         END PART
  49.     END POLICY
  50.  
  51.     POLICY !!sz_WallPaper_Title
  52.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  53.         PART !!sz_DWP_NoHTMLPaper CHECKBOX
  54.             VALUENAME "NoHTMLWallPaper"
  55.         END PART
  56.         PART !!sz_DWP_DisableChanges CHECKBOX
  57.             VALUENAME "NoChangingWallPaper"
  58.         END PART
  59.     END POLICY
  60.  
  61.     POLICY !!sz_DeskBands_Title
  62.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  63.         PART !!sz_DB_DragDropClose CHECKBOX
  64.             VALUENAME "NoCloseDragDropBands"
  65.         END PART
  66.         PART !!sz_DB_Moving CHECKBOX
  67.             VALUENAME "NoMovingBands"
  68.         END PART
  69.     END POLICY
  70. END CATEGORY
  71.  
  72.  
  73. CATEGORY !!StartMenu
  74. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  75.     POLICY !!StartMenu
  76.  
  77.         PART !!NoFavoritesMenu CHECKBOX
  78.         VALUENAME NoFavoritesMenu
  79.         END PART
  80.  
  81.         PART !!NoFind CHECKBOX
  82.         VALUENAME NoFind
  83.         END PART
  84.  
  85.         PART !!NoRun CHECKBOX
  86.         VALUENAME NoRun
  87.         END PART
  88.  
  89.     PART !!NoSetActiveDesktop CHECKBOX
  90.     VALUENAME NoSetActiveDesktop
  91.     END PART
  92.  
  93.     PART !!NoChangeStartMenu CHECKBOX
  94.     VALUENAME NoChangeStartMenu
  95.     END PART
  96.  
  97.     PART !!NoFolderOptions CHECKBOX
  98.     VALUENAME NoFolderOptions
  99.     END PART
  100.  
  101.         PART !!NoRecentDocsMenu CHECKBOX
  102.         VALUENAME NoRecentDocsMenu
  103.         END PART
  104.  
  105.         PART !!NoRecentDocsHistory CHECKBOX
  106.         VALUENAME NoRecentDocsHistory
  107.         END PART
  108.  
  109.         PART !!ClearRecentDocsOnExit CHECKBOX
  110.         VALUENAME ClearRecentDocsOnExit
  111.         END PART
  112.  
  113.         PART !!NoLogoff CHECKBOX
  114.         VALUENAME NoLogoff
  115.         END PART
  116.  
  117.         PART !!NoClose CHECKBOX
  118.         VALUENAME NoClose
  119.         END PART
  120.  
  121.         PART !!NoSetFolders CHECKBOX
  122.         VALUENAME NoSetFolders
  123.         END PART
  124.  
  125.         PART !!NoSetTaskbar CHECKBOX
  126.         VALUENAME NoSetTaskbar
  127.         END PART
  128.  
  129.         PART !!NoTrayContextMenu CHECKBOX
  130.         VALUENAME NoTrayContextMenu
  131.         END PART
  132.  
  133.         PART !!NoStartMenuSubFolders CHECKBOX
  134.         VALUENAME NoStartMenuSubFolders
  135.         END PART
  136.  
  137.     PART !!Windows98Only TEXT
  138.     END PART
  139.  
  140.     PART !!NoWindowsUpdate CHECKBOX
  141.     VALUENAME NoWindowsUpdate
  142.     END PART
  143.     END POLICY
  144. END CATEGORY
  145.  
  146. CATEGORY !!Shell
  147. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  148.     POLICY !!Shell
  149.         PART !!NoFileMenu CHECKBOX
  150.         VALUENAME NoFileMenu
  151.         END PART
  152.  
  153.         PART !!NoViewContextMenu CHECKBOX
  154.         VALUENAME NoViewContextMenu
  155.         END PART
  156.  
  157.         PART !!EnforceShellExtensionSecurity CHECKBOX
  158.         VALUENAME EnforceShellExtensionSecurity
  159.         END PART
  160.  
  161.         PART !!LinkResolveIgnoreLinkInfo CHECKBOX
  162.         VALUENAME LinkResolveIgnoreLinkInfo
  163.         END PART
  164.  
  165.         PART !!NoDrives CHECKBOX
  166.         VALUENAME NoDrives
  167.         VALUEON NUMERIC 67108863    ; low 26 bits on (1 bit per drive)
  168.         END PART
  169.  
  170.         PART !!NoNetConnectDisconnect CHECKBOX
  171.         VALUENAME NoNetConnectDisconnect
  172.         END PART
  173.  
  174.     END POLICY
  175. END CATEGORY
  176.  
  177. CATEGORY !!Printers
  178. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  179.     POLICY !!Printers
  180.         PART !!NoDeletePrinter CHECKBOX
  181.         VALUENAME NoDeletePrinter
  182.         END PART
  183.  
  184.         PART !!NoAddPrinter CHECKBOX
  185.         VALUENAME NoAddPrinter
  186.         END PART
  187.     END POLICY
  188. END CATEGORY
  189.  
  190. CATEGORY !!System
  191. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  192.     POLICY !!System
  193.       KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  194.       VALUENAME RestrictRun
  195.         PART !!RestrictApps LISTBOX
  196.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
  197.         END PART
  198.  
  199.         PART !!Windows95Only TEXT 
  200.     END PART
  201.  
  202.         PART !!NoRealMode CHECKBOX
  203.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp
  204.         VALUENAME NoRealMode
  205.         END PART
  206.     END POLICY
  207. END CATEGORY
  208.  
  209.  
  210. [strings]
  211. Explorer="Explorer"
  212. Desktop="Desktop"
  213. DesktopSub="Desktop Restrictions"
  214. StartMenu="Start Menu"
  215. Shell="Shell"
  216. Printers="Printers"
  217. System="System"
  218. Windows95Only="-------- Windows 95 Only --------"
  219. WindowsNTOnly="-------- Windows NT Only --------"
  220. Windows98Only="-------- Windows 98 Only --------"
  221. NoActiveDesktop="Disable Active Desktop"
  222. NoActiveDesktopChanges="Do not allow changes to Active Desktop"
  223. NoInternetIcon="Hide Internet Explorer icon"
  224. NoNetHood="Hide Network Neighborhood icon"
  225. NoDesktop="Hide all items on Desktop"
  226. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  227. NoFind="Remove Find menu from Start Menu"
  228. NoRun="Remove Run menu from Start Menu"
  229. NoSetActiveDesktop="Remove the Active Desktop item from the Settings menu"
  230. NoWindowsUpdate="Remove the Windows Update item from the Settings menu"
  231. NoChangeStartMenu="Disable drag and drop context menus on the Start Menu"
  232. NoFolderOptions="Remove the Folder Options menu item from the Settings menu"
  233. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  234. NoRecentDocsHistory="Do not keep history of recently opened documents"
  235. ClearRecentDocsOnExit="Clear history of recent opened documents"
  236. NoLogoff="Disable Logoff"
  237. NoClose="Disable Shut Down command"
  238. NoSetFolders="Disable changes to Printers and Control Panel Settings"
  239. NoSetTaskbar="Disable changes to Taskbar and Start Menu Settings"
  240. NoTrayContextMenu="Disable context menu for Taskbar"
  241. NoStartMenuSubFolders="Hide custom Programs folders"
  242. NoFileMenu="Disable File menu in Shell folders"
  243. NoViewContextMenu="Disable context menu in Shell folders"
  244. EnforceShellExtensionSecurity="Only allow approved Shell extensions"
  245. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  246. NoDrives="Hide Floppy Drives in My Computer"
  247. NoNetConnectDisconnect="Disable net connections/disconnections"
  248. NoDeletePrinter="Disable Deletion of Printers"
  249. NoAddPrinter="Disable Addition of Printers"
  250. RestrictApps="Run only specified Windows applications"
  251. RestrictAppsList="List of allowed Windows application:"
  252. RestrictApps_Tip1="     "
  253. RestrictApps_Tip2="To create a list of allowed applications, click Show,"
  254. RestrictApps_Tip3="then Add, and enter the application executable name"
  255. RestrictApps_Tip4="(e.g., Winword.exe, Poledit.exe, Notepad.exe)."
  256. NoRealMode="Do not allow computer to restart in MS-DOS mode"
  257.  
  258. sz_Desktop_Title="Desktop Settings"
  259.  
  260. ;;;;;; Active Desktop Items
  261. sz_ActiveDesktop_Title="Active Desktop Items"
  262. sz_ATC_DisableAdd="Disable adding ANY desktop items"
  263. sz_ATC_DisableDel="Disable deleting ANY desktop items"
  264. sz_ATC_DisableEdit="Disable editing ANY desktop items"
  265. sz_ATC_DisableClose="Disable closing ANY desktop items"
  266.  
  267. ;;;;;; Desktop Wall Paper
  268. sz_WallPaper_Title="Desktop WallPaper Settings"
  269. sz_DWP_NoHTMLPaper="Disable selecting HTML as wallpaper"
  270. sz_DWP_DisableChanges="Disable changing wallpaper"
  271.  
  272. ;;;;;; Desktop Bands
  273. sz_DeskBands_Title="Desktop Toolbars Settings"
  274. sz_DB_DragDropClose="Disable adding new toolbars"
  275. sz_DB_Moving="Disable resizing ALL toolbars"
  276.  
  277.  
  278. IEAK_Title=Web Desktop
  279. IEAK_DescriptionTitle=Web Desktop Restrictions
  280. 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.
  281.  
  282. [IEAK]
  283. Lock=1
  284. Roles=001
  285. NumOfDescLines=1
  286. Platform=010
  287.