XPero Posted September 20, 2004 Posted September 20, 2004 How can I remove by a reg file the "Favorites", "Tools" and "Help" menus in windows (where "File", "Edit", etc. are)?Thanks
MCT Posted September 20, 2004 Posted September 20, 2004 i dont think u can.. i think u have 2 edit explorer.exe
prathapml Posted September 20, 2004 Posted September 20, 2004 In XP/win2k Pro, you can use "gpedit.msc" to control those things.Just type "gpedit.msc" in the "Run" box to use it.
XPero Posted September 20, 2004 Author Posted September 20, 2004 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 MENUEXLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US{POPUP "", 264, MFT_STRING, MFS_ENABLED, 0{MENUITEM "&Menu Bar", 41482, MFT_STRING, MFS_ENABLEDMENUITEM "Buttons", 41476, MFT_STRING, MFS_ENABLEDMENUITEM "URL", 41477, MFT_STRING, MFS_ENABLEDMENUITEM "Launch", 41478, MFT_STRING, MFS_ENABLEDMENUITEM "", 41480, MFT_SEPARATOR, MFS_ENABLEDMENUITEM "Lock", 41484, MFT_STRING, MFS_ENABLEDMENUITEM "Auto-&Hide", 41481, MFT_STRING, MFS_ENABLEDMENUITEM "Modify", 41501, MFT_STRING, MFS_ENABLEDMENUITEM "&Text Labels", 41479, MFT_STRING, MFS_ENABLEDMENUITEM "&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_ENABLEDAll 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 MENUEXLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US{POPUP "", 264, MFT_STRING, MFS_ENABLED, 0{MENUITEM "&Menu Bar", 41482, MFT_STRING, MFS_ENABLEDMENUITEM "Buttons", 41476, MFT_STRING, MFS_ENABLEDMENUITEM "URL", 41477, MFT_STRING, MFS_ENABLEDMENUITEM "Launch", 41478, MFT_STRING, MFS_ENABLEDMENUITEM "", 41480, MFT_SEPARATOR, MFS_ENABLEDMENUITEM "Lock", 41484, MFT_STRING, MFS_ENABLEDMENUITEM "Auto-&Hide", 41481, MFT_STRING, MFS_ENABLEDMENUITEM "Modify", 41501, MFT_STRING, MFS_ENABLEDMENUITEM "&Text Labels", 41479, MFT_STRING, MFS_ENABLEDMENUITEM "&Go Button", 41483, MFT_STRING, MFS_ENABLEDMENUITEM "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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now