PDA

View Full Version : hide the File, Edit, View tool bar in IE



CaptainChaos
01-09-2002, 09:30 AM
Does anybody know how to disable/hide the File, Edit, View tool bar (Explorer tool bar?) in IE

TIA

CC

nails
01-10-2002, 04:08 AM
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

reghakr
01-12-2002, 11:28 PM
CaptainChaos,

backup the registry and/or export the following keys:
go to Start>Run, type regedit. Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Create the two DWORD values below and give them a value of 1.
NoFileMenu
NoEditMenu

The next one will grey out View>Toolbars, but I have yet to figure out View>Explorer bar. Same as above, all DWORDS with a value of 1.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Toolbars\Restrictions

NoAddressBar=dword:00000001 ;hides the Address bar...requires NoToolbarOptions to be effective.
NoToolBar=dword:00000001 ;hides the Standard buttons...requires NoToolbarOptions to be effective.
NoLinksBar=dword:00000001 ;hides the Links bar...requires NoToolbarOptions to be effective.
NoToolbarOptions=dword:00000001 ;prevents enabling the above by the user by right-clicking or from the View menu.

reghakr