home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / explorer / ie40en / ieak4.cab / shell.adm < prev    next >
Windows Policy Administrative Template  |  1997-07-12  |  6KB  |  224 lines

  1. CLASS USER
  2.  
  3. CATEGORY !!Desktop
  4. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  5.     POLICY !!Desktop
  6.         PART !!NoActiveDesktop CHECKBOX
  7.         VALUENAME NoActiveDesktop
  8.         END PART
  9.  
  10.         PART !!NoActiveDesktopChanges CHECKBOX
  11.         VALUENAME NoActiveDesktopChanges
  12.         END PART
  13.  
  14.         PART !!NoInternetIcon CHECKBOX
  15.         VALUENAME NoInternetIcon
  16.         END PART
  17.  
  18.         PART !!NoNetHood CHECKBOX
  19.         VALUENAME NoNetHood
  20.         END PART
  21.  
  22.         PART !!NoDesktop CHECKBOX
  23.         VALUENAME NoDesktop
  24.         END PART
  25.     END POLICY
  26. END CATEGORY
  27.  
  28. CATEGORY !!StartMenu
  29. KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  30.     POLICY !!StartMenu
  31.  
  32.         PART !!NoFavoritiesMenu CHECKBOX
  33.         VALUENAME NoFavoritiesMenu
  34.         END PART
  35.  
  36.         PART !!NoFind CHECKBOX
  37.         VALUENAME NoFind
  38.         END PART
  39.  
  40.         PART !!NoRun CHECKBOX
  41.         VALUENAME NoRun
  42.         END PART
  43.  
  44.         PART !!NoRecentDocsMenu CHECKBOX
  45.         VALUENAME NoRecentDocsMenu
  46.         END PART
  47.  
  48.         PART !!NoRecentDocsHistory CHECKBOX
  49.         VALUENAME NoRecentDocsHistory
  50.         END PART
  51.  
  52.         PART !!ClearRecentDocsOnExit CHECKBOX
  53.         VALUENAME ClearRecentDocsOnExit
  54.         END PART
  55.  
  56.         PART !!NoLogoff CHECKBOX
  57.         VALUENAME NoLogoff
  58.         END PART
  59.  
  60.         PART !!NoClose CHECKBOX
  61.         VALUENAME NoClose
  62.         END PART
  63.  
  64.         PART !!NoSetFolders CHECKBOX
  65.         VALUENAME NoSetFolders
  66.         END PART
  67.  
  68.         PART !!NoSetTaskbar CHECKBOX
  69.         VALUENAME NoSetTaskbar
  70.         END PART
  71.  
  72.         PART !!NoTrayContextMenu CHECKBOX
  73.         VALUENAME NoTrayContextMenu
  74.         END PART
  75.  
  76.         PART !!NoStartBanner CHECKBOX
  77.         VALUENAME NoStartBanner
  78.         END PART
  79.  
  80.         PART !!NoStartMenuSubFolders CHECKBOX
  81.         VALUENAME NoStartMenuSubFolders
  82.         END PART
  83.  
  84.         PART !!WindowsNTOnly TEXT END PART
  85.  
  86.         PART !!NoCommonGroups CHECKBOX
  87.         VALUENAME NoCommonGroups
  88.         END PART
  89.     END POLICY
  90. END CATEGORY
  91.  
  92. CATEGORY !!Shell
  93.     POLICY !!Shell
  94.         PART !!ClassicShell CHECKBOX
  95.         VALUENAME ClassicShell
  96.         END PART
  97.  
  98.         PART !!NoFileMenu CHECKBOX
  99.         VALUENAME NoFileMenu
  100.         END PART
  101.  
  102.         PART !!NoCustomizeWebView CHECKBOX
  103.         VALUENAME NoCustomizeWebView
  104.         END PART
  105.  
  106.         PART !!NoViewContextMenu CHECKBOX
  107.         VALUENAME NoViewContextMenu
  108.         END PART
  109.  
  110.         PART !!EnforceShellExtensionSecurity CHECKBOX
  111.         VALUENAME EnforceShellExtensionSecurity
  112.         END PART
  113.  
  114.         PART !!LinkResolveIgnoreLinkInfo CHECKBOX
  115.         VALUENAME LinkResolveIgnoreLinkInfo
  116.         END PART
  117.  
  118.         PART !!NoDrives CHECKBOX
  119.         VALUENAME NoDrives
  120.         VALUEON NUMERIC 67108863    ; low 26 bits on (1 bit per drive)
  121.         END PART
  122.  
  123.         PART !!NoNetConnectDisconnect CHECKBOX
  124.         VALUENAME NoNetConnectDisconnect
  125.         END PART
  126.  
  127.         PART !!NoSaveSettings CHECKBOX
  128.         VALUENAME NoSaveSettings
  129.         END PART
  130.     END POLICY
  131. END CATEGORY
  132.  
  133. CATEGORY !!Printers
  134.     POLICY !!Printers
  135.         PART !!NoPrinterTabs CHECKBOX
  136.         VALUENAME NoPrinterTabs
  137.         END PART
  138.  
  139.         PART !!NoDeletePrinter CHECKBOX
  140.         VALUENAME NoDeletePrinter
  141.         END PART
  142.  
  143.         PART !!NoAddPrinter CHECKBOX
  144.         VALUENAME NoAddPrinter
  145.         END PART
  146.     END POLICY
  147. END CATEGORY
  148.  
  149. CATEGORY !!System
  150.     POLICY !!System
  151.         PART !!NoSettingsWizards CHECKBOX
  152.         VALUENAME NoSettingsWizards
  153.         END PART
  154.  
  155.         PART !!RestrictApps CHECKBOX
  156.         VALUENAME RestrictRun
  157.         END PART
  158.  
  159.         PART !!Windows95Only TEXT END PART
  160.  
  161.         PART !!NoRealMode CHECKBOX
  162.         KEYNAME Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp
  163.         VALUENAME NoRealMode
  164.         END PART
  165.     END POLICY
  166. END CATEGORY
  167.  
  168.  
  169. [strings]
  170. Explorer="Explorer"
  171. Desktop="Desktop"
  172. StartMenu="Start Menu"
  173. Shell="Shell"
  174. Printers="Printers"
  175. System="System"
  176. Windows95Only="-------- Windows 95 Only --------"
  177. WindowsNTOnly="-------- Windows NT Only --------"
  178. NoActiveDesktop="Disable Active Desktop"
  179. NoActiveDesktopChanges="Do not allow changes to Active Desktop"
  180. NoInternetIcon="Hide The Internet icon"
  181. NoNetHood="Hide Network Neighborhood icon"
  182. NoDesktop="Hide all items on Desktop"
  183. NoFavoritiesMenu="Remove Favorites menu from Start Menu"
  184. NoFind="Remove Find menu from Start Menu"
  185. NoRun="Remove Run menu from Start Menu"
  186. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  187. NoRecentDocsHistory="Do not keep history of recently opened documents"
  188. ClearRecentDocsOnExit="Clear history of recent opened documents"
  189. NoLogoff="Disable Logoff"
  190. NoClose="Disable Shut Down command"
  191. NoSetFolders="Disable changes to Printers and Control Panel Settings"
  192. NoSetTaskbar="Disable changes to Taskbar and Start Menu Settings"
  193. NoTrayContextMenu="Disable context menu for Taskbar"
  194. NoStartBanner="Hide Start Menu items"
  195. NoStartMenuSubFolders="Hide custom Programs folders"
  196. NoCommonGroups="Hide common program groups in Start Menu"
  197. ClassicShell="Enable Classic Shell"
  198. NoFileMenu="Disable File menu in Shell folders"
  199. NoCustomizeWebView="Do not allow customization of folders in Web view"
  200. NoViewContextMenu="Disable context menu in Shell folders"
  201. EnforceShellExtensionSecurity="Only allow approved Shell extensions"
  202. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  203. NoDrives="Hide Drives in My Computer"
  204. NoNetConnectDisconnect="Disable net connections/disconnections"
  205. NoSaveSettings="Do not save settings on exit"
  206. NoPrinterTabs="Hide General and Details tabs in Printer Properties"
  207. NoDeletePrinter="Disable Deletion of Printers"
  208. NoAddPrinter="Disable Addition of Printers"
  209. NoSettingsWizards="Disable Wizards"
  210. RestrictApps="Run only allowed Windows applications"
  211. RestrictAppsList="List of allowed Windows application:"
  212. RestrictApps_Tip1="     "
  213. RestrictApps_Tip2="To create a list of allowed applications, click Show,"
  214. RestrictApps_Tip3="then Add, and enter the application executable name"
  215. RestrictApps_Tip4="(e.g., Winword.exe, Poledit.exe, Notepad.exe)."
  216. NoRealMode="Do not allow computer to restart in MS-DOS mode"
  217.  
  218. [IEAK]
  219. Title=Shell
  220. NumLines=1
  221. Description0=Shell restrictions description here
  222. Lock=1
  223. Roles=001
  224.