Hide the IE7 Command Bar

Here's a registry hack for removing Internet Explorer 7's toolbar with the standard buttons on it (like favorites, print, etc).  In IE6 you could move/hide the command bar just like any toolbar, but in IE7 it's not so easy.  On my PC they're just wasted space because everything up there is already so easily accessible from the keyboard (Ctrl+P = Print, Alt+A = Favorites, etc).  The "basic" buttons are still visible on the address bar line (like Back, Forward, Refresh, Stop).

Registry Commands

 Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\CommandBar]
"Enabled"=dword:00000000

Of course you can make the buttons small too, but that's still valuable screen real estate.

Update (8/22/07): For Windows Vista 64bit users, the is a different location that IE uses, it's [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\CommandBar] and here are the 64bit reg files: hide, show