Prepare!

Lee Harvey's Zombie Hit Parade

Subscribe to RSS feed

Posts tagged with "ui"

Make IE7 resemble / behave like IE6

, , , ...

For those of you unhappy by the appearance and behavior of IE7, I found these registry tweaks to be useful -- especially for older folks migrating to IE7 (from IE6) for the first time:

First one moves the menu bar above the address/location bar!
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
"ITBar7Position"=dword:00000001
Disables the Firefox-like search box (not found in IE6).
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]
"NoSearchBox"=dword:00000001
Disable tabbed browsing (not present in IE6)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"Enabled"=dword:00000000
Enjoy.