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

About this user

Peter Cooperx http://www.petercooper.co.uk/

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Change default action of non-URLs in Internet Explorer location bar

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

   1  REGEDIT4
   2  
   3  [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
   4  ""="http://www.yoursite.com/search?&q=%s"
   5  "provider"="x"
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS