IE7 tweaks - move addressbar and remove search pane
Hide the search pane:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\InfoDelivery\Restrictions]
"NoSearchBox"=dword:00000001 (set to zero or delete the DWORD to return to normal)
Move the menu bar to top of screen:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
"ITBar7Position"=dword:00000001 (set to zero or delete the DWORD to return to normal)
You will need to restart IE for the changes to take effect.