Jump to content

Create search provider within a GPO


Recommended Posts

I created an ADM file to tighten IE7 down on our domain. I followed the instructions found at http://support.microsoft.com/kb/918238 but must have made a mistake somewhere when adding more than 1 search provider. Can anyone tell me where the problem could be? Also i want GUID 1 to be the default search provider, again with this file i seem to have GUID 2 as the default....

CLASS USER
CATEGORY !!WindowsComponents
CATEGORY !!InternetExplorer

POLICY !!PopulateSearchProviderList
#if version >= 4
SUPPORTED !!SUPPORTED_IE7
#endif
EXPLAIN !!IE_Explain_PopulateSearchProviderList
KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes"
VALUENAME Version
VALUEON NUMERIC 1
ACTIONLISTON
KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes"
VALUENAME DefaultScope VALUE "[color="#FF0000"]GUID 1[/color]"
END ACTIONLISTON

VALUEON NUMERIC 1
ACTIONLISTON
KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\[color="#FF0000"]GUID 1[/color]\"
VALUENAME DisplayName VALUE "[color="#FF0000"]Search Provider 1[/color]"
VALUENAME URL VALUE "[color="#FF0000"]URL[/color]"
END ACTIONLISTON

VALUEON NUMERIC 1
ACTIONLISTON
KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\[color="#008000"]GUID 2[/color]"
VALUENAME DisplayName VALUE "[color="#008000"]Search Provider 2[/color]"
VALUENAME URL VALUE "[color="#008000"]URL[/color]"
END ACTIONLISTON

VALUEON NUMERIC 1
ACTIONLISTON
KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\[color="#0000FF"]GUID 3[/color]"
VALUENAME DisplayName VALUE "[color="#0000FF"]Search Provider 3[/color]"
VALUENAME URL VALUE "[color="#0000FF"]URL[/color]"
END ACTIONLISTON

END POLICY
END CATEGORY
END CATEGORY

Cheers

Link to comment
Share on other sites

  • 2 weeks later...

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...