home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 71 / Excalibur_71_cd2.bin / Microsoft_Internet_50 / ieak5opt.CAB / sp1shell.adm < prev    next >
Windows Policy Administrative Template  |  1999-02-24  |  9KB  |  300 lines

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