Link to home
Start Free TrialLog in
Avatar of nicksbell
nicksbell

asked on

How do I disable the Command Bar in IE8

Hi, I am trying to customize Internet Explorer 8 so the user cannot access the Command Bar.  I can hide the Command Bar using the CommandBarEnabled registry key under HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\CommandBar.

The problem I have is that the user can simply re-enable it using the context (right-click) menu.  In IE7 I used the NoBandCustomize key under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer but this seems to have no effect in IE8.

Does anyone know how I can disable this context menu.

Thanks
Avatar of mrroonie
mrroonie
Flag of United Kingdom of Great Britain and Northern Ireland image

hi there, this may work

HKEY_Current_USER\software\policies\microsoft\internet explorer\toolbars\restrictions
Value name: NoCommandBar
Type: DWORD
Value: 1 (on)
or if that doesn't work, maybe try the suggestions here - http://eduboris.blogspot.com/2009/08/how-to-lock-down-internet-explorer-8.html
Avatar of nicksbell
nicksbell

ASKER

Unfortunately the NoCommandBar key, which is your suggestion as well as the suggestion in the link you provided, removes the entire command bar, including the Tabs.  This doesn't help me as I need to keep the tabs.  CommandBarEnabled is the key used to remove just the command button elements of the command bar but it can be simply reinstated by the user using the context menu.  What I need is to disable the context menu.
ASKER CERTIFIED SOLUTION
Avatar of CanusRufus
CanusRufus
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks CanusRufus,

That is a very useful link.  In fact the Lock All Toolbars doesn't do what I need but I noticed that there is a Hide the Command Bar setting which, unlike the registry key I used, also disables the context menu item.

Thanks again.