Change default action of non-URLs in Internet Explorer location bar
1 REGEDIT4 2 3 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] 4 ""="http://www.yoursite.com/search?&q=%s" 5 "provider"="x"
DZone Snippets > peter > registry
12738 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Peter Cooperx http://www.petercooper.co.uk/
1 REGEDIT4 2 3 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] 4 ""="http://www.yoursite.com/search?&q=%s" 5 "provider"="x"