Op basis van dit KB article van MS: How to create custom .adm or .admx files to add search providers to the toolbar search box in Internet Explorer 7
Een ADM file gemaakt die enkel Google toevoegt als search provider in IE7.
IE7 staat geinstalleerd op een Terminal Server met 2003 R2.
De DC's zijn nog 2000 SP4.
Wel is de policy aangemaakt op een 2003 SP1 server.
Echter krijg ik de volgende melding wanneer ik de ADM file toevoeg aan AD (of local policy van mijn eigen XP SP2 pc):
Kijk ik nou ergens overheen? Of werkt dit gewoon niet?
Mijn ADM file:
-edit-
Test DC aangemaakt in VMware, W2k3 R2, die eet de ADM ook niet.
Een ADM file gemaakt die enkel Google toevoegt als search provider in IE7.
IE7 staat geinstalleerd op een Terminal Server met 2003 R2.
De DC's zijn nog 2000 SP4.
Wel is de policy aangemaakt op een 2003 SP1 server.
Echter krijg ik de volgende melding wanneer ik de ADM file toevoeg aan AD (of local policy van mijn eigen XP SP2 pc):
Echter staat die gewoon in de ADM file, het is namelijk niks meer dan copy/pasten.The following error occured in \\domein\\etc\ADM\SearchProvider.ADM on line 3:
Error 62 The corresponding string was not found in the [strings] section
Found: !!WindowsComponents
The file cannot be loaded.
Kijk ik nou ergens overheen? Of werkt dit gewoon niet?
Mijn ADM file:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| 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\{1CCB32A8-D615-4768-91D3-0E225F91B55E}" VALUENAME DisplayName VALUE "Google" VALUENAME URL VALUE "http://www.google.nl/custom?q={searchTerms}" END ACTIONLISTON END POLICY END CATEGORY END CATEGORY CLASS MACHINE 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\{1CCB32A8-D615-4768-91D3-0E225F91B55E}" VALUENAME DisplayName VALUE "Google" VALUENAME URL VALUE "http://www.google.nl/custom?q={searchTerms}" END ACTIONLISTON END POLICY END CATEGORY END CATEGORY [string] SUPPORTED_IE7="At least Internet Explorer 7.0" WindowsComponents="Windows Components" InternetExplorer="Internet Explorer" PopulateSearchProviderList="Populate List of search providers" IE_Explain_PopulateSearchProviderList="This policy setting will allow you to populate a list of search providers that will be displayed in the Internet Explorer search box.\n\n 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.\n\n If you disable this policy setting or do not configure it, users will have complete freedom to create their own search provider list." |
-edit-
Test DC aangemaakt in VMware, W2k3 R2, die eet de ADM ook niet.
