Jump to content

Remove "Favorites", "Tools" and "Help"


Recommended Posts

Posted

How can I remove by a reg file the "Favorites", "Tools" and "Help" menus in windows (where "File", "Edit", etc. are)?

Thanks :hello:


Posted

Thanks a lot, but I think I've found the real way!! ;)

You'll need to open Resource Hacker, and load BROWSELC.DLL, then go to MENU #264. For 2K/XP, the number of your menu might differ from mine, but the target menu will be in Browselc.dll. To help you make sure you have the right menu, it will look similiar to below (I've removed some of the default items)

264 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 264, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "&Menu Bar", 41482, MFT_STRING, MFS_ENABLED
MENUITEM "Buttons", 41476, MFT_STRING, MFS_ENABLED
MENUITEM "URL", 41477, MFT_STRING, MFS_ENABLED
MENUITEM "Launch", 41478, MFT_STRING, MFS_ENABLED
MENUITEM "", 41480, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Lock", 41484, MFT_STRING, MFS_ENABLED
MENUITEM "Auto-&Hide", 41481, MFT_STRING, MFS_ENABLED
MENUITEM "Modify", 41501, MFT_STRING, MFS_ENABLED
MENUITEM "&Text Labels", 41479, MFT_STRING, MFS_ENABLED
MENUITEM "&Go Button", 41483, MFT_STRING, MFS_ENABLED

}
}

Now, the trick here to accomplish this mod is very easy. All you need to do, is basically emulate the first menuitem, being the "Menu Bar" item. This menuitem, on my system, does not show up by default, even though it's in the same menu that it should be in order to show.

This menu, for those who might be a bit lost, is the menu that you see when you right click on the menu bars of either IE or explorer, where you have options to display certain toolbars, etc... This is the very menu that should contain this command by default, but doesn't, so you have to make it show itself.

So, all you do, is simply select the first menu line, and then copy it to another location within this same menu. You leave it identical to the way it is, except for changing it's caption. The line I'm referring to is below:

MENUITEM "&Menu Bar", 41482, MFT_STRING, MFS_ENABLED

All you have to do is change the name of it in between the quotes, from "&Menu Bar", to whatever you'de like. I named mine "Bar". What this does, is it makes the menu show the command, because it has no choice but to, but yet, it retains the same function as it's original item. So, a modded menu, correctly formatted, looks like so:

264 MENUEX
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "", 264, MFT_STRING, MFS_ENABLED, 0
{
MENUITEM "&Menu Bar", 41482, MFT_STRING, MFS_ENABLED
MENUITEM "Buttons", 41476, MFT_STRING, MFS_ENABLED
MENUITEM "URL", 41477, MFT_STRING, MFS_ENABLED
MENUITEM "Launch", 41478, MFT_STRING, MFS_ENABLED
MENUITEM "", 41480, MFT_SEPARATOR, MFS_ENABLED
MENUITEM "Lock", 41484, MFT_STRING, MFS_ENABLED
MENUITEM "Auto-&Hide", 41481, MFT_STRING, MFS_ENABLED
MENUITEM "Modify", 41501, MFT_STRING, MFS_ENABLED
MENUITEM "&Text Labels", 41479, MFT_STRING, MFS_ENABLED
MENUITEM "&Go Button", 41483, MFT_STRING, MFS_ENABLED
MENUITEM "BAR", 41482, MFT_STRING, MFS_ENABLED
}
}

As you can see, I placed my second item on the bottom, but you can place yours wherever you wish.

As stated, this mod works in both IE, and win explorer. If you wish to keep other toolbars out, such as the address, or links bar, the toolbar menus will turn off, but you will not gain any extra space, due to having the other toolbars out. I only use this mod in explorer, as I have no need for any toolbars such as links or address, while browsing files. Also, once you turn it off, if you decide you need the menus again, simply right click where you normally would to open this menu, select your new item again, and the menu bar will reappear. You might have to click around a bit to find the right spot, but eventually, the menu will pop out.

So there ya have it, a little mod that makes alot of difference, to some anyway :) Enjoy :)

by WinT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...