<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Teh Tech &#187; Search Provider</title>
	<atom:link href="http://tehtech.com/tag/search-provider/feed/" rel="self" type="application/rss+xml" />
	<link>http://tehtech.com</link>
	<description>Being an Admin is Hard Enough</description>
	<lastBuildDate>Wed, 14 Jul 2010 16:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Internet Explorer 7 Search Provider Import/Export</title>
		<link>http://tehtech.com/internet-explorer-7-search-provider-import-export/</link>
		<comments>http://tehtech.com/internet-explorer-7-search-provider-import-export/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[Search Provider]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=282</guid>
		<description><![CDATA[I recently came across a computer that for no good reason would seem to allow me to change or add a search provider.  When I would attempt to add a provider to the search bar (since google is tons better than the default; windows live) it would cause a fatal exception and close Internet Explorer.  After a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a computer that for no good reason would seem to allow me to change or add a search provider.  When I would attempt to add a provider to the search bar (since google is tons better than the default; windows live) it would cause a fatal exception and close Internet Explorer.  After a ton of  searching, I could not find this anywhere on the internets so i think it is worth posting here.  <br />
<span id="more-282"></span><br />
I found the registry location of the search provider, and exported it from my computer.  Then i exported it into the mean computer and voila the new search provider was installed.  The below registry key can be added to the registry of a computer to add Google Search as a search provider and set it as defult.  If you want a different search provider just set it up on your computer and export the below key, note that you can also export more than one search provider with this method.  I have added these keys to the script of registry tweeks I run when installing a new OS.  hope this helps!</p>
<div class="box">Windows Registry Editor Version 5.00 </p>
<p>[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchScopes]<br />
&#8220;DefaultScope&#8221;=&#8221;{10C02F5B-9658-4FF2-944B-2C40A61E2F89}&#8221;<br />
&#8220;Version&#8221;=dword:00000001</p>
<p>[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchScopes{10C02F5B-9658-4FF2-944B-2C40A61E2F89}]<br />
&#8220;DisplayName&#8221;=&#8221;Google&#8221;<br />
&#8220;URL&#8221;=&#8221;http://www.google.com/search?q={searchTerms}&amp;rls=com.microsoft:{language}&amp;ie={inputEncoding}&amp;oe={outputEncoding}&amp;startIndex={startIndex?}&amp;startPage={startPage}&#8221;</p></div>
<p>To do this silently through Kaseya you can save the above as search.reg and upload it to your kserver. Make sure you change the <span style="color: #ff0000;">red</span> to match the path of your reg file.</p>
<div class="box">Script Name: Defult Search Provider Google<br />
Script Description: Add Google as search provider in IE 7 and Make it Default </p>
<p>IF True<br />
THEN<br />
Write File<br />
Parameter 1 : c:tempsearch.reg<br />
Parameter 2 : <span style="color: #ff0000;">adminRegsearch.reg</span><br />
OS Type : 0<br />
Execute Shell Command<br />
Parameter 1 : regedit /s c:tempsearch.reg<br />
Parameter 2 : 0<br />
OS Type : 0<br />
ELSE</div>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/internet-explorer-7-search-provider-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
