Never been to DZone Snippets before?

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

Change default action of non-URLs in Internet Explorer location bar (See related posts)

Turn this into a .reg file for people to use:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.yoursite.com/search?&q=%s"
"provider"="x"

You need to create an account or log in to post comments to this site.


Click here to browse all 4858 code snippets

Related Posts