<?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.1</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><script type="text/javascript"><!--
google_ad_client = "pub-2740910196434334";
google_ad_slot = "5492961778";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</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>

