PDA

View Full Version : disable all menu (WXP)


optisoft
04-03-2002, 11:20 PM
is it possible to disable all menu on Internet Explorer

File edit view favorites ....

reghakr
04-04-2002, 01:01 AM
File, Favorites, and Help...should work on XP:

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

Add a DWORD named:
NoFileMenu

Give it a value of 1. This disables Windows Explorer also, however.

To remove the Favorites menu, navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Restrictions

and add the DWORD named No Favorites and give it a value of 1.

To totally Disable the Help menu add a DWORD named NoHelpMenu under the same key. Also a value of 1.

reghakr
<P ID="edit"><FONT class="small">Edited by reghakr on 04/03/02 19:03.</FONT></P>