Created
July 2, 2015 07:39
-
-
Save kumar8600/538eb70ef110f1fd70ec to your computer and use it in GitHub Desktop.
IEにGoogleを検索プロバイダとして登録するレジストリエントリ(Rawでダウンロードして実行してください)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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