Jump to content

IE8 + Default Google Search via GPO (or some other method)


Recommended Posts

Posted

Morning all

 

Right, how do I go about setting Google to be the default Search Engine in IE8 for W7 Professional via GPO (or some other method) from Server 2008R2?

 

Thanks all

Andy :)

  • 3 weeks later...
Posted

bmdixon.... or anyone for that matter....

 

I must be having a dense moment but followed the admx + adml route, and i while i get that those types auto load into the GPMC in Win7, I cant see the settings to enable anywhere :(

 

Any clue as to what im doing wrong there?

 

[its for Win7 with IE8 btw]

 

Cheers

Nath

Posted

you should see a "Populate list of search providers" under User Configuration -> Administrative Templates -> Windows Components -> Internet Explorer.

If you don't then they aren't getting imported properly. I seem to remember that i forgot that the two files go into slightly different folders.... "%windir%\policydefinitions\" and "%windir%\policydefinitions\language directory"

Posted (edited)

hehe yeah.... managed that alright.

 

However it doesnt appear..... stupid XML rubbish ;)

 

Not sure what the VERSION is meant to be so I put '1' being I cant find any DWORD's there... actually... I may as well paste what I've got so far...

 

SearchProvider.admx:


 
   
   
 
 
 
     
     
     
     
       
           
               
           
       
       
           
               Google
           	
       
       
           
               http://www.google.com/favicon.ico
           	
       	
       
           
               http://www.google.co.uk/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}
           
       
     
     
 

 

SearchProvider.adml:


 Set IE 8 SearchProviders
 Sets the Search Providers in IE 8 using Group Policy
 
   
     Populate List of search providers
     This policy setting will let you populate a list of search providers that will be displayed in Internet Explorer's search box.

If you enable this policy setting and if the "Restrict search providers to a specific list of search providers" Group Policy setting is enabled, this list will be the only list that appears in the Internet Explorer drop-down list. If the "Add a specific list of search providers to the user's search provider list" Group Policy setting is enabled, this list will be added to the user's list of search providers.

If you disable this policy setting or do not configure it, users will have complete freedom to create their own search provider list.
   
 

 

 

EDIT: Seems its not happy when its parsing... i get this:

 

[Window Title]

Administrative Templates

 

[Main Instruction]

Encountered an error while parsing.

 

[Content]

Expected one of the following possible element(s), , , , , but found instead.

 

File C:\Windows\PolicyDefinitions\SearchProvider.admx, line 11, column 19

 

[OK]

 

Any help here would be great coz Bing is just an annoyance and once sorted, should be able to set the default using this.... once it works ;)

 

As a side note, has anyone found any decent tutorials [aka not the masses of rubbish on MS's TN site hehe] on making admx/l's? Once I get the hang of it, it should make things a bit easier... i hope.

 

Cheers for any assist.

Nath

Edited by tarquel
Posted

Thanks for this. Have already downloaded it earlier but didnt get a chance to look at it etc so I'll have a game of "spot the difference" in the morning and see whats occurin' ;)

 

Cheers

Nath

Posted

it was the version part of my post i think.

 

But happy days, the entry is there and I've been able to eliminate that 'orrible Bing-a-ling-ding from thy Browser.

 

Many thanks bmdixon :)

 

Nath

  • 2 weeks later...
Posted
This is what I view as the main dif btwn google and the other big players. MS and apple will make it difficult to interface their products with competing products. Google does the opposite. This has helped Google become the dominant player.
  • 1 month later...
  • 2 months later...
  • 2 weeks later...
Posted

I want to set this up. Tried and failed just before xmas. Where do I get the GUID's from? Do I grab them from a registry on a machine with the search engines already setup? Also, the instructions were for IE7 - presumably its the same for IE8 and beyond - do I need to change anything for these?

 

Wish to setup some child friendly ones - yahooligans, ask jeeves for kits and kids click. Anymore suggestions anyone?

 

Also, can I deploy something automatically to set google safe search options on by default.

  • 2 months later...
Posted

Hello! Since i had to make an account to download those ziped files, i figured i might as well comment.

 

I have modified them slightly and will reproduce them below for anyone wanting a non UK version of google. And also will make them not a register only download by just pasting them in.

Also it should be noted that these settings are in admin templates -> windows components -> internet explorer. You have to turn on both "add a specific list of search providers" and "populate list of search providers". It seems you do have to change both user and machine entries to get it working. Took me a while to fidn the damn things as i am not used to the XML layout vs ADM files. (hint the key names are in the ADML file)

 

ugg it seems i have to have one post in order to post "links" of which there are in the admx file. thanks for that board! admx file will follow in next message then

Posted

----searchproviders.ADMX



 
   
   
 
 
 
     
     
					
     
       
           
               
           
       
       
           
               Google
           	
       	
       
           
               http://www.google.com/search?q={searchTerms}
           
       
     
     
     

     
       
           
               
           
       
       
           
               Google
           	
       	
       
           
               http://www.google.com/search?q={searchTerms}
           
       
     
     
 


 

---- searchproviders.ADML



 Google Search
 Allow searching using Google
 
   
     Populate List of search providers
     This policy setting will let you populate a list of search providers that will be displayed in Internet Explorer's search box.

If you enable this policy setting and if the "Restrict search providers to a specific list of search providers" Group Policy setting is enabled, this list will be the only list that appears in the Internet Explorer drop-down list. If the "Add a specific list of search providers to the user's search provider list" Group Policy setting is enabled, this list will be added to the user's list of search providers.

If you disable this policy setting or do not configure it, users will have complete freedom to create their own search provider list.
   
 


  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...