GaMeR64 Posted April 11, 2011 Posted April 11, 2011 Hello everyone,I have done a lot of searchg but i can`t seem to find an answer to my problem.I am trying to set Google as my default search engine in IE9 from a batch file or from a registry file. I can`t get it to work. I have tried several solutions but the search engine parts seem to be very different then in IE8 (and IE7). When trying to find answers all the posts (or websites) i found showed a tutorial to install the Google IE9 addon manually but none of them talk about doing that by a batch file or from a registry file. I don`t really care how the it should be installed like with AutoIT, by batch, registry or something else.I tried exporting the Search Scopes registry file for IE on a working pc but when i install that on another pc it seems to corrupt the search engines.Any help is highly appreciated.Thanks in advance for reading.
SunLion Posted April 11, 2011 Posted April 11, 2011 I use the configuration below with the register, logon as administrator:Windows Registry Editor Version 5.00;IE9 Preferences[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"DisableFirstRunCustomize"=dword:00000001"Check_Associations"="no""Friendly http errors"="no""Show image placeholders"=dword:00000001"Start Page"="about:blank""UseSWRender"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE]"AlwaysShowMenus"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter]"EnabledV9"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]"DefaultScope"="{52ADEEAA-7118-4D93-944B-4C284B1DD322}""DownloadUpdates"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{52ADEEAA-7118-4D93-944B-4C284B1DD322}]"DisplayName"="Google""URL"="http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]"Groups"=dword:00000000"NewTabNextToCurrent"=dword:00000000"NewTabPageShow"=dword:00000000And work fine.
submix8c Posted April 20, 2011 Posted April 20, 2011 just go to options and choose current pageThis is the Unattended Subforum - this suggestion does no good.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now