Advertisement
Guest User

IE9 Search Provider.adm

a guest
Sep 8th, 2011
21,606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ; Based on 'Group Policy Search Providers ADM File', provided by schema_mangler
  2. ; Posted to microsoft.public.internetexplorer.general on 17 Nov 2006, 22:52
  3. ; Search Google Groups for the original, and see http://support.microsoft.com/kb/918238
  4. ; CRGS version changes:; Tidied up unnecessary [strings]
  5. ; Changed Bing, Google, Yahoo, Ask to latest versions, added Search Suggestions
  6. ; Added Amazon UK, eBay, Wikipedia via Microsoft site
  7. ; Also set the Google GUID to the lowest value, so that it is default
  8.  
  9. CLASS USER
  10. CATEGORY !!WindowsComponents
  11. CATEGORY !!InternetExplorer
  12.  
  13. POLICY "Select search providers to be included in policy-based search list"
  14. #if version >= 4
  15. SUPPORTED !!SUPPORTED_IE7
  16. #endif
  17. EXPLAIN !!Search_Explain
  18. KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes"
  19. PART "Ask Kids"
  20. CHECKBOX VALUENAME LiveChoice
  21. ACTIONLISTON
  22. KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\{BF9CED03-41B4-44E9-8850-87E374BEDA17}"
  23. VALUENAME DisplayName VALUE "Ask Kids"
  24. VALUENAME URL VALUE "http://www.askkids.com/web?q={searchTerms}&search=search&qsrc=0&o=0&l=dir"
  25. VALUENAME FaviconURL VALUE "http://www.askkids.com/favicon.ico"
  26. END ACTIONLISTON
  27. END PART
  28.  
  29. PART "Bing"
  30. CHECKBOX VALUENAME BingChoice
  31. ACTIONLISTON
  32. KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\{A6CF48A4-CC6B-46CA-B51A-AA3B0DC46532}"
  33. VALUENAME DisplayName VALUE "Bing"
  34. VALUENAME URL VALUE "http://www.bing.com/search?q={searchTerms}&form=IE8SRC&src=IE-SearchBox"
  35. VALUENAME ShowSearchSuggestions VALUE NUMERIC 1
  36. VALUENAME SuggestionsURL VALUE "http://api.bing.com/qsml.aspx?query={searchTerms}&market={Language}&form=IE8SSC&maxwidth={ie:maxWidth}&rowheight={ie:rowHeight}§ionHeight={ie:sectionHeight}"
  37. VALUENAME Codepage VALUE NUMERIC 65001
  38. VALUENAME FaviconURL VALUE "http://www.bing.com/favicon.ico"
  39. END ACTIONLISTON
  40. END PART
  41.  
  42. PART "Google"
  43. CHECKBOX VALUENAME GoogleChoice
  44. ACTIONLISTON
  45. KEYNAME "Software\Policies\Microsoft\Internet Explorer\SearchScopes\{012E1000-F331-11DB-8314-0800200C9A66}"
  46. VALUENAME DisplayName VALUE "Google"
  47. VALUENAME URL VALUE "http://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}"
  48. VALUENAME ShowSearchSuggestions VALUE NUMERIC 1
  49. VALUENAME SuggestionsURL VALUE "http://clients5.google.com/complete/search?q={searchTerms}&client=ie8&mw={ie:maxWidth}&sh={ie:sectionHeight}&rh={ie:rowHeight}&inputencoding={inputEncoding}&outputencoding={outputEncoding}"
  50. VALUENAME FaviconURL VALUE "http://www.google.com/favicon.ico"
  51. END ACTIONLISTON
  52. END PART
  53.  
  54. END POLICY
  55. END CATEGORY
  56. END CATEGORY
  57.  
  58. [strings]
  59. SUPPORTED_IE7="At least Internet Explorer 7.0"
  60. WindowsComponents="Windows Components"
  61. InternetExplorer="Internet Explorer"
  62. Search_Explain="Adds registry entries to HKCU\Software\Policies\Microsoft\Internet Explorer\SearchScopes for specific search providers. Check or clear the checkbox next to each search provider.\n\n If you enable this policy setting and if the "Restrict search providers to a specific list of providers" Group Policy setting is enabled, the checked entries will be the only ones that appear 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, the checked entries will be added to the user's list of search providers.\n\n If you disable this policy setting or do not configure it, search will be governed by the other relevant policies in this category. See the other policies mentioned here for additional information."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement