<?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>Mike Dopp</title>
	<atom:link href="http://mikedopp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikedopp.com</link>
	<description>Code Monkey by Day, Unix/Windows Administrator by Night, Social Media Chump 24/7</description>
	<lastBuildDate>Mon, 23 Aug 2010 21:47:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MikeDopp.com: Back From the Dead</title>
		<link>http://mikedopp.com/2010/mikedopp-com-back-from-the-dead/</link>
		<comments>http://mikedopp.com/2010/mikedopp-com-back-from-the-dead/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:14:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Friends]]></category>

		<guid isPermaLink="false">http://mikedopp.com/?p=477</guid>
		<description><![CDATA[Thanks to some help from Twitter, Yahoo, and Joe Levi, MikeDopp.com lives again!]]></description>
			<content:encoded><![CDATA[<p>Thanks to some help from Twitter, Yahoo, and <a href="http://joelevi.com" target="_blank">Joe Levi</a>, MikeDopp.com lives again!
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fmikedopp-com-back-from-the-dead%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fmikedopp-com-back-from-the-dead%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/mikedopp-com-back-from-the-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change, Edit, Modify your Network Adapter Config via Command Prompt</title>
		<link>http://mikedopp.com/2010/change-edit-modify-your-network-adapter-config-via-command-prompt/</link>
		<comments>http://mikedopp.com/2010/change-edit-modify-your-network-adapter-config-via-command-prompt/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:37:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Edit TCP/IP via Command Prompt]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/06/09/change-edit-modify-your-network-adapter-config-via-command-prompt/</guid>
		<description><![CDATA[Command Prompt is a very powerful and fast way to do many things on your computer. However most people find it hard to use do to the fact they do not know any of the commands to carry out what &#8230; <a href="http://mikedopp.com/2010/change-edit-modify-your-network-adapter-config-via-command-prompt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Command Prompt is a very powerful and fast way to do many things on your computer. However most people find it hard to use do to the fact they do not know any of the commands to carry out what they want to do.</p>
<p>We are going to talk about the setting of your network adapter via command prompt:</p>
<p>To View your TCP/IP settings:</p>
<blockquote><p>“netsh interface ip show config”</p></blockquote>
<p>Change TCP/IP Settings:</p>
<blockquote><p>“netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.0.100 255.255.255.0 192.168.0.1.1”</p></blockquote>
<p>Export your current settings to a txt file:</p>
<blockquote><p>“netsh –c interface dump &gt; C:’locatio1.txt”</p></blockquote>
<p>Import your IP settings:</p>
<blockquote><p>“netsh –f c:’location1.txt”</p></blockquote>
<p>Set your IP address to DHCP:</p>
<blockquote><p>“netsh interface ip set address “Local Area Connection” dhcp”</p></blockquote>
<p>Set your DNS and WINS addresses:</p>
<blockquote><p>“netsh interface ip set dns “Local Area Connection” static 192.168.0.100”</p></blockquote>
<p>Set your DNS to dynamically obtain it’s DNS settings:</p>
<blockquote><p>“netsh interface ip set dns “Local Area Connection” dhcp”</p></blockquote>
<p>As you can tell the “netsh” command is very powerful.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:96c43d8f-8519-4b7c-b439-ee636ee7a10a" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/Netsh">Netsh</a>, <a rel="tag" href="http://flickr.com/photos/tags/The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://flickr.com/photos/tags/Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e56f5186-200d-4c7e-98c7-7b372ae86f75" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/Netsh/">Netsh</a>, <a rel="tag" href="http://www.buzznet.com/tags/The+power+of+command+prompt/">The power of command prompt</a>, <a rel="tag" href="http://www.buzznet.com/tags/Change+your+TCP%2fIP+settings+via+command+prompt/">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:dde30558-aab9-418a-a8f9-bf26bfe53375" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Netsh">Netsh</a>, <a rel="tag" href="http://technorati.com/tags/The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://technorati.com/tags/Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d34a0ddb-2b99-4719-9780-a54c08fc5ca9" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/Netsh">Netsh</a>, <a rel="tag" href="http://del.icio.us/popular/The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://del.icio.us/popular/Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2eb8dcb7-1238-4249-88a9-b527c73d96f5" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=Netsh">Netsh</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:327c760f-32ad-4680-8400-d84e5c13088d" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Netsh">Netsh</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:669bc09b-16e7-4a7e-a061-0a520a902cca" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/Netsh">Netsh</a>, <a rel="tag" href="http://www.43things.com/tag/The+power+of+command+prompt">The power of command prompt</a>, <a rel="tag" href="http://www.43things.com/tag/Change+your+TCP%2fIP+settings+via+command+prompt">Change your TCP/IP settings via command prompt</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fchange-edit-modify-your-network-adapter-config-via-command-prompt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fchange-edit-modify-your-network-adapter-config-via-command-prompt%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Edit+TCP%2FIP+via+Command+Prompt" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/change-edit-modify-your-network-adapter-config-via-command-prompt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open a Photoshop Document without Photoshop being  installed</title>
		<link>http://mikedopp.com/2010/open-a-photoshop-document-without-photoshop-being-installed/</link>
		<comments>http://mikedopp.com/2010/open-a-photoshop-document-without-photoshop-being-installed/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 08:22:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[PSD without Photoshop]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/06/08/open-a-photoshop-document-without-photoshop-being-installed/</guid>
		<description><![CDATA[Adobe Photoshop is a very expensive application (cash and resource). With so many open source Photoshop nock-offs (Gimp, Paint.NET, Paint and a few others) It can be hard to justify the cost if all you need to do is open &#8230; <a href="http://mikedopp.com/2010/open-a-photoshop-document-without-photoshop-being-installed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/" target="_blank">Adobe</a> <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> is a very expensive application (cash and resource). With so many open source <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> nock-offs (Gimp, Paint.NET, Paint and a few others) It can be hard to justify the cost if all you need to do is open a PSD from your favorite designer.</p>
<p><strong>What is a PSD you ask? </strong></p>
<p><a href="http://en.wikipedia.org/wiki/Adobe_Photoshop#Features">psd</a> (<a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> document), the default file extension of the proprietary file format of <a href="http://www.adobe.com/" target="_blank">Adobe</a> System&#8217;s <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> program.</p>
<p>A file or template that contains all layers and edits and work a designer has put into the design (drawing). The great thing about a PSD is that it can be exchanged (however can be very very large) and you can open it up and take just a layer or an image out of it and create another project or design.</p>
<blockquote><p>*Of course there is more and because I am not a designer by trade or by hobby this is the best layman&#8217;s explanation I have. So if you are a designer please understand this is a layman&#8217;s interpretation.*</p></blockquote>
<p>You could download one of the <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> nock-offs and get the custom filters from the community. Which many do (I know I have.) However it does require just another program to be installed just for the ability to open a PSD.</p>
<p>Here is a trick for your Windows environment (because <a href="http://www.adobe.com/" target="_blank">Adobe</a> <a href="http://www.adobe.com/products/photoshop/compare/" target="_blank">Photoshop</a> is available for MAC and Windows)</p>
<p>First Create a new folder set under C:\Program Files\Common Files\Adobe\Shell\</p>
<p><a href="http://cid-f85a988f57842184.office.live.com/self.aspx/Public/psicon.zip" target="_blank">Download</a> and put psicon.dll in this folder (C:\Program Files\Common Files\Adobe\Shell\).</p>
<p>Then add this Registry information to your computer:</p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs]</p>
<p>&#8220;C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll&#8221;=dword:00000001</p>
<p>[HKEY_CLASSES_ROOT\.psd\ShellEx]</p>
<p>[HKEY_CLASSES_ROOT\.psd\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]</p>
<p>@=&#8221;{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}&#8221;</p>
<p>[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}]</p>
<p>@=&#8221;Photoshop Icon Handler&#8221;</p>
<p>[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32]</p>
<p>@=&#8221;C:\\Program Files\\Common Files\\Adobe\\Shell\\psicon.dll&#8221;</p>
<p>&#8220;ThreadingModel&#8221;=&#8221;Apartment&#8221;</p></blockquote>
<p><a href="http://cid-f85a988f57842184.office.live.com/self.aspx/Public/Photoshop.reg" target="_blank">Download Registry File</a>.</p>
<p>After you do this go ahead and reboot your Windows PC. Once booted up try to open a PSD. Should open up in a image editor of your choice.</p>
<p>Now because you do not have Adobe Photoshop installed you will not be able to edit or move the pictures in the file. This will essentially just give you the ability to view the contents.</p>
<p>This brought to you by: <a href="http://www.tutzone.org" target="_blank">TutZone.org</a></p>
<p><span style="font-size: 13px; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px;"></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0767cb1c-a05c-4048-8539-c1e51bc9bb09" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://flickr.com/photos/tags/Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://flickr.com/photos/tags/Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://flickr.com/photos/tags/View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2eab9a2f-ea9e-44c4-ae90-13ad5077b58d" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/Photoshop+without+Photoshop/">Photoshop without Photoshop</a>, <a rel="tag" href="http://www.buzznet.com/tags/Read+Photoshop+Documents+without+Photoshop/">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://www.buzznet.com/tags/Open+PSD+without+Photoshop/">Open PSD without Photoshop</a>, <a rel="tag" href="http://www.buzznet.com/tags/View+PSD+without+Photoshop/">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:22597b86-2e86-43aa-be27-387178a09426" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://technorati.com/tags/Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://technorati.com/tags/Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://technorati.com/tags/View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:41091b0c-7494-4e5b-ac39-27e89fb9b089" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://del.icio.us/popular/Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://del.icio.us/popular/Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://del.icio.us/popular/View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:35bcf3eb-e398-428a-a8ba-b24733e68f50" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:52284336-61bb-494e-b378-82e60dc3a4f3" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://www.liv&lt;/p&gt; &lt;p&gt;ejournal.com/interests.bml?int=Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:16207fa5-3a55-43b9-b0f9-2f33d9db887d" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/Photoshop+without+Photoshop">Photoshop without Photoshop</a>, <a rel="tag" href="http://www.43things.com/tag/Read+Photoshop+Documents+without+Photoshop">Read Photoshop Documents without Photoshop</a>, <a rel="tag" href="http://www.43things.com/tag/Open+PSD+without+Photoshop">Open PSD without Photoshop</a>, <a rel="tag" href="http://www.43things.com/tag/View+PSD+without+Photoshop">View PSD without Photoshop</a></div>
<p></span>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fopen-a-photoshop-document-without-photoshop-being-installed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fopen-a-photoshop-document-without-photoshop-being-installed%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=PSD+without+Photoshop" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/open-a-photoshop-document-without-photoshop-being-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Old DELL Bios trick</title>
		<link>http://mikedopp.com/2010/an-old-dell-bios-trick/</link>
		<comments>http://mikedopp.com/2010/an-old-dell-bios-trick/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:36:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Dell Bios Trick]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/05/28/an-old-dell-bios-trick/</guid>
		<description><![CDATA[I love DELL servers. Partly because I have worked with them for many years. Since DELL started down the server spiral. I recently ran into an older server not being able to boot into the raid controller on the server. &#8230; <a href="http://mikedopp.com/2010/an-old-dell-bios-trick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.dell.com/us/en/enterprise/servers/ct.aspx?refid=servers&amp;s=biz&amp;cs=555&amp;~ck=bt" target="_blank">DELL servers</a>. Partly because I have worked with them for many years. Since <a href="http://www.dell.com" target="_blank">DELL</a> started down the server spiral.</p>
<p>I recently ran into an older server not being able to boot into the raid controller on the server. Of course the Raid controller was working (lots of fun testing that) and this server did not support Hot Swap so I was concerned to pull the drives even though they were not currently running (superstitious a bit I think. (perhaps paranoid(part of the developer in me))). I was going through some notes I had taken a good long time ago. When I noticed this little trick.</p>
<p>On POST hit Ctrl-Alt-D repeatedly (of course not so much the bios beeps at you). Apparently this runs some sort of built-in BIOS hard drive diagnostics.</p>
<p>In my case, it happened to print out &#8220;Fail. Return Code: 4&#8243;. The tech explained that this means &#8220;electrical failure&#8221;.</p>
<p>So now you know and back to my figuring out how this “electrical failure” happened.</p>
<p><span style="font-size: 13px; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px;"></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9eb889be-5e2f-4848-a4be-a8070c0eba29" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/DELL">DELL</a>, <a rel="tag" href="http://www.43things.com/tag/DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://www.43things.com/tag/DELL+products">DELL products</a>, <a rel="tag" href="http://www.43things.com/tag/DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://www.43things.com/tag/Saved+My+Bacon">Saved My Bacon</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4d0a42ab-0b12-429a-afc2-45eae26a54e9" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/DELL">DELL</a>, <a rel="tag" href="http://flickr.com/photos/tags/DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://flickr.com/photos/tags/DELL+products">DELL products</a>, <a rel="tag" href="http://flickr.com/photos/tags/DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://flickr.com/photos/tags/Saved+My+Bacon">Saved My Bacon</a></div>
<p></span></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a22a9cd-5ba5-47e0-a63f-59e40b923ecc" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/DELL/">DELL</a>, <a rel="tag" href="http://www.buzznet.com/tags/DELL+Servers/">DELL Servers</a>, <a rel="tag" href="http://www.buzznet.com/tags/DELL+products/">DELL products</a>, <a rel="tag" href="http://www.buzznet.com/tags/DELL+Stupid+Bios+Tricks/">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://www.buzznet.com/tags/Saved+My+Bacon/">Saved My Bacon</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4a2dea01-376f-465c-911e-2c00cd20a01b" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/DELL">DELL</a>, <a rel="tag" href="http://technorati.com/tags/DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://technorati.com/tags/DELL+products">DELL products</a>, <a rel="tag" href="http://technorati.com/tags/DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://technorati.com/tags/Saved+My+Bacon">Saved My Bacon</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b67b7d18-0950-4afc-9d2e-63ac5a19aaa5" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/DELL">DELL</a>, <a rel="tag" href="http://del.icio.us/popular/DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://del.icio.us/popular/DELL+products">DELL products</a>, <a rel="tag" href="http://del.icio.us/popular/DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://del.icio.us/popular/Saved+My+Bacon">Saved My Bacon</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a2b48e1f-adca-44cd-9dfd-11e8915e0284" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=DELL">DELL</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=DELL+products">DELL products</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Saved+My+Bacon">Saved My Bacon</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cf7c382c-995e-4a59-9e51-dfac38b0be7b" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=DELL">DELL</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=DELL+Servers">DELL Servers</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=DELL+products">DELL products</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=DELL+Stupid+Bios+Tricks">DELL Stupid Bios Tricks</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Saved+My+Bacon">Saved My Bacon</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fan-old-dell-bios-trick%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fan-old-dell-bios-trick%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Dell+Bios+Trick" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/an-old-dell-bios-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding the Windows Calendar back into Windows 7</title>
		<link>http://mikedopp.com/2010/adding-the-windows-calendar-back-into-windows-7/</link>
		<comments>http://mikedopp.com/2010/adding-the-windows-calendar-back-into-windows-7/#comments</comments>
		<pubDate>Tue, 25 May 2010 04:09:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7 Calendar]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/05/24/adding-the-windows-calendar-back-into-windows-7/</guid>
		<description><![CDATA[As you all know I love to tweak and make generic Operating System installs better by adding better performance and functions to those generic Operating System installs. If you don’t believe me see my most controversial page (Hack Windows HOME &#8230; <a href="http://mikedopp.com/2010/adding-the-windows-calendar-back-into-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you all know I love to tweak and make generic Operating System installs better by adding better performance and functions to those generic Operating System installs. If you don’t believe me see my most controversial page (<a href="http://mikedopp.com/hackxphome.html" target="_blank">Hack Windows HOME to Pro</a> (yes its old and ugly.(circa geocities Ugly. Someday I will update it.))).</p>
<p>I have been doing allot of work, hacking, updating and testing Microsoft’s new Operating System (<a href="http://mikedopp.com/archive/2008/10/17/windows-7-upcoming-feature-list.aspx" target="_blank">Windows 7</a>).</p>
<p>Here is one of many tips you will see in the coming weeks. </p>
<p>It seems someone at <a href="http://www.microsoft.com" target="_blank">Microsoft</a> didn’t like the windows calendar that was included in Windows Vista.<a href="http://mikedopp.com/wp-content/uploads/2010/05/WindowsCalendar.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="WindowsCalendar" border="0" alt="WindowsCalendar" src="http://mikedopp.com/wp-content/uploads/2010/05/WindowsCalendar_thumb.jpg" width="382" height="288" /></a> </p>
<p>So here is how to add the calendar back into Windows 7:</p>
<p>First, download the ZIP file (link provided at the bottom of this post) and extract it somewhere easily accessible. </p>
<p>Second, navigate to C:\Program Files and create a new folder with the name ‘Windows Calendar’. </p>
<p>Now simply copy the extracted contents of the ZIP file to this new folder. For ease of access, I would recommend pinning the WinCal.exe shortcut to taskbar or start menu. You can do this by right-clicking the icon and selecting Pin to Taskbar. </p>
<p><a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/Calender%20for%20Win7.zip" target="_blank">Windows7Calendar</a></p>
<p>Enjoy!</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:393243ed-4e95-4fc9-8cf8-9bc9a0a5cdf7" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://flickr.com/photos/tags/Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://flickr.com/photos/tags/Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://flickr.com/photos/tags/Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b71503b7-a2f0-4a8c-a5a4-abb0450c0c85" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Windows+Calendar/" rel="tag">Windows Calendar</a>, <a href="http://www.buzznet.com/tags/Adding+Windows+Calendar+to+Windows7/" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://www.buzznet.com/tags/Windows+7+Without+a+Calendar%3f+How+Dare+they%3f/" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://www.buzznet.com/tags/Happiness+and+Fun+is+a+Calendar+to+manage+your+tags./" rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b5a311d0-0266-4591-8802-b000a8ba92fd" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://technorati.com/tags/Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://technorati.com/tags/Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://technorati.com/tags/Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1462fe37-c2f8-412c-b339-87961a1713b9" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://del.icio.us/popular/Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://del.icio.us/popular/Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://del.icio.us/popular/Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f93a486a-1c59-4d3a-a427-dc0880af8181" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://blogs.icerocket.com/search?q=Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://blogs.icerocket.com/search?q=Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://blogs.icerocket.com/search?q=Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:24af3d46-7445-41db-82a2-df935e4e4734" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://www.livejournal.com/interests.bml?int=Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://www.livejournal.com/interests.bml?int=Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://www.livejournal.com/interests.bml?int=Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef9463c9-dcf3-4354-b78d-8c82c51f1621" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Windows+Calendar" rel="tag">Windows Calendar</a>, <a href="http://www.43things.com/tag/Adding+Windows+Calendar+to+Windows7" rel="tag">Adding Windows Calendar to Windows7</a>, <a href="http://www.43things.com/tag/Windows+7+Without+a+Calendar%3f+How+Dare+they%3f" rel="tag">Windows 7 Without a Calendar? How Dare they?</a>, <a href="http://www.43things.com/tag/Happiness+and+Fun+is+a+Calendar+to+manage+your+tags." rel="tag">Happiness and Fun is a Calendar to manage your tags.</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fadding-the-windows-calendar-back-into-windows-7%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fadding-the-windows-calendar-back-into-windows-7%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Windows+7+Calendar" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/adding-the-windows-calendar-back-into-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chemicals and the color of flames they produce</title>
		<link>http://mikedopp.com/2010/chemicals-and-the-of-color-flames-they-produce/</link>
		<comments>http://mikedopp.com/2010/chemicals-and-the-of-color-flames-they-produce/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 08:33:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Chemicals and color flames]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/04/16/chemicals-and-the-of-color-flames-they-produce/</guid>
		<description><![CDATA[There are all these chemicals that change the color of fire: Copper Chloride : blue Borax : light green Copper Sulfate: green Lithium Chloride: pink or red Potassium Nitrate: purple Epsom Salt: White Strontium Chloride: makes red flame in campfire. &#8230; <a href="http://mikedopp.com/2010/chemicals-and-the-of-color-flames-they-produce/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are all these chemicals that change the color of fire:<br />
Copper Chloride : blue<br />
Borax : light green<br />
Copper Sulfate: green<br />
Lithium Chloride: pink or red<br />
Potassium Nitrate: purple<br />
Epsom Salt: White<br />
Strontium Chloride: makes red flame in campfire.<br />
Potassium Chloride: makes a deep purple flame in campfire.<br />
Alum (thallium): a nice bright green flame in campfire. Used for pickling but can also buy cheap at drugstore<br />
Calcium Chloride : nice blue flame &#8211; is sold commercially as the product ” Damp-Rid” to get rid of moisture.<br />
Table Salt (sodium chloride)- make an orange flame.<br />
Boric Acid &#8211; deep red flame. Buy at any pharmacy.</p>
<p>Warning some or most of these chemicals are not safe for the environment. Also I am not responsible if you or someone else gets burned dies or has any bodily harm from testing these chemicals. Don’t email me hate letters or etc….</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fd159ec3-9119-493d-ba58-f5100f149862" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://flickr.com/photos/tags/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://flickr.com/photos/tags/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d3878644-b31a-4d36-8f91-c5c0ae7cdc0e" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/Burn+baby+burn/">Burn baby burn</a>, <a rel="tag" href="http://www.buzznet.com/tags/Woah+thats+cool!/">Woah thats cool!</a>, <a rel="tag" href="http://www.buzznet.com/tags/Chemicals+and+the+color+flames+they+produce/">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f8511873-2f37-4bbd-b791-fac465d7ee18" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://technorati.com/tags/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://technorati.com/tags/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c571b5e9-d198-46c7-a7d2-06e3a2a99317" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://del.icio.us/popular/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://del.icio.us/popular/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b64c033c-4503-40e2-8d16-d76748d113d2" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:98a0ce66-4e1c-4d95-83b4-10a747e5c2ff" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:01e39341-70e3-4361-8a60-c7195cc5a105" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/Burn+baby+burn">Burn baby burn</a>, <a rel="tag" href="http://www.43things.com/tag/Woah+thats+cool!">Woah thats cool!</a>, <a rel="tag" href="http://www.43things.com/tag/Chemicals+and+the+color+flames+they+produce">Chemicals and the color flames they produce</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fchemicals-and-the-of-color-flames-they-produce%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fchemicals-and-the-of-color-flames-they-produce%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Chemicals+and+color+flames" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/chemicals-and-the-of-color-flames-they-produce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Not to use Windows NTFS File Compression</title>
		<link>http://mikedopp.com/2010/when-not-to-use-windows-ntfs-file-compression/</link>
		<comments>http://mikedopp.com/2010/when-not-to-use-windows-ntfs-file-compression/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:01:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[NTFS compression]]></category>
		<category><![CDATA[When Not to.]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/04/05/when-not-to-use-windows-ntfs-file-compression/</guid>
		<description><![CDATA[We all have those hard drives or partitions that seem to be small or are truly small (Waiting for a that’s what she said). A cool feature of the Windows NTFS File system/structure is file or folder compression.&#160;&#160; Few people &#8230; <a href="http://mikedopp.com/2010/when-not-to-use-windows-ntfs-file-compression/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We all have those hard drives or partitions that seem to be small or are truly small (Waiting for a that’s what she said). A cool feature of the Windows NTFS File system/structure is file or folder compression.&#160;&#160; Few people use it but it does come in handy when you want to squeeze out more space on that small partition or drive. </p>
<h3>However here is a list of reason and when not to use File Compression:</h3>
<p>1. Never use NTFS File Compression on Windows Directories or Program Files</p>
<p>2. If you want to compress your documents make sure to compress them at the my documents/documents level not the USER level. Eg.(C:\Users or C:\Users\YourName) due to the fact you have registry info (<strong>User.DAT</strong>) in every user profile and will slow down or possibly corrupt your Operating System. Always compress inside the USER (YourName).&#160; Eg.(C:\Users\YourName\Documents (Vista/7) C:\Documents and Settings\YourName\My Documents (Win Xp\2003))</p>
<p>3. When you have a Drive larger than 320 gigs. Why? Really? Typically you have a large disk for storage of files. All Compression will do is <strong>slow</strong> (snails pace) you backups or storage techniques like copy and paste.</p>
<p>4. Installing any Server or Heavily serviced Applications like oh lets say MSSQL server. First it wont install on a compressed disk and if you end up getting it to it will make you administration as well as use a nightmare.</p>
<p>5. When doing any kind of backup like Norton Ghost or Drive Image or Cloning of any kind. This already takes forever. Compression only makes the hours last longer. </p>
<p>Truth is File Compression is a great tool and is a good idea on smaller drives less than 320 gigs. Use a larger disk for storage even make it ntfs if you want but <strong>do not</strong> compress it.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ca454db2-4f8d-4128-96de-4fc66054ee3c" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://flickr.com/photos/tags/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://flickr.com/photos/tags/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://flickr.com/photos/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6d484383-5f71-4fb7-9bf9-0dc3fa783f4d" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Horror+stories+on+File+Compression/" rel="tag">Horror stories on File Compression</a>, <a href="http://www.buzznet.com/tags/Local+file+systems+hate+File+Compression+(news+at+nine)/" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://www.buzznet.com/tags/Too+bad+Fat32+doesnt+compress+all+that+well/" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.buzznet.com/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory./" rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3a17298b-5216-450e-8983-bf86392319c1" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://technorati.com/tags/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://technorati.com/tags/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://technorati.com/tags/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3f953679-51fe-4fb4-9e4c-1b3a05e777d3" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://del.icio.us/popular/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://del.icio.us/popular/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://del.icio.us/popular/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0013a373-f827-402a-8e7b-b5680f80cded" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://blogs.icerocket.com/search?q=Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://blogs.icerocket.com/search?q=Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://blogs.icerocket.com/search?q=If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:97c3cc53-1794-4a4b-a45e-2c0e5b1bd12b" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://www.livejournal.com/interests.bml?int=Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression (news at nine)</a>, <a href="http://www.livejournal.com/interests.bml?int=Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.livejournal.com/interests.bml?int=If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d10f9fea-bfea-4db1-a914-bdd86562d1e5" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Horror+stories+on+File+Compression" rel="tag">Horror stories on File Compression</a>, <a href="http://www.43things.com/tag/Local+file+systems+hate+File+Compression+(news+at+nine)" rel="tag">Local file systems hate File Compression</p>
<p> (news at nine)</a>, <a href="http://www.43things.com/tag/Too+bad+Fat32+doesnt+compress+all+that+well" rel="tag">Too bad Fat32 doesnt compress all that well</a>, <a href="http://www.43things.com/tag/If+you+want+to+prove+that+windows+anything+is+slow+-+try+compressing+your+windows+directory." rel="tag">If you want to prove that windows anything is slow &#8211; try compressing your windows directory.</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fwhen-not-to-use-windows-ntfs-file-compression%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fwhen-not-to-use-windows-ntfs-file-compression%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=NTFS+compression,When+Not+to." height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/when-not-to-use-windows-ntfs-file-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open SQL Server Ports Via Script</title>
		<link>http://mikedopp.com/2010/open-sql-server-ports-via-script/</link>
		<comments>http://mikedopp.com/2010/open-sql-server-ports-via-script/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:20:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[SQL/Database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/03/open-sql-server-ports-via-script/</guid>
		<description><![CDATA[So if you have installed MSSQL as late you will notice the server wants your Firewall disabled. Woot eh? Just think open databases for all. I decided to look a little closer than just opening ports up to the world. &#8230; <a href="http://mikedopp.com/2010/open-sql-server-ports-via-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So if you have installed MSSQL as late you will notice the server wants your Firewall disabled. Woot eh? Just think open databases for all.</p>
<p>I decided to look a little closer than just opening ports up to the world. Or just disabling my firewall all together.</p>
<p>Found I could just easily open up the SQL Server type ports so that those are the only ports open. Of course it still means that Open Databases for all but the rest of the traffic can be stopped. So make sure you lock down your databases and be ready for attack. woot!</p>
<p>&#160;</p>
<p>&#160;</p>
<blockquote><p>@echo =========&#160; SQL Server Ports&#160; ===================      <br />@echo Enabling SQLServer default instance port 1433       <br />netsh firewall set portopening TCP 1433 &quot;SQLServer&quot;       <br />@echo Enabling Dedicated Admin Connection port 1434       <br />netsh firewall set portopening TCP 1434 &quot;SQL Admin Connection&quot;       <br />@echo Enabling conventional SQL Server Service Broker port 4022&#160; <br />netsh firewall set portopening TCP 4022 &quot;SQL Service Broker&quot;       <br />@echo Enabling Transact-SQL Debugger/RPC port 135       <br />netsh firewall set portopening TCP 135 &quot;SQL Debugger/RPC&quot;       <br />@echo =========&#160; Analysis Services Ports&#160; ==============       <br />@echo Enabling SSAS Default Instance port 2383       <br />netsh firewall set portopening TCP 2383 &quot;Analysis Services&quot;       <br />@echo Enabling SQL Server Browser Service port 2382       <br />netsh firewall set portopening TCP 2382 &quot;SQL Browser&quot;       <br />@echo =========&#160; Misc Applications&#160; ==============       <br />@echo Enabling HTTP port 80       <br />netsh firewall set portopening TCP 80 &quot;HTTP&quot;       <br />@echo Enabling SSL port 443       <br />netsh firewall set portopening TCP 443 &quot;SSL&quot;       <br />@echo Enabling port for SQL Server Browser Service&#8217;s &#8216;Browse&#8217; Button       <br />netsh firewall set portopening UDP 1434 &quot;SQL Browser&quot;       <br />@echo Allowing multicast broadcast response on UDP (Browser Service Enumerations OK)       <br />netsh firewall set multicastbroadcastresponse ENABLE </p>
</blockquote>
<p>Here run this to do all your work fast and easy.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b4bd7337-96a8-4f36-9759-7a8016af683b" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://flickr.com/photos/tags/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://flickr.com/photos/tags/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://flickr.com/photos/tags/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:09e07fab-2fb4-4626-891f-bc5e7b089bc3" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Open+MSSQL+ports/" rel="tag">Open MSSQL ports</a>, <a href="http://www.buzznet.com/tags/Dont+open+your+firewall+to+the+world/" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.buzznet.com/tags/MSSQL+lockdown/" rel="tag">MSSQL lockdown</a>, <a href="http://www.buzznet.com/tags/Robbie+Drop+Tables/" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:35bcea34-18a0-4884-bf67-717c79d82ee2" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://technorati.com/tags/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://technorati.com/tags/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://technorati.com/tags/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3656a9db-d2b9-4500-981b-a1f59ae3847f" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://del.icio.us/popular/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://del.icio.us/popular/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://del.icio.us/popular/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:abdec817-fb36-4d0f-b27a-b2dfc525e2fb" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://blogs.icerocket.com/search?q=Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://blogs.icerocket.com/search?q=MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://blogs.icerocket.com/search?q=Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4569fc40-26ef-4bb5-863e-5c9279ca7968" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://www.livejournal.com/interests.bml?int=Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.livejournal.com/interests.bml?int=MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://www.livejournal.com/interests.bml?int=Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ac0711a4-1f11-4a17-aedc-0187fa28d381" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Open+MSSQL+ports" rel="tag">Open MSSQL ports</a>, <a href="http://www.43things.com/tag/Dont+open+your+firewall+to+the+world" rel="tag">Dont open your firewall to the world</a>, <a href="http://www.43things.com/tag/MSSQL+lockdown" rel="tag">MSSQL lockdown</a>, <a href="http://www.43things.com/tag/Robbie+Drop+Tables" rel="tag">Robbie Drop Tables</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fopen-sql-server-ports-via-script%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fopen-sql-server-ports-via-script%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Firewall,Security,SQL%2FDatabase" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/open-sql-server-ports-via-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How did I get these fake antivirus? How to keep from getting them.</title>
		<link>http://mikedopp.com/2010/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/</link>
		<comments>http://mikedopp.com/2010/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:16:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Fake Antivirus]]></category>
		<category><![CDATA[Why Do I get these]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/02/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/</guid>
		<description><![CDATA[Just in case you didn’t know Malvertising is the #1 way to get infected due to the numerous security holes found in: Adobe Reader (acrobat) Adobe Flash Player Sun’s Java Those are the top 3 applications being exploited right now.&#160;&#160; &#8230; <a href="http://mikedopp.com/2010/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn’t know Malvertising is the #1 way to get infected due to the numerous security holes found in:</p>
<p><strong>Adobe Reader (acrobat)      <br />Adobe Flash Player       <br />Sun’s Java</strong></p>
<p>Those are the top 3 applications being exploited right now.&#160;&#160; You may be wondering how you got infected with a fake anti-virus program (for example) without ever clicking on any ad.&#160; See the simple explanation below.</p>
<p><strong>Here’s how Malvertising Works</strong></p>
<ol>
<li>A legit website like CNN.com sells advertising space because it has thousands of views every day. (again, this is just an example) </li>
<li>A malicious person or group purchases some of this advertising space and submits an ad that appears perfectly fine to the CNN.com advertising editors. </li>
<li>The ad goes live. </li>
<li>At some point the ad becomes malicious and starts scanning clients for outdated Adobe Reader, Adobe Flash or Java binaries. </li>
<li>Once an exploit is available the malicious ad injects malware into the clients PC. </li>
<li>The anti-virus may or may not detect it, it’s really just luck.&#160; If the threat is old, then there’s a good chance it will.&#160; If it’s just a few minutes old then there’s a good chance it won’t. </li>
<li>The ad may stay live for minutes, hours, days, etc until someone notifies the web master of that domain. </li>
</ol>
<p><strong>How can you stop these attacks?</strong></p>
<ol>
<li>Keep your Adobe Reader and Flash Updated.&#160; This is not exactly an easy task since Adobe seems to find security holes every other week.&#160; Open Adobe Reader and click help — check for updates (at the time of this writing I just discovered I had 2 waiting to be downloaded!).&#160; Both programs do automatic update checking, however a lot of people just cancel the update.&#160; Bad idea. </li>
<li>When Java alerts you that an update is available then yes…install it.&#160; Lot’s of my clients never install this update.&#160; It’s really important that you do. </li>
<li>Configure the Adobe Reader plugin in each of your web browsers not to load PDF’s automatically. </li>
<li>Browse the internet with Sandboxie as much as you can.&#160; That goes for everyone who uses the computer. </li>
<li>Always download and install your Windows Updates. </li>
<li>Follow steps 1 – 5 and you’ll probably never experience the end result of a malicious ad. </li>
</ol>
<p>Sadly adobe and sun products are constantly getting new updates and do not uninstall the old updates so the potential for re-infection can still happen. If you don&#8217;t need these applications or you do not use applications that require these updates then promptly remove them.</p>
<p>You have noticed that even Apple a large supporter of adobe has decided not to add flash or java to their latest OS updates.</p>
<p>Special thanks to the <a href="http://remove-malware.com" target="_blank">remove-malware.com</a> people for the information.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5229bba5-5b7b-4606-beb0-53cb2b94c6e0" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://flickr.com/photos/tags/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://flickr.com/photos/tags/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://flickr.com/photos/tags/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ef8f53c6-8712-47ad-bbd9-7c480eb13942" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Why+Do+I+get+these+Fake+antivirus's/" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://www.buzznet.com/tags/Virus+that+looks+like+a+antivirus/" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.buzznet.com/tags/Adobe+and+Sun+to+blame/" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.buzznet.com/tags/Yes+I+said+it+Adobe/" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bf83c502-dfb4-4668-937b-5b313b10a52e" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://technorati.com/tags/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://technorati.com/tags/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://technorati.com/tags/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ecdc10c8-4758-41a5-8a9e-f4eb518efafb" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://del.icio.us/popular/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://del.icio.us/popular/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://del.icio.us/popular/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c7062969-a27e-415d-905b-c379baaad71a" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://blogs.icerocket.com/search?q=Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://blogs.icerocket.com/search?q=Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://blogs.icerocket.com/search?q=Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0dc6bd01-8e88-4d4e-a06e-f8d5f75188e7" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://www.livejournal.com/interests.bml?int=Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.livejournal.com/interests.bml?int=Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.livejournal.com/interests.bml?int=Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:eacde1f3-ceea-4ea7-a1bd-132a69237ee0" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Why+Do+I+get+these+Fake+antivirus's" rel="tag">Why Do I get these Fake antivirus&#8217;s</a>, <a href="http://www.43things.com/tag/Virus+that+looks+like+a+antivirus" rel="tag">Virus that looks like a antivirus</a>, <a href="http://www.43things.com/tag/Adobe+and+Sun+to+blame" rel="tag">Adobe and Sun to blame</a>, <a href="http://www.43things.com/tag/Yes+I+said+it+Adobe" rel="tag">Yes I said it Adobe</a></di</p>
<p>v>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fhow-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fhow-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=Fake+Antivirus,Why+Do+I+get+these" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/how-did-i-get-these-fake-antivirus-how-to-keep-from-getting-them-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving IIS Install from one system drive to another.</title>
		<link>http://mikedopp.com/2010/moving-iis-install-from-one-system-drive-to-another/</link>
		<comments>http://mikedopp.com/2010/moving-iis-install-from-one-system-drive-to-another/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 04:18:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Moving IIS to another Drive]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/2010/03/01/moving-iis-install-from-one-system-drive-to-another/</guid>
		<description><![CDATA[So you have a beefy new server with multiple drives. Let’s just say you have a C, D and E Drives just for argument sake. You want to move “all”&#160; of your server based applications off the C drive since &#8230; <a href="http://mikedopp.com/2010/moving-iis-install-from-one-system-drive-to-another/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you have a beefy new server with multiple drives. Let’s just say you have a C, D and E Drives just for argument sake. You want to move “all”&#160; of your server based applications off the C drive since the operating system drive is typically the first to die crash or be at a loss for data.</p>
<p>IIS is typically by default installed and assigned on the system drive C:\inetpub. However you want to move it to D:\intepub. So you start down the whole copy and paste which may seem like it will work however you still have to touch multiple Registry keys and paths. Well here is a simple script to make your IIS moving a snap. <a href="http://mikedopp.com/wp-content/uploads/2010/03/sshot23.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="sshot23" border="0" alt="sshot23" align="right" src="http://mikedopp.com/wp-content/uploads/2010/03/sshot23_thumb.png" width="288" height="387" /></a></p>
<p>Also if you copy this make sure to name the file a .Bat file for Batch… Just in case.</p>
<blockquote><p>REM PLEASE BE AWARE: SERVICING (I.E. HOTFIXES AND SERVICE PACKS) WILL STILL REPLACE FILES      <br />REM IN THE ORIGINAL DIRECTORIES. THE LIKELIHOOD THAT FILES IN THE INETPUB DIRECTORIES HAVE       <br />REM TO BE REPLACED BY SERVICING IS LOW BUT FOR THIS REASON DELETING THE ORIGINAL DIRECTORIES       <br />REM IS NOT POSSIBLE. </p>
<p>@echo off      <br />IF &quot;%1&quot; == &quot;&quot; goto err       <br />setlocal       <br />set MOVETO=%1:\ </p>
<p>REM simple error handling if drive does not exist or argument is wrong      <br />IF NOT EXIST %MOVETO% goto err </p>
<p>REM Backup IIS config before we start changing config to point to the new path      <br />%windir%\system32\inetsrv\appcmd add backup beforeRootMove </p>
<p>REM Stop all IIS services      <br />iisreset /stop </p>
<p>REM Copy all content      <br />REM /O &#8211; copy ACLs       <br />REM /E &#8211; copy sub directories including empty ones       <br />REM /I &#8211; assume destination is a directory       <br />REM /Q &#8211; quiet </p>
<p>REM echo on, because user will be prompted if content already exists.      <br />echo on       <br />xcopy %systemdrive%\inetpub %MOVETO%inetpub /O /E /I /Q       <br />@echo off       <br />REM Move AppPool isolation directory       <br />reg add HKLM\System\CurrentControlSet\Services\WAS\Parameters /v ConfigIsolationPath /t REG_SZ /d %MOVETO%inetpub\temp\appPools /f </p>
<p>REM Move logfile directories      <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/sites -siteDefaults.traceFailedRequestsLogging.directory:&quot;%MOVETO%inetpub\logs\FailedReqLogFiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/sites -siteDefaults.logfile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/log -centralBinaryLogFile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/log -centralW3CLogFile.directory:&quot;%MOVETO%inetpub\logs\logfiles&quot; </p>
<p>REM Move config history location, temporary files, the path for the Default Web Site and the custom error locations      <br />%windir%\system32\inetsrv\appcmd set config -section:system.applicationhost/configHistory -path:%MOVETO%inetpub\history       <br />%windir%\system32\inetsrv\appcmd set config -section:system.webServer/asp -cache.disktemplateCacheDirectory:&quot;%MOVETO%inetpub\temp\ASP Compiled Templates&quot;       <br />%windir%\system32\inetsrv\appcmd set config -section:system.webServer/httpCompression -directory:&quot;%MOVETO%inetpub\temp\IIS Temporary Compressed Files&quot;       <br />%windir%\system32\inetsrv\appcmd set vdir &quot;Default Web Site/&quot; -physicalPath:%MOVETO%inetpub\wwwroot       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='401'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='403'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='404'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='405'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='406'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='412'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='500'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='501'].prefixLanguageFilePath:%MOVETO%inetpub\custerr       <br />%windir%\system32\inetsrv\appcmd set config -section:httpErrors /[statusCode='502'].prefixLanguageFilePath:%MOVETO%inetpub\custerr </p>
<p>REM Make sure Service Pack and Hotfix Installers know where the IIS root directories are      <br />reg add HKLM\Software\Microsoft\inetstp /v PathWWWRoot /t REG_SZ /d %mOVETO%\inetpub\wwwroot /f       <br />reg add HKLM\Software\Microsoft\inetstp /v PathFTPRoot /t REG_SZ /d %MOVETO%\inetpub\ftproot /f       <br />REM Do the same for x64 directories       <br />if not &quot;%ProgramFiles(x86)%&quot; == &quot;&quot; reg add HKLM\Software\Wow6432Node\Microsoft\inetstp /v PathWWWRoot /t REG_EXPAND_SZ /d %MOVETO%inetpub\wwwroot /f       <br />if not &quot;%ProgramFiles(x86)%&quot; == &quot;&quot; reg add HKLM\Software\Wow6432Node\Microsoft\inetstp /v PathFTPRoot /t REG_EXPAND_SZ /d %MOVETO%inetpub\ftproot /f </p>
<p>REM Restart all IIS services      <br />iisreset /start       <br />echo.       <br />echo.       <br />echo ===============================================================================       <br />echo Moved IIS7 root directory from %systemdrive%\ to %MOVETO%.       <br />echo.       <br />echo Please verify if the move worked. If so you can delete the %systemdrive%\inetpub directory.       <br />echo If something went wrong you can restore the old settings via       <br />echo&#160;&#160;&#160;&#160; &quot;APPCMD restore backup beforeRootMove&quot;       <br />echo and       <br />echo&#160;&#160;&#160;&#160; &quot;REG delete HKLM\System\CurrentControlSet\Services\WAS\Parameters\ConfigIsolationPath&quot;       <br />echo You also have to reset the PathWWWRoot and PathFTPRoot registry values       <br />echo in HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp.       <br />echo ===============================================================================       <br />echo.       <br />echo.       <br />endlocal       <br />goto success </p>
<p>REM error message if no argument or drive does not exist      <br />:err       <br />echo.       <br />echo New root drive letter required.       <br />echo Here an example how to move the IIS root to the F:\ drive:       <br />echo.       <br />echo MOVEIISROOT.BAT F       <br />echo.       <br />echo. </p>
<p>:success</p>
</blockquote>
<p>This should take care of your IIS moving needs. Do not forget to reboot to make sure settings are happy. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:246c2282-ee62-46cc-99e6-7d736e4cc393" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/IIS+moving" rel="tag">IIS moving</a>, <a href="http://flickr.com/photos/tags/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://flickr.com/photos/tags/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://flickr.com/photos/tags/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7a487528-88a1-4116-a74d-50e377fb829c" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/IIS+moving/" rel="tag">IIS moving</a>, <a href="http://www.buzznet.com/tags/Move+IIS+to+another+drive/" rel="tag">Move IIS to another drive</a>, <a href="http://www.buzznet.com/tags/IIS+fun+in+movement/" rel="tag">IIS fun in movement</a>, <a href="http://www.buzznet.com/tags/Happiness+in+IIS/" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:12cf7956-1250-49a2-8a73-65eac4fcd999" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/IIS+moving" rel="tag">IIS moving</a>, <a href="http://technorati.com/tags/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://technorati.com/tags/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://technorati.com/tags/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6d28ec0c-f559-4899-9a1c-bccb812677df" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/IIS+moving" rel="tag">IIS moving</a>, <a href="http://del.icio.us/popular/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://del.icio.us/popular/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://del.icio.us/popular/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9399b97a-0afa-4116-8ff9-6acffc4153ae" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=IIS+moving" rel="tag">IIS moving</a>, <a href="http://blogs.icerocket.com/search?q=Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://blogs.icerocket.com/search?q=IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://blogs.icerocket.com/search?q=Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c040cd21-e374-4f76-9227-c174bdceb4d6" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=IIS+moving" rel="tag">IIS moving</a>, <a href="http://www.livejournal.com/interests.bml?int=Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://www.livejournal.com/interests.bml?int=IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://www.livejournal.com/interests.bml?int=Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0d704467-607c-4831-ab1f-066c201b00bb" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/IIS+moving" rel="tag">IIS moving</a>, <a href="http://www.43things.com/tag/Move+IIS+to+another+drive" rel="tag">Move IIS to another drive</a>, <a href="http://www.43things.com/tag/IIS+fun+in+movement" rel="tag">IIS fun in movement</a>, <a href="http://www.43things.com/tag/Happiness+in+IIS" rel="tag">Happiness in IIS</a></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fmoving-iis-install-from-one-system-drive-to-another%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmikedopp.com%2F2010%2Fmoving-iis-install-from-one-system-drive-to-another%2F&amp;source=mikedopp&amp;style=compact&amp;service=bit.ly&amp;service_api=R_b4543f302af095b09728b5168b79061f&amp;hashtags=IIS,Moving+IIS+to+another+Drive" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/2010/moving-iis-install-from-one-system-drive-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.783 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-01 08:54:37 -->
<!-- Compression = gzip -->