Skip to content

Instantly share code, notes, and snippets.

@kumar8600
Created July 2, 2015 07:39
Show Gist options
  • Save kumar8600/538eb70ef110f1fd70ec to your computer and use it in GitHub Desktop.
Save kumar8600/538eb70ef110f1fd70ec to your computer and use it in GitHub Desktop.
IEにGoogleを検索プロバイダとして登録するレジストリエントリ(Rawでダウンロードして実行してください)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{656B97C1-F022-4ADA-8289-599BC6188FBA}]
"DisplayName"="Google"
"OSDFileURL"="http://www.iegallery.com/en-us/AddOns/DownloadAddOn?resourceId=813"
"FaviconPath"="C:\\Users\\Yuya\\AppData\\LocalLow\\Microsoft\\Internet Explorer\\Services\\search_{656B97C1-F022-4ADA-8289-599BC6188FBA}.ico"
"FaviconURL"="http://www.google.co.jp/favicon.ico"
"ShowSearchSuggestions"=dword:00000001
"URL"="http://www.google.co.jp/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}"
"SuggestionsURL"="http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}"
"FaviconURLFallback"="http://www.google.com/favicon.ico"
"TopResultURLFallback"=""
"TopResultURL"=""
"SuggestionsURLFallback"="http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}"
"SortIndex"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment