<?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; Internet Explorer 7</title>
	<atom:link href="http://tehtech.com/tag/internet-explorer-7/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>Command Line Administration of IE 7 and 8</title>
		<link>http://tehtech.com/command-line-administration-of-ie-7-and-8/</link>
		<comments>http://tehtech.com/command-line-administration-of-ie-7-and-8/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 19:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=376</guid>
		<description><![CDATA[I found a list of interesting dll handle calls for the administration of internet explorer tasks. These lines can be used via batch file, login script. Kaseya or right from the run prompt. They are kind of useful to run as scheduled tasks too to reduce build up of temp files and history on computers [...]]]></description>
			<content:encoded><![CDATA[<p>I found a list of interesting dll handle calls for the administration of internet explorer tasks. These lines can be used via batch file, login script. Kaseya or right from the run prompt. They are kind of useful to run as scheduled tasks too to reduce build up of temp files and history on computers automatically.<br />
<span id="more-376"></span></p>
<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>
<div class="box">
1. Clear cookies: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2<br />
2. Clear Form Data: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16<br />
3. Clear History: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1<br />
4. Clear Saved Passwords: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32<br />
5. Clear Temp Files: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
</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/command-line-administration-of-ie-7-and-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change The Default Internet Explorer Homepage</title>
		<link>http://tehtech.com/change-the-default-internet-explorer-homepage/</link>
		<comments>http://tehtech.com/change-the-default-internet-explorer-homepage/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 01:34:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=290</guid>
		<description><![CDATA[I have a chunk of registry tweaks I run on new computers, this is one of them. It changes the internet explorer homepage to www.google.com, though you can use anything you like in place of google, perhaps a intranet page? Windows Registry Editor Version 5.00Â  [HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain] &#8220;Start Page&#8221;=&#8221;www.google.com&#8220; Simple but powerful, and can be [...]]]></description>
			<content:encoded><![CDATA[<p>I have a chunk of registry tweaks I run on new computers, this is one of them.  It changes the internet explorer homepage to www.google.com, though you can use anything you like in place of google, perhaps a intranet page?</p>
<div class="box">Windows Registry Editor Version 5.00Â </p>
<p>[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain]<br />
&#8220;Start Page&#8221;=&#8221;<span style="color: #ff0000;">www.google.com</span>&#8220;</div>
<p>Simple but powerful, and can be merged to the registry silently using regedit /s, or added to a list of registry hacks.</p>
<p>To use this with kaseya import the below script, change the <span style="color: #ff0000;">red</span> to your best practice and away you go.</p>
<div class="box">Script Name: Default IE Page &#8211; google<br />
Script Description: Set Default Page on Iternet Explorer.Â Â </p>
<p>IF User Is Logged In<br />
Parameter 1 :<br />
THEN<br />
Set Registry Value<br />
Parameter 1 : HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainStart Page<br />
Parameter 2 : <span style="color: #ff0000;">http://www.google.com</span><br />
Parameter 3 : REG_SZ<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/change-the-default-internet-explorer-homepage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>

