Codes are for inf files, you can easily add them via an AddReg entry.
I am looking forward to see more tweaks that makes ie7 faster or more user friendly. Thanks for your help.
Here are some from me:
Disable Cleartype
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\Main","UseClearType",0,"no"
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\CommandBar","Enabled",0x10001,0
Code: Select all
HKCU,"Software\Policies\Microsoft\Internet Explorer\InfoDelivery\Restrictions","NoSearchBox",0x10001,1
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser","ITBar7Position",0x10001,1
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\Main","RunOnceHasShown",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\Main","RunOnceComplete",0x10001,1
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\TabbedBrowsing","ShowTabsWelcome",0x10001,0
Code: Select all
HKCU,"Software\Microsoft\Internet Explorer\Main","SearchMigrated",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes","DefaultScope",0,"{4FC1B895-E129-4345-B101-CF4EF5EF80C8}"
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes","Version",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}","DisplayName",0,"@ieframe.dll,-12512"
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}","URL",0,"http://search.live.com/results.aspx?q={searchTerms}&src={referrer:source?}"
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}",,0,"Live Search"
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{4FC1B895-E129-4345-B101-CF4EF5EF80C8}","DisplayName",0,"Google"
HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{4FC1B895-E129-4345-B101-CF4EF5EF80C8}","URL",0,"http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}"