Windows Registry Editor Version 5.00

; I got this tip at http://www.microsoft.com/mspress/books/sampchap/6232a.asp
; this allows you to do Google searches directly from your Internet Explorer
; address bar -- just type "google" plus your search terms (for example,
; type "google lotus domino" to do a Google search for "lotus domino")

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\google]
@="http://www.google.com/search?q=%s"
" "="+"
"%"="%25"
"&"="%26"
"+"="%2B"

