In deze post vind je een aantal registry tweaks voor de Internet Explorer Search Engine.

ie7kbsearchprovider

 

Google als default Search Engine

Kopieer de onderstaande tekst in notepad en sla deze op als ie7googlesearch.reg.

Windows Registry Editor Version 5.00

;Add Google as a Search Engine
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{A5816146-54D7-4DEF-B045-53B0E67878FD}]
“DisplayName”=”Google”

;Add Google as a Search Engine
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{A5816146-54D7-4DEF-B045-53B0E67878FD}]
“URL”=”
http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}”

;Add Google as a Search Engine
; Export your own Key here as it may be different
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
“SavedLegacySettings”=hex:3c,00,00,00,c1,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,00,00,
00,00,a0,7b,ae,ef,9e,48,c6,01,01,00,00,00,02,00,00,00,c0,a8,01,66,00,00,00,00,00,00,00,00,6f,00,6f,0
0,74,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00,44,00,3b,00,2e,00,56,00,42,00,53,00,3b,00,2e,00,56
,00,42,00,45,00,3b,00,2e,00,4a,00,53,00,3b,00,2e,00,4a,00,53,00,45,00,3b,00,2e,00,57,00,53,00,46,00,
3b,00,2e,00,57,00,53,00,48,00,00,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,62,00,65,0
0,6d,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,

;Make Google DEfault Search Engine
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
“DefaultScope”=”{A5816146-54D7-4DEF-B045-53B0E67878FD}”

;Phishing Filter Automatic
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter]
“Enabled”=dword:00000002

; Export your own Key here as it may be different
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
“SavedLegacySettings”=hex:3c,00,00,00,c4,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,00,00,
00,00,a0,7b,ae,ef,9e,48,c6,01,01,00,00,00,02,00,00,00,c0,a8,01,66,00,00,00,00,00,00,00,00,6f,00,6f,0
0,74,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00,44,00,3b,00,2e,00,56,00,42,00,53,00,3b,00,2e,00,56
,00,42,00,45,00,3b,00,2e,00,4a,00,53,00,3b,00,2e,00,4a,00,53,00,45,00,3b,00,2e,00,57,00,53,00,46,00,
3b,00,2e,00,57,00,53,00,48,00,00,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,62,00,65,0
0,6d,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,

Importeer daarna de ie7googlesearch.reg en de default search is aangepast naar google.

Let op! dit is een current user setting. Dit dien je dus voor alle users via een script of iets dergelijks uit te voeren.

Search Engine voor het zoeken naar KB artikelen van MS

Kopieer de onderstaande tekst in notepad en sla deze op als ie7kbsearch.reg

Windows Registry Editor Version 5.00

; add search MS Knowledgebase by KB number (just type the number in the search box)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\MSKBnumber]
“DisplayName”=”MS KB number”
“URL”=”
http://support.microsoft.com/?kbid={SearchTerms}”

;add search MS knowledgebase by string (type the string in the search box)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\MSKBString]
“DisplayName”=”MS KB String”
“URL”=”http://support.microsoft.com/search/default.aspx?query={SearchTerms}”

Importeer daarna de  ie7kbsearch.reg en de KB search engine word aangemaakt.

Let op! dit is een current user setting. Dit dien je dus voor alle users via een script of iets dergelijks uit te voeren.

Advertisement

One thought on “Internet Explorer: Default Search Engine

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.