BoardBabe Posted January 26, 2006 Posted January 26, 2006 And the question is..... What regkey('s) do I export to capture my IE toolbar layout? I'd like to remove some rather annoying buttons that are extremly rarely used, like the "lookup" button.
RogueSpear Posted January 26, 2006 Posted January 26, 2006 (edited) I used Advanced Registry Tracer to do a before and after snapshot to get the toolbar just the way I wanted it. I'm attaching the relevant entries. Beware, it's not pretty. However, it does work for me every time.EDIT: I would recommend trying this in a VM first in case you don't like it or for some odd reason it has unintended results.cmdlines.7z Edited January 26, 2006 by RogueSpear
BoardBabe Posted January 26, 2006 Author Posted January 26, 2006 (edited) Hmm, basicly what your saying is that the following key need to be exported?[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] Edited January 26, 2006 by BoardBabe
RogueSpear Posted January 26, 2006 Posted January 26, 2006 I have to be honest with you.. it's been so long since I got those registry settings the way I wanted them that I have not looked in there in ages. Just watch out for any branches that might have non or semi-related entries.
glent Posted January 26, 2006 Posted January 26, 2006 these may be helpful, these are taken from the latest version of the registry tweaks im working on;--------------------------------------------------------------------------------------------------------------------------------;Remove All Browser Helper Objects[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects];--------------------------------------------------------------------------------------------------------------------------------;Remove All Browser Extensions[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions];--------------------------------------------------------------------------------------------------------------------------------;Show GO button in address bar[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"ShowGoButton"="yes";--------------------------------------------------------------------------------------------------------------------------------;Disbale Favorites[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFavorites"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFavorites"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns off the Internet Options command on the Tools menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserOptions"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserOptions"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns off Save on the File Download dialog box[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFileNew"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFileNew"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes the Save As command on the File menu.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserSaveAs"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserSaveAs"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes the Tip of the Day command on the Help menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemTipOfTheDay"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemTipOfTheDay"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes the For Netscape Users command on the Help menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemNetscapeHelp"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemNetscapeHelp"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes the Internet Explorer Tutorial command on the Help menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemTutorial"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemTutorial"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes the Send Feedback command on the Help menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemSendFeedback"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpItemSendFeedback"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Removes Print command on the File menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoPrinting"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoPrinting"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns off the New command on the File menu[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFileNew"=dword:00000000[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFileNew"=dword:00000000;--------------------------------------------------------------------------------------------------------------------------------;Removes the Media Bar command on the toolbar when the user plays online content[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"No_LaunchMediaBar"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"No_LaunchMediaBar"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Disables F11 key (full-screen mode).[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoTheaterMode"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoTheaterMode"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Disables the right-click shortcut menu on a Web page.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserContextMenu"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoBrowserContextMenu"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns the F3 command and the Search bar[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFindFiles"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoFindFiles"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns off the Source command on the View menu. However, to completely disable user's ability to view the source, the NoBrowserContextMenu value must be added.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoViewSource"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoViewSource"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Turns off the CTRL+N command and the Open command to open a new window.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoOpeninNewWnd"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoOpeninNewWnd"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Makes the Always ask before opening this type of file check box on the on the Safe Open File dialog box unavailable so that it is always selected.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"AlwaysPromptWhenDownload"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"AlwaysPromptWhenDownload"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Disables the Back and Forward navigation buttons on the toolbar.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoNavButtons"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoNavButtons"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Disables the Internet Explorer Help menu.[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpMenu"=dword:00000001[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]"NoHelpMenu"=dword:00000001;--------------------------------------------------------------------------------------------------------------------------------;Don't show online content in Media bar[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Media]"SuppressOnlineContent"="yes";--------------------------------------------------------------------------------------------------------------------------------;IE toolbar layout (small icons, no text)[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]"ShowDiscussionButton"="no"
Yungsters Posted January 27, 2006 Posted January 27, 2006 I've used RegShot and have consistently [and successfully] used these values to edit my Internet Explorer toolbar.;;;; Internet Explorer Toolbar Customization;;[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]"{1E796980-9CC5-11D1-A83F-00C04FC99D61}"=hex(3):07,00,00,00,F4,03,00,00,7E,69,79,\ 1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,20,01,00,00,00,00,00,00,F5,03,00,00,7E,\ 69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,21,01,00,00,00,00,00,00,F6,03,00,\ 00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,24,01,00,00,04,00,00,00,F7,\ 03,00,00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,25,01,00,00,04,00,00,\ 00,F8,03,00,00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,22,01,00,00,04,\ 00,00,00,F9,03,00,00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,23,01,00,\ 00,04,00,00,00,FA,03,00,00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,61,26,\ 01,00,00,04,00,00,00,FB,03,00,00,7E,69,79,1E,C5,9C,D1,11,A8,3F,00,C0,4F,C9,9D,\ 61,2E,01,00,00,04,00,00,00[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]"{01E04581-4EEE-11D0-BFE9-00AA005B4383}"=hex(3):81,45,E0,01,EE,4E,D0,11,BF,E9,00,\ AA,00,5B,43,83,10,00,00,00,00,00,00,00,01,E0,32,F4,01,00,00,00"{0E5CBF21-D15F-11D0-8301-00AA005B4383}"=hex(3):21,BF,5C,0E,5F,D1,D0,11,83,01,00,\ AA,00,5B,43,83,22,00,1C,00,08,00,00,00,06,00,00,00,01,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,4C,00,00,00,01,14,02,00,00,00,00,00,C0,00,00,00,00,00,00,\ 46,81,00,00,00,10,00,00,00,A0,33,42,92,28,21,C6,01,20,93,1A,A2,47,21,C6,01,E0,\ C2,E5,A1,28,21,C6,01,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,5F,01,14,00,1F,50,E0,4F,D0,20,EA,3A,69,10,A2,D8,08,00,2B,30,30,\ 9D,19,00,2F,43,3A,5C,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 5C,00,31,00,00,00,00,00,38,34,DD,A6,10,00,44,4F,43,55,4D,45,7E,31,00,00,44,00,\ 03,00,04,00,EF,BE,38,34,B4,62,38,34,C7,BD,14,00,00,00,44,00,6F,00,63,00,75,00,\ 6D,00,65,00,6E,00,74,00,73,00,20,00,61,00,6E,00,64,00,20,00,53,00,65,00,74,00,\ 74,00,69,00,6E,00,67,00,73,00,00,00,18,00,48,00,31,00,00,00,00,00,38,34,E1,A6,\ 10,00,54,49,4D,4F,54,48,7E,31,00,00,30,00,03,00,04,00,EF,BE,38,34,DD,A6,38,34,\ C7,BD,14,00,00,00,54,00,69,00,6D,00,6F,00,74,00,68,00,79,00,20,00,59,00,75,00,\ 6E,00,67,00,00,00,18,00,56,00,31,00,00,00,00,00,38,34,15,A7,11,00,46,41,56,4F,\ 52,49,7E,31,00,00,3E,00,03,00,04,00,EF,BE,38,34,E0,A6,38,34,5B,BE,14,00,28,00,\ 46,00,61,00,76,00,6F,00,72,00,69,00,74,00,65,00,73,00,00,00,40,73,68,65,6C,6C,\ 33,32,2E,64,6C,6C,2C,2D,31,32,36,39,33,00,18,00,36,00,31,00,00,00,00,00,38,34,\ 0C,A7,10,00,4C,69,6E,6B,73,00,22,00,03,00,04,00,EF,BE,38,34,FD,A6,38,34,00,B6,\ 14,00,00,00,4C,00,69,00,6E,00,6B,00,73,00,00,00,14,00,00,00,60,00,00,00,03,00,\ 00,A0,58,00,00,00,00,00,00,00,79,75,6E,67,73,74,65,72,73,00,00,00,00,00,00,00,\ E2,AF,40,BE,27,5F,5F,4F,8F,F6,DE,A0,42,67,0D,A6,C1,22,6B,69,2B,8D,DA,11,B5,7B,\ 00,03,FF,5F,8D,5E,E2,AF,40,BE,27,5F,5F,4F,8F,F6,DE,A0,42,67,0D,A6,C1,22,6B,69,\ 2B,8D,DA,11,B5,7B,00,03,FF,5F,8D,5E,00,00,00,00"ITBarLayout"=hex(3):11,00,00,00,4C,00,00,00,00,00,00,00,32,00,00,00,1F,00,00,00,\ 3A,00,00,00,01,00,00,00,A0,06,00,00,44,01,00,00,03,00,00,00,A0,02,00,00,A4,01,\ 00,00,05,00,00,00,23,04,00,00,26,00,00,00,02,00,00,00,A1,06,00,00,44,01,00,00,\ 04,00,00,00,A0,00,00,00,CE,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00So it's...[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]Good luck!
amit_talkin Posted January 27, 2006 Posted January 27, 2006 but after exporting ..what is the use of it??
BoardBabe Posted January 27, 2006 Author Posted January 27, 2006 Thanks this cleared things up for me.I also found out how to disable, and then also remove the button to the "lookup extension" (dont know exact what its called in english), through .reg.. (the winrar like icon button).[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Settings\{92780B25-18CC-41C8-B9BE-3C9C571A8263}]"Flags"=dword:00000001"Version"="*"
Yungsters Posted January 27, 2006 Posted January 27, 2006 but after exporting ..what is the use of it??The key is exported from a configured system so that it can be used to pre-configure an unattended installation.
Lazy8 Posted January 29, 2006 Posted January 29, 2006 That setting contains a ton of information specifically tailored to your preferences, Yungsters. I believe amit_talkin was asking why his IE toolbar should look exactly like yours. Perhaps you could add a description or (even better) screenshot of your toolbar layout to let others know what to expect from those settings.Whenever possible, I'll set up my toolbars on the target machine, and use Regshot to locate the settings I need. I suppose simply navigating to those points in Regedit and exporting them would be just as easy.
Yungsters Posted January 29, 2006 Posted January 29, 2006 Oh! Sorry, I didn't mean for you to use my settings. I was trying to show where the keys that control the Internet Explorer Toolbar were located.However, if you want to use mine, feel free to do so. (I've attached a preview of my toolbar. I wouldn't say everyone'd like it, but it saves space.)
BoardBabe Posted January 29, 2006 Author Posted January 29, 2006 (edited) Yup, your right, I don't like it hehe But thanks for providing the key to export...It's strange though, cause regshot does'nt register any changes when i alter the toolbar layout. (add/remove buttons) Edited January 29, 2006 by BoardBabe
Yungsters Posted January 29, 2006 Posted January 29, 2006 Take a shot beforehand, make the changes, then close the Internet Explorer window and try taking the second shot. If that doesn't work, make sure you only have one browser window open.
BoardBabe Posted January 29, 2006 Author Posted January 29, 2006 Yeh, I know how to use regshot Must have been really tired or something when I did it, I'll retry and see if I can get some output.
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