<?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>mikedopp.com &#187; Geek</title>
	<atom:link href="http://mikedopp.com/index.php/category/geek/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>Wed, 09 Jun 2010 07:37:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change File or Folder Attributes via Command Line</title>
		<link>http://mikedopp.com/index.php/2009/07/28/change-file-or-folder-attributes-via-command-line/</link>
		<comments>http://mikedopp.com/index.php/2009/07/28/change-file-or-folder-attributes-via-command-line/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:08:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Attributes Changing via command line.]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Folder]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/change-file-or-folder-attributes-via-command-line/</guid>
		<description><![CDATA[To work around this problem, use the Attrib command at a command prompt (Cmd.exe) to view or to remove the Read-only or the System attributes of folders. Back to the top To view or to remove the Read-only or the System attributes of folders in Windows Server 2003 or in Windows XP &#160;&#160; 1. Click [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>To work around this problem, use the Attrib command at a command prompt (Cmd.exe) to view or to remove the Read-only or the System attributes of folders.      <br />Back to the top       <br />To view or to remove the Read-only or the System attributes of folders in Windows Server 2003 or in Windows XP </p>
<p>&#160;&#160; 1. Click Start, click Run, type cmd, and then press ENTER.      <br />&#160;&#160; 2. To view the syntax for the Attrib command, type attrib \? at the command prompt. </p>
<p>Warning If you remove the Read-only or System attribute from a folder, it may appear as a ordinary folder and some customizations may be lost. For example, Windows customizes the Fonts folder and provides a special folder view that permits you to hide variations, such as bold and italic. It also permits you to change the folder&#8217;s view settings in ways that are specific to fonts. If you remove the Read-only and System attributes of the Fonts folder, these customized view settings are not available. For folders that you have customized by using the Customize tab of the folder&#8217;s Properties dialog box, the folder icon and other other customizations may be lost when you remove the Read-only attribute. </p>
<p>If a program cannot save files to a folder with the Read-only attribute, such as My Documents, change the Read-only attribute to System by using the Attrib command at a command prompt. </p>
<p>To remove the Read-only attribute and to set the System attribute, use the following command:      <br />attrib -r +s drive:\&lt;path&gt;\&lt;foldername&gt;       <br />For example, to remove the Read-only attribute and to set the System attribute for the C:\Test folder, use the following command:       <br />attrib -r +s c:\test       <br />Be aware that some programs may not operate correctly with folders for which the System attribute and the Read-only attribute are set. Therefore, use the following command to remove these attributes:       <br />attrib -r -s c:\test       <br />Back to the top       <br />To view or to remove the Read-only or the System attributes of folders in Windows Vista </p>
<p>&#160;&#160; 1. Click Start, click Run, type cmd, and then press ENTER..      <br />&#160;&#160; 2. To view the syntax for the Attrib command, type attrib \? at the command prompt. </p>
<p>To remove the Read-only attribute and to set the System attribute, use the following command:      <br />attrib -r +s drive:\&lt;path&gt;\&lt;foldername&gt;       <br />For example, to remove the Read-only attribute and to set the System attribute for the C:\Test folder, use the following command:       <br />attrib -r +s c:\test       <br />Be aware that some programs may not operate correctly with folders for which the System attribute and the Read-only attribute are set. Therefore, use the following command to remove these attributes:       <br />attrib -r -s drive:\&lt;path&gt;\&lt;foldername&gt;       <br />For example, to remove both the Read-only and the System attributes from the C:\Test folder, use the following command:       <br />attrib -r -s c:\test       <br />If the Run command is not listed on the Start menu, do the following:       <br />Click Start, click All Programs, click Accessories, and then click Run. </p>
</blockquote>
<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:d6b97681-1ee2-4f69-a2d2-bf0baedf9b0b" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://technorati.com/tags/Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:45e31074-4333-4d1c-a033-6d385b86e096" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://www.livejournal.com/interests.bml?int=Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:d7c38047-5596-4548-9b5d-363f13344f5a" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://flickr.com/photos/tags/Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:5d10522e-ee50-4e71-b910-61a8c82f4a2c" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://del.icio.us/popular/Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:fb7195ef-de0c-47d0-8d25-116a7e688769" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://blogs.icerocket.com/search?q=Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:719f0912-bbf8-4b2b-8a06-61c9eb3d106b" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://www.43things.com/tag/Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
</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:76633f1a-4d79-4a2d-b98d-47aac070d822" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Changing+File+or+Folder+Attributes+via+Command+Line" rel="tag">Changing File or Folder Attributes via Command Line</a>,<a href="http://www.buzznet.com/tags/Command+Line+Attributes+Update." rel="tag">Command Line Attributes Update.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/07/28/change-file-or-folder-attributes-via-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Create Bootable USB Drive to Install Windows Vista or Windows 7</title>
		<link>http://mikedopp.com/index.php/2009/05/05/how-to-create-bootable-usb-drive-to-install-windows-vista-or-windows-7/</link>
		<comments>http://mikedopp.com/index.php/2009/05/05/how-to-create-bootable-usb-drive-to-install-windows-vista-or-windows-7/#comments</comments>
		<pubDate>Wed, 06 May 2009 01:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Create Bootable USB]]></category>
		<category><![CDATA[Install Windows Vista/7 Via USB]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/how-to-create-bootable-usb-drive-to-install-windows-vista-or-windows-7/</guid>
		<description><![CDATA[This tutorial will help you in creating a bootable USB drive of Windows Vista which you can use to install Vista in any system. It might become very useful when you don&#8217;t have access to DVD drive. *Note you will want to have a USB Drive larger than 3gigs. 1. First format your USB drive [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will help you in creating a bootable USB drive of Windows Vista which you can use to install Vista in any system. It might become very useful when you don&#8217;t have access to DVD drive.</p>
<p>*<strong>Note you will want to have a USB Drive larger than 3gigs.</strong></p>
<p><strong>1.</strong> First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window.</p>
<p><strong>2.</strong> Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select &quot;Run as administrator&quot; option.</p>
<p><strong>3.</strong> Now type <strong>diskpart</strong> in Command Prompt window and press Enter. It&#8217;ll launch DiskPart program:</p>
<p><img alt="http://img.photobucket.com/albums/v374/vishaal_here/LaunchDiskpart.jpg" src="http://img.photobucket.com/albums/v374/vishaal_here/LaunchDiskpart.jpg" /></p>
<p><strong>4.</strong> Now provide following command:</p>
<blockquote><p><strong>list volume</strong></p>
</blockquote>
<p>It&#8217;ll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is &quot;<strong>G</strong>&quot; which you can determine from its &quot;<strong>Type</strong>&quot; entry.</p>
<p>Now you have to select the USB drive volume by providing <strong>select volume no.</strong> command. Since in our case volume no. of USB drive is &quot;Volume 4&quot;, the command would be:</p>
<blockquote><p><strong>select volume 4</strong></p>
</blockquote>
<p>Now we have to make this drive active. So provide <strong>active</strong> command:</p>
<blockquote><p><strong>active</strong></p>
</blockquote>
<p>Now exit from DiskPart using <strong>exit</strong> command.</p>
<p><img alt="http://img.photobucket.com/albums/v374/vishaal_here/UsingDiskpart.jpg" src="http://img.photobucket.com/albums/v374/vishaal_here/UsingDiskpart.jpg" /></p>
<p><strong>5.</strong> Now we need to create <strong>Boot sector</strong> on USB drive. We&#8217;ll use &quot;<strong><a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/bootsect.exe" target="_blank">bootsect.exe</a></strong>&quot; utility for this task. You can find this utility in Windows Vista setup disk. It&#8217;ll be present in &quot;<strong>Boot</strong>&quot; directory.</p>
<p>Now provide following command in Command Prompt:</p>
<p><strong>bootsect /nt60 G:</strong></p>
<p>Here <strong>G</strong> is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.</p>
<p><img alt="http://img.photobucket.com/albums/v374/vishaal_here/InstallingBootloaderonUSB.jpg" src="http://img.photobucket.com/albums/v374/vishaal_here/InstallingBootloaderonUSB.jpg" /></p>
<p><strong>6.</strong> At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.</p>
<p>Now you can boot using your USB drive and can install Windows Vista or <a href="http://mikedopp.com/archive/2008/10/17/windows-7-upcoming-feature-list.aspx" target="_blank">Windows 7</a> on any system.</p>
<p>Happy Installing.</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:a50a00db-0188-467e-8a5c-3ccb1553ef8f" class="wlWriterSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://flickr.com/photos/tags/Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://flickr.com/photos/tags/Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://flickr.com/photos/tags/Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://flickr.com/photos/tags/No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://flickr.com/photos/tags/Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</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:8fa61270-6392-431a-8a08-188760f81a22" class="wlWriterSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Create+Bootable+USB+Drive/" rel="tag">Create Bootable USB Drive</a>, <a href="http://www.buzznet.com/tags/Bootable+Windows+Vista/" rel="tag">Bootable Windows Vista</a>, <a href="http://www.buzznet.com/tags/Bootable+Windows+7/" rel="tag">Bootable Windows 7</a>, <a href="http://www.buzznet.com/tags/Throw+away+the+DVD/" rel="tag">Throw away the DVD</a>, <a href="http://www.buzznet.com/tags/No+more+DVD+Installs/" rel="tag">No more DVD Installs</a>, <a href="http://www.buzznet.com/tags/Sweet+Time+to+go+all+usb/" rel="tag">Sweet Time to go all usb</a></div>
</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:93128806-e7d1-4a5e-a60f-640c6d4e2f2e" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://technorati.com/tags/Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://technorati.com/tags/Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://technorati.com/tags/Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://technorati.com/tags/No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://technorati.com/tags/Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</a></div>
</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:b1b35b4e-a105-4c39-b8bb-e5e255ee5e61" class="wlWriterSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://del.icio.us/popular/Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://del.icio.us/popular/Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://del.icio.us/popular/Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://del.icio.us/popular/No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://del.icio.us/popular/Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</a></div>
</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:809979bd-06f2-458f-ad96-9716c7eaab07" class="wlWriterSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://blogs.icerocket.com/search?q=Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://blogs.icerocket.com/search?q=Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://blogs.icerocket.com/search?q=Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://blogs.icerocket.com/search?q=No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://blogs.icerocket.com/search?q=Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</a></div>
</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:3d5776b1-b99d-42be-98b3-1aca9426959c" class="wlWriterSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://www.livejournal.com/interests.bml?int=Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://www.livejournal.com/interests.bml?int=Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://www.livejour<br />
nal.com/interests.bml?int=Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://www.livejournal.com/interests.bml?int=No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://www.livejournal.com/interests.bml?int=Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</a></div>
</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:5fb9af84-ff72-4e4c-8709-4c8fa49471d5" class="wlWriterSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Create+Bootable+USB+Drive" rel="tag">Create Bootable USB Drive</a>, <a href="http://www.43things.com/tag/Bootable+Windows+Vista" rel="tag">Bootable Windows Vista</a>, <a href="http://www.43things.com/tag/Bootable+Windows+7" rel="tag">Bootable Windows 7</a>, <a href="http://www.43things.com/tag/Throw+away+the+DVD" rel="tag">Throw away the DVD</a>, <a href="http://www.43things.com/tag/No+more+DVD+Installs" rel="tag">No more DVD Installs</a>, <a href="http://www.43things.com/tag/Sweet+Time+to+go+all+usb" rel="tag">Sweet Time to go all usb</a></div>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fmikedopp.com%2findex.php%2fhow-to-create-bootable-usb-drive-to-install-windows-vista-or-windows-7%2f&amp;title=How+To+Create+Bootable+USB+Drive+to+Install+Windows+Vista+or+Windows+7"><img src="http://digg.com/img/badges/16x16-digg-guy.png" width="16" height="16" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/05/05/how-to-create-bootable-usb-drive-to-install-windows-vista-or-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up data and solutions that are available</title>
		<link>http://mikedopp.com/index.php/2009/04/07/backing-up-data-and-solutions-that-are-available/</link>
		<comments>http://mikedopp.com/index.php/2009/04/07/backing-up-data-and-solutions-that-are-available/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup Services]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/backing-up-data-and-solutions-that-are-available/</guid>
		<description><![CDATA[So a couple of weeks ago I wrote about how to back up your data on a windows(XP(home and Pro) Vista (all versions)) machine. Some great little apps to backup data to external drives even to a network allocated storage device. Did you however think great I have a way to backup the data and [...]]]></description>
			<content:encoded><![CDATA[<p>So a couple of weeks ago I wrote about how to back up your data on a windows(XP(home and Pro) Vista (all versions)) machine. Some great little apps to backup data to external drives even to a network allocated storage device. </p>
<p>Did you however think great I have a way to backup the data and its working however my hard drives are filling up quickly. What do I do now?</p>
<p>Well you have options:</p>
<ol>
<li>Backup Less often (this can make things a bit interesting if you are constantly changing files and you may lose critical info.)</li>
<li>Delete older backup files. (if your paranoid like me how far do you go back and delete backups?)</li>
<li>Backup your data to a outside source.</li>
</ol>
<p> So I am going to talk about option 3.&#160; We want to publish all the backups to a outside source. Well what source or applications are available?</p>
<p>There are a ton of great backup applications/services on the web. I decided to just reference a few:</p>
<p><a href="http://www.microsoft.com" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="skydrive" border="0" alt="skydrive" src="http://mikedopp.com/wp-content/uploads/skydrive.jpg" width="46" height="23" /> Microsoft</a>&#160;<a href="http://skydrive.live.com/" target="_blank">Skydrive</a></p>
<p><a href="http://aws.amazon.com/s3/" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Amazons3" border="0" alt="Amazons3" src="http://mikedopp.com/wp-content/uploads/amazons3.jpg" width="68" height="31" /> Amazon S3</a> and <a href="http://mikedopp.com/wp-content/uploads/jungledisk.jpg" rel="lightbox[336]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="JungleDisk" border="0" alt="JungleDisk" src="http://mikedopp.com/wp-content/uploads/jungledisk-thumb.jpg" width="93" height="19" /></a> <a href="http://www.jungledisk.com/index.aspx" target="_blank">Jungle Disk</a></p>
<p><a href="http://www.carbonite.com/" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Carbonite" border="0" alt="Carbonite" src="http://mikedopp.com/wp-content/uploads/carbonite.jpg" width="90" height="21" /> Carbonite</a></p>
<p><a href="http://mozy.com/" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Mozy" border="0" alt="Mozy" src="http://mikedopp.com/wp-content/uploads/mozy.jpg" width="87" height="26" /> Mozy</a></p>
<p><a href="https://www.sugarsync.com/" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SugarSync" border="0" alt="SugarSync" src="http://mikedopp.com/wp-content/uploads/sugarsync.jpg" width="104" height="28" /> Sugar Sync</a></p>
<p>Yes I have tested these applications/services. Here is the break down.</p>
<p>Microsoft <a href="http://skydrive.live.com/" target="_blank">Skydrive</a>: 25gigs of Storage. No automatic backup and have to be signed in to upload. Web interface to upload only. Non Encrypted. Free</p>
<p><a href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a>: Pay per Gig use. Only a service. To be able to interface the service you have to use 3rd party applications (<a href="http://www.jungledisk.com/index.aspx" target="_blank">Jungle Disk</a>) to do your backup. Encrypted transfers. Pay.</p>
<p><a href="http://www.carbonite.com/" target="_blank">Carbonite</a>: Unlimited storage. Installs to your local c drive and you can drag and drop files. Non Encrypted. Monthly service plan. *Used this service for 12months. Did not like the inflexibility of the service. Also after multiple emails asking if the data uploads and storage was encrypted. I was told in summary: Not to worry about what we do with your data. I promptly Canceled the service.</p>
<p><a href="http://mozy.com/" target="_blank">Mozy</a>: Limited storage as of writing. A lot like <a href="http://www.carbonite.com/" target="_blank">carbonite</a>. Non Encrypted. Monthly service plan</p>
<p><a href="https://www.sugarsync.com/" target="_blank">SugarSync</a> : Another Clone to <a href="http://www.carbonite.com/" target="_blank">Carbonite</a> and Mozy. Non Encrypted. Monthly service plan. </p>
<p>&#160;</p>
<p>So there is the run down on services. However some things you might consider because it is your data. Right?</p>
<p>-Auto Backup?</p>
<p>-Where is the Data really going?</p>
<p>-Who has permission to view your data?</p>
<p>-Availability?</p>
<p>-Encryption?</p>
<p>-Support?</p>
<p>-How to Restore?</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td valign="top" width="50">Service</td>
<td valign="top" width="63">Auto Backup</td>
<td valign="top" width="37">Data Stored (location)</td>
<td valign="top" width="50">Who can see data?</td>
<td valign="top" width="50">Availability(uptime)</td>
<td valign="top" width="50">Encryption available</td>
<td valign="top" width="50">Customer Support?</td>
<td valign="top" width="50">Restore</td>
</tr>
<tr>
<td valign="top" width="50"><a href="http://skydrive.live.com/" target="_blank">Skydrive</a></td>
<td valign="top" width="63">No</td>
<td valign="top" width="37">Microsoft</td>
<td valign="top" width="50">Private and Public</td>
<td valign="top" width="50">??? Hope <a href="http://www.microsoft.com" target="_blank">microsoft</a> servers stay online.</td>
<td valign="top" width="50">No</td>
<td valign="top" width="50">No or MSN support so No.</td>
<td valign="top" width="50">No just download data</td>
</tr>
<tr>
<td valign="top" width="50"><a href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a></td>
<td valign="top" width="63">Yes only if you use <a href="http://www.jungledisk.com/index.aspx" target="_blank">JungleDisk</a> with it.</td>
<td valign="top" width="37">Across all Amazon Data Centers</td>
<td valign="top" width="50">Only You and those you invite(not recommended)</td>
<td valign="top" width="50">???         <br />Seen Amazon down 3 times in year</td>
<td valign="top" width="50">Yes</td>
<td valign="top" width="50">Yes Amazon support.</td>
<td valign="top" width="50">Yes using <a href="http://www.jungledisk.com/index.aspx" target="_blank">Jungle Disk</a>.</td>
</tr>
<tr>
<td valign="top" width="50"><a href="http://www.carbonite.com/" target="_blank">Carbonite</a></td>
<td valign="top" width="63">Yes, If you map your drives correctly. Good luck.</td>
<td valign="top" width="37"><a href="http://www.carbonite.com/" target="_blank">Carbonite</a> Servers</td>
<td valign="top" width="50">Could not be answered by <a href="http://www.carbonite.com/" target="_blank">Carbonite</a></td>
<td valign="top" width="50">??? As long as the company stays open.</td>
<td valign="top" width="50">No, Once again could not be answered by <a href="http://www.carbonite.com/" target="_blank">Carbonite</a></td>
<td valign="top" width="50">Yes, Very bad support via email.</td>
<td valign="top" width="50">No</td>
</tr>
<tr>
<td valign="top" width="50"><a href="http://mozy.com/" target="_blank">Mozy</a></td>
<td valign="top" width="63">See <a href="http://www.carbonite.com/" target="_blank">Carbonite</a></td>
<td valign="top" width="37"><a href="http://mozy.com/" target="_blank">Mozy</a> Servers</td>
<td valign="top" width="50">Yes</td>
<td valign="top" width="50">???</td>
<td valign="top" width="50">???</td>
<td valign="top" width="50">Email</td>
<td valign="top" width="50">No</td>
</tr>
<tr>
<td valign="top" width="50"><a href="https://www.sugarsync.com/" target="_blank">Sugar Sync</a></td>
<td valign="top" width="63">See <a href="http://www.carbonite.com/" tar<br />
get="_blank">Carbonite</a></td>
<td valign="top" width="37"><a href="https://www.sugarsync.com/" target="_blank">Sugar Sync</a> Servers</td>
<td valign="top" width="50">Yes</td>
<td valign="top" width="50">???</td>
<td valign="top" width="50">???</td>
<td valign="top" width="50">Email</td>
<td valign="top" width="50">No</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>In summary all these services are very good. It is hard to choose a service unless you really nitpick. </p>
<p>My personal choice after using all these services. Is <a href="http://aws.amazon.com/s3/" target="_blank">amazon s3</a> and <a href="http://www.jungledisk.com/index.aspx" target="_blank">Jungle Disk</a>. As a second backup I use <a href="http://skydrive.live.com/" target="_blank">SkyDrive</a> and for stuff I want to just publish to the web I use <a href="http://Drop.io" target="_blank">Drop.io</a>.</p>
<p>Why I use these services is partly out of habit. However I like the pricing schema of <a href="http://aws.amazon.com/s3/" target="_blank">Amazon s3</a> and the ease of making the files stored there made public.</p>
<p>Your thoughts are always appreciated.</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:2b89b06b-f4f1-451d-90dc-195969ef9eb2" class="wlWriterSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Backup+Services" rel="tag">Backup Services</a>, <a href="http://flickr.com/photos/tags/Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://flickr.com/photos/tags/AmazonS3" rel="tag">AmazonS3</a>, <a href="http://flickr.com/photos/tags/JungleDisk" rel="tag">JungleDisk</a>, <a href="http://flickr.com/photos/tags/Carbonite" rel="tag">Carbonite</a>, <a href="http://flickr.com/photos/tags/Mozy" rel="tag">Mozy</a>, <a href="http://flickr.com/photos/tags/Skydrive" rel="tag">Skydrive</a>, <a href="http://flickr.com/photos/tags/SugarSync" rel="tag">SugarSync</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:513bb630-7bb9-47d3-8d77-00abdb71582c" class="wlWriterSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Backup+Services/" rel="tag">Backup Services</a>, <a href="http://www.buzznet.com/tags/Backup+Applications/" rel="tag">Backup Applications</a>, <a href="http://www.buzznet.com/tags/AmazonS3/" rel="tag">AmazonS3</a>, <a href="http://www.buzznet.com/tags/JungleDisk/" rel="tag">JungleDisk</a>, <a href="http://www.buzznet.com/tags/Carbonite/" rel="tag">Carbonite</a>, <a href="http://www.buzznet.com/tags/Mozy/" rel="tag">Mozy</a>, <a href="http://www.buzznet.com/tags/Skydrive/" rel="tag">Skydrive</a>, <a href="http://www.buzznet.com/tags/SugarSync/" rel="tag">SugarSync</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:b6d63f97-1c6a-4078-adb8-093f505f84c5" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Backup+Services" rel="tag">Backup Services</a>, <a href="http://technorati.com/tags/Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://technorati.com/tags/AmazonS3" rel="tag">AmazonS3</a>, <a href="http://technorati.com/tags/JungleDisk" rel="tag">JungleDisk</a>, <a href="http://technorati.com/tags/Carbonite" rel="tag">Carbonite</a>, <a href="http://technorati.com/tags/Mozy" rel="tag">Mozy</a>, <a href="http://technorati.com/tags/Skydrive" rel="tag">Skydrive</a>, <a href="http://technorati.com/tags/SugarSync" rel="tag">SugarSync</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:3c41d91b-5012-4666-a53b-20fa16226fd3" class="wlWriterSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Backup+Services" rel="tag">Backup Services</a>, <a href="http://del.icio.us/popular/Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://del.icio.us/popular/AmazonS3" rel="tag">AmazonS3</a>, <a href="http://del.icio.us/popular/JungleDisk" rel="tag">JungleDisk</a>, <a href="http://del.icio.us/popular/Carbonite" rel="tag">Carbonite</a>, <a href="http://del.icio.us/popular/Mozy" rel="tag">Mozy</a>, <a href="http://del.icio.us/popular/Skydrive" rel="tag">Skydrive</a>, <a href="http://del.icio.us/popular/SugarSync" rel="tag">SugarSync</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:ab72c1cd-0265-40ad-a19b-d586166e3e02" class="wlWriterSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Backup+Services" rel="tag">Backup Services</a>, <a href="http://blogs.icerocket.com/search?q=Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://blogs.icerocket.com/search?q=AmazonS3" rel="tag">AmazonS3</a>, <a href="http://blogs.icerocket.com/search?q=JungleDisk" rel="tag">JungleDisk</a>, <a href="http://blogs.icerocket.com/search?q=Carbonite" rel="tag">Carbonite</a>, <a href="http://blogs.icerocket.com/search?q=Mozy" rel="tag">Mozy</a>, <a href="http://blogs.icerocket.com/search?q=Skydrive" rel="tag">Skydrive</a>, <a href="http://blogs.icerocket.com/search?q=SugarSync" rel="tag">SugarSync</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:0d8535ce-ebb8-48d8-bc5a-71e0f7ea3005" class="wlWriterSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Backup+Services" rel="tag">Backup Services</a>, <a href="http://www.livejournal.com/interests.bml?int=Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://www.livejournal.com/interests.bml?int=AmazonS3" rel="tag">AmazonS3</a>, <a href="http://www.livejournal.com/interests.bml?int=JungleDisk" rel="tag">JungleDisk</a>, <a href="http://www.livejournal.com/interests.bml?int=Carbonite" rel="tag">Carbonite</a>, <a href="http://www.livejournal.com/interests.bml?int=Mozy" rel="tag">Mozy</a>, <a href="http://www.livejournal.com/interests.bml?int=Skydrive" rel="tag">Skydrive</a>, <a href="http://www.livejournal.com/interests.bml?int=SugarSync" rel="tag">SugarSync</a></div>
</p>
</p>
</p>
</p>
</p>
</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:947170df-fce8-4934-ab26-123ab88515a9" class="wlWriterSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Backup+Services" rel="tag">Backup Services</a>, <a href="http://www.43things.com/tag/Backup+Applications" rel="tag">Backup Applications</a>, <a href="http://www.43things.com/tag/AmazonS3" rel="tag">AmazonS3</a>, <a href="http://www.43things.com/tag/JungleDisk" rel="tag">JungleDisk</a>, <a href="http://www.43things.com/tag/Carbonite" rel="tag">Carbonite</a>, <a href="http://www.43things.com/tag/Mozy" rel="tag">Mozy</a>, <a href="http://www.43things.com/tag/Skydrive" rel="tag">Skydrive</a>, <a href="http://www.43things.com/tag/SugarSync" rel="tag">SugarSync</a></div>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fmikedopp.com%2findex.php%2fbacking-up-data-and-solutions-that-are-available%2f&amp;title=Backing+up+data+and+solutions+that+are+available"><img src="http://digg.com/img/badges/16x16-digg-guy.png" width="16" height="16" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/04/07/backing-up-data-and-solutions-that-are-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Your Files Using Free tools. Windows XP Home, Pro and Vista all versions.</title>
		<link>http://mikedopp.com/index.php/2009/03/26/backup-your-files-using-free-tools-windows-xp-home-pro-and-vista-all-versions/</link>
		<comments>http://mikedopp.com/index.php/2009/03/26/backup-your-files-using-free-tools-windows-xp-home-pro-and-vista-all-versions/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 03:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Backup Windows]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/backup-your-files-using-free-tools-windows-xp-home-pro-and-vista-all-versions/</guid>
		<description><![CDATA[Recently I was working for a client that had Windows XP Home Edition and the question was raised how do I backup my data without purchasing a expensive backup software? Well fortunately there is a way. Couple of options. My favorite is: I started out using a cool little used utility called Synctoy and windows [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was working for a client that had Windows XP Home Edition and the question was raised how do I backup my data without purchasing a expensive backup software?</p>
<p>Well fortunately there is a way. Couple of options.</p>
<h2>My favorite is:</h2>
<p>I started out using a cool little used utility called <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;DisplayLang=en" target="_blank">Synctoy</a> and windows task manager to do the scheduled backup. Keep in mind I was using Windows XP Home with a login that had no password. Got all of the software installed. Created a task in the windows task manager (C:\windows\tasks).</p>
<p>Launching the Task Scheduler, right-click and select &#8220;<strong>Scheduled Task</strong>&#8221; in the menu again. Give a name to your work and then go to the properties of the task.<br />
Launch the Task Scheduler and right click and select “<strong>Scheduled Task</strong>” in the menu bar. Type a name for your work and select the property of the task.<br />
In the &#8220;<strong>Run</strong>&#8221; to the path of SyncToy, in the &#8220;<strong>Run As</strong>&#8221; &#8211; put what you want (one is advised).<br />
In the “<strong>Run</strong>”, choose the path for SyncToy in the “<strong>Run as</strong>”.<br />
Enter the parameters in the tabs “<strong>Planning</strong>”, “<strong>Settings</strong>” and “<strong>Security”.</strong><br />
Go back to the task tab and in the Run path, type : <em>-R&#8221;test</em>&#8220;.<br />
Below will appear:<br />
<em>&#8220;C:\Program Files\SyncToy 2.0\SyncToycmd.exe&#8221; -R&#8221;test&#8221; </em><br />
Be careful, there must be a space between the <strong>–R</strong> and the phrase as well as at end.</p>
<p>*Note: You need to have a password setup for this task or any task to run.</p>
<h3>Tools that are included in your install of the Windows Operating System:</h3>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<h2>Windows XP Home/XP:</h2>
<p>Installing the Ntbackup.msi for Windows XP Home or Pro.</p>
<p>how to install Backup from the Windows XP Home Edition CD-ROM. The Backup utility helps you protect your data if your hard disk stops working or your files are accidentally erased. With Backup, you can create a copy of all the data on your hard disk, and then archive it on another storage device, such as a removable hard disk or a tape. The Backup utility is not included in the default installation of Windows XP Home Edition. Therefore, to use Backup, you have to install it manually.</p>
<p>Manually install the Backup utility.</p>
<p><strong>Download</strong> it if you don&#8217;t want to extract it.</p>
<ul>
<li><a href="http://drop.io/NtBackupXPHOME" target="_blank">Drop.io</a></li>
<li><a href="http://cid-f85a988f57842184.skydrive.live.com/self.aspx/Public/NTBACKUP.MSI" target="_blank">Skydrive</a></li>
</ul>
<p>To manually install Backup, follow these steps:</p>
<ol>
<li>Put the Windows XP Home Edition CD in the CD Drive.</li>
<li>Double-click the <strong>Ntbackup.msi</strong> file in the following location to start a wizard that installs Backup:<var>CD drive</var>:\VALUEADD\MSFT\NTBACKUP</li>
<li>When the installation wizard is finished, click <strong>Finish</strong>.</li>
</ol>
<p>If the wizard completed the installation, the program was successfully installed and you can now use the Backup utility.</p>
<p>XP Home has issues with doing any backups what so ever. The features are obviously very handicapped. I would then use the SyncToy method previously mentioned.</p>
<p><strong>The Automated System Recovery feature of the Backup utility is not a supported feature in Windows XP Home Edition. However, Backup is provided on the CD-ROM as an additional value to help you back up important system data. For more information, click the following article number to view the article in the Microsoft Knowledge Base:</strong></p>
<p><a href="http://support.microsoft.com/kb/302700/"><strong>302700</strong></a><strong> (http://support.microsoft.com/kb/302700/ ) An Error Message Is Displayed When You Attempt to Use the Automated System Recovery Wizard</strong></p>
<p>of course this makes it difficult to use backed up files to recover files.</p>
<h2>Windows Vista:</h2>
<p>Scheduling a regular Complete PC Backup is one way to ensure you have recent images of your entire computer.</p>
<p>Complete PC Backup is not schedulable through the control panel, but you can work around this by creating a new task in the Task Scheduler.</p>
<p>If you choose to schedule Complete PC Backups, I advise periodic monitoring to verify that backups completed successfully. Why is this necessary? Because this method doesn&#8217;t notify you via a pop-up if the backups fail due to disk space issues or other transient problems. This should not be considered a replacement for using File Backup on a regular basis. That said, here&#8217;s how you can use Task Scheduler to schedule Complete PC Backup:</p>
<p>1. Go to Task Scheduler (which you&#8217;ll find in the Accessories\System Tools folder in the All Programs portion of your Start menu).<br />
2. Click Create Task.<br />
3. Go to the General tab.<br />
4. Type a descriptive name, such as Scheduled Complete PC Backup.<br />
5. If you want the task to run regardless of whether you&#8217;re logged on, click Run whether user is logged on or not.<br />
6. Click Run with highest privileges.<br />
7. Go to the Triggers page.<br />
8. Click New and then specify when and how often the scheduled backup will take place.<br />
9. Go to the Actions page.<br />
10. Click New.<br />
11. Under Program/Script, type wbadmin.<br />
12. In Add arguments (optional), type the following command, adjusting the target drive letter as necessary:<br />
Copy Code</p>
<p>Start backup –allcritical –backupTarget:D: -quiet</p>
<p>If you want to include additional volumes that are not the system, boot, or Windows Recovery Environment volumes, use the following statement instead, substituting the appropriate drive letters (separated by commas) for E and F:<br />
Copy Code</p>
<p>Start backup –allcritical –backupTarget:D: -include:E:,F: -quiet</p>
<p>Note that the command should always include the allcritical flag. Not having this flag risks excluding important system volumes from the backup, which would lead to failure during restore.<br />
13. Configure any other task-related settings.<br />
14. Click OK.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:74bf202f-551e-4c10-af8a-46742ea95868" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://flickr.com/photos/tags/How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://flickr.com/photos/tags/XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://flickr.com/photos/tags/Vista+all+versions.">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5be9c9dd-460e-46ea-9e13-1fb64bfba0e8" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/Windows+Backup/">Windows Backup</a>, <a rel="tag" href="http://www.buzznet.com/tags/How+to+Backup+your+Windows+Install/">How to Backup your Windows Install</a>, <a rel="tag" href="http://www.buzznet.com/tags/XP+Home+to+Pro/">XP Home to Pro</a>, <a rel="tag" href="http://www.buzznet.com/tags/Vista+all+versions./">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0f487af6-38b0-4039-970c-d71fb87be7c5" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://technorati.com/tags/How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://technorati.com/tags/XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://technorati.com/tags/Vista+all+versions.">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:33773869-da25-4ac3-925b-6b37cf41402d" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://del.icio.us/popular/How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://del.icio.us/popular/XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://del.icio.us/popular/Vista+all+versions.">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:518b51f0-2106-4498-b8bd-cdc2efb9e9cd" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Vista+all+versions.">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:50766d4a-6afa-4061-bba6-33204e67647a" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Vista+all+versions.">Vista all versions.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ce91526b-7547-4d15-9b44-899ba61b428b" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/Windows+Backup">Windows Backup</a>, <a rel="tag" href="http://www.43things.com/tag/How+to+Backup+your+Windows+Install">How to Backup your Windows Install</a>, <a rel="tag" href="http://www.43things.com/tag/XP+Home+to+Pro">XP Home to Pro</a>, <a rel="tag" href="http://www.43things.com/tag/Vista+all+versions.">Vista all versions.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/03/26/backup-your-files-using-free-tools-windows-xp-home-pro-and-vista-all-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First one hundred domains ever registered</title>
		<link>http://mikedopp.com/index.php/2009/03/09/first-one-hundred-domains-ever-registered/</link>
		<comments>http://mikedopp.com/index.php/2009/03/09/first-one-hundred-domains-ever-registered/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 04:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[First 100 Registered Domains]]></category>
		<category><![CDATA[Trivia]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/first-one-hundred-domains-ever-registered/</guid>
		<description><![CDATA[You all know the love I have for the lightning fast (that is if you do not have dialup) library we call the internet. I was doing some research on the background of that “library” and found this little tidbit: A list of the first 100 web site domains ever registered. 1. symbolics.com: March 15, [...]]]></description>
			<content:encoded><![CDATA[<p>You all know the love I have for the lightning fast (that is if you do not have dialup) library we call the internet. I was doing some research on the background of that “library” and found this little tidbit:</p>
<p>A list of the first 100 web site domains ever registered.</p>
<p>1. symbolics.com: March 15, 1985<a href="http://mikedopp.com/wp-content/uploads/abovetopsecret404.png" rel="lightbox[315]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="above-topsecret-404" src="http://mikedopp.com/wp-content/uploads/abovetopsecret404-thumb.png" border="0" alt="above-topsecret-404" width="289" height="703" align="right" /></a><br />
2. bbn.com: April 24, 1985<br />
3. think.com: May 24, 1985<br />
4. mcc.com: July 11, 1985<br />
5. dec.com: Sept. 30, 1985<br />
6. northrop.com: Nov. 7, 1985<br />
7. xerox.com: Jan. 9, 1986<br />
8. sri.com: Jan. 17, 1986<br />
9. hp.com: March 3, 1986<br />
10. bellcore.com: March 5, 1986<br />
11. ibm.com: March 19, 1986<br />
12. sun.com: March 19, 1986<br />
13. intel.com: March 25, 1986<br />
14. ti.com: March 25, 1986<br />
15. att.com: April 25, 1986<br />
16. gmr.com: May 8, 1986<br />
17. tek.com: May 8, 1986<br />
18. fmc.com: July 10, 1986<br />
19. ub.com: July 10, 1986<br />
20. bell-atl.com: Aug. 5, 1986<br />
21. ge.com: Aug. 5, 1986<br />
22. grebyn.com: Aug. 5, 1986<br />
23. isc.com: Aug. 5, 1986<br />
24. nsc.com: Aug. 5, 1986<br />
25. stargate.com: Aug. 5, 1986<br />
26. boeing.com: Sept. 2, 1986<br />
27. itcorp.com: Sept. 18, 1986<br />
28. siemens.com: Sept. 29, 1986<br />
29. pyramid.com: Oct. 18, 1986<br />
30. alphacdc.com: Oct. 27, 1986<br />
31. bdm.com: Oct. 27, 1986<br />
32. fluke.com: Oct. 27, 1986<br />
33. inmet.com: Oct. 27, 1986<br />
34. kesmai.com: Oct. 27, 1986<br />
35. mentor.com: Oct. 27, 1986<br />
36. nec.com: Oct. 27, 1986<br />
37. ray.com: Oct. 27, 1986<br />
38. rosemount.com: Oct. 27, 1986<br />
39. vortex.com: Oct. 27, 1986<br />
40. alcoa.com: Nov. 5, 1986<br />
41. gte.com: Nov. 5, 1986<br />
42. adobe.com: Nov. 17, 1986<br />
43. amd.com: Nov. 17, 1986<br />
44. das.com: Nov. 17, 1986<br />
45. data-io.com: Nov. 17, 1986<br />
46. octopus.com: Nov. 17, 1986<br />
47. portal.com: Nov. 17, 1986<br />
48. teltone.com: Nov. 17, 1986<br />
49. 3com.com: Dec. 11, 1986<br />
50. amdahl.com: Dec. 11, 1986<br />
51. ccur.com: Dec. 11, 1986<br />
52. ci.com: Dec. 11, 1986<br />
53. convergent.com: Dec. 11, 1986<br />
54. dg.com: Dec. 11, 1986<br />
55. peregrine.com: Dec. 11, 1986<br />
56. quad.com: Dec. 11, 1986<br />
57. sq.com: Dec. 11, 1986<br />
58. tandy.com: Dec. 11, 1986<br />
59. tti.com: Dec. 11, 1986<br />
60. unisys.com: Dec. 11, 1986<br />
61. cgi.com: Jan. 19, 1987<br />
62. cts.com: Jan. 19, 1987<br />
63. spdcc.com: Jan. 19, 1987<br />
64. apple.com: Feb. 19, 1987<br />
65. nma.com: March 4, 1987<br />
66. prime.com: March 4, 1987<br />
67. philips.com: April 4, 1987<br />
68. datacube.com: April 23, 1987<br />
69. kai.com: April 23, 1987<br />
70. tic.com: April 23, 1987<br />
71. vine.com: April 23, 1987<br />
72. ncr.com: April 30, 1987<br />
73. cisco.com: May 14, 1987<br />
74. rdl.com: May 14, 1987<br />
75. slb.com: May 20, 1987<br />
76. parcplace.com: May 27, 1987<br />
77. utc.com: May 27, 1987<br />
78. ide.com: June 26, 1987<br />
79. trw.com: July 9, 1987<br />
80. unipress.com: July 13, 1987<br />
81. dupont.com: July 27, 1987<br />
82. lockheed.com: July 27, 1987<br />
83. rosetta.com: July 28, 1987<br />
84. toad.com: Aug. 18, 1987<br />
85. quick.com: Aug. 31, 1987<br />
86. allied.com: Sept. 3, 1987<br />
87. dsc.com: Sept. 3, 1987<br />
88. sco.com: Sept. 3, 1987<br />
89. gene.com: Sept. 22, 1987<br />
90. kccs.com: Sept. 22, 1987<br />
91. spectra.com: Sept. 22, 1987<br />
92. wlk.com: Sept. 22, 1987<br />
93. mentat.com: Sept. 30, 1987<br />
94. wyse.com: Oct. 14, 1987<br />
95. cfg.com: Nov. 2, 1987<br />
96. marble.com: Nov. 9, 1987<br />
97. cayman.com: Nov. 16, 1987<br />
98. entity.com: Nov. 16, 1987<br />
99. ksr.com: Nov. 24, 1987<br />
100. nynexst.com: Nov. 30, 1987</p>
<p>Notice there is no <a href="http://www.microsoft.com" target="_blank">microsoft</a>.com or <a href="http://www.google.com" target="_blank">google</a>.com.</p>
<p>Can you name how many of these domains still exist or are owned by the originating company?</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:86835de2-8e8c-4332-ad50-ffbd596d7553" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Flickr Tags: <a rel="tag" href="http://flickr.com/photos/tags/First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://flickr.com/photos/tags/Registered">Registered</a>, <a rel="tag" href="http://flickr.com/photos/tags/100+domains">100 domains</a>, <a rel="tag" href="http://flickr.com/photos/tags/First+100+domains">First 100 domains</a>, <a rel="tag" href="http://flickr.com/photos/tags/Registered+domains.">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e9fa0fcc-15dc-45db-8cbc-1f0a23d6b613" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">BuzzNet Tags: <a rel="tag" href="http://www.buzznet.com/tags/First+one+hundred+domains/">First one hundred domains</a>, <a rel="tag" href="http://www.buzznet.com/tags/Registered/">Registered</a>, <a rel="tag" href="http://www.buzznet.com/tags/100+domains/">100 domains</a>, <a rel="tag" href="http://www.buzznet.com/tags/First+100+domains/">First 100 domains</a>, <a rel="tag" href="http://www.buzznet.com/tags/Registered+domains./">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cf25ec4b-59bd-43ab-8c10-63d8d5e8050a" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://technorati.com/tags/Registered">Registered</a>, <a rel="tag" href="http://technorati.com/tags/100+domains">100 domains</a>, <a rel="tag" href="http://technorati.com/tags/First+100+domains">First 100 domains</a>, <a rel="tag" href="http://technorati.com/tags/Registered+domains.">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ab8b2481-b556-41b1-8a72-b20bd23999b7" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">del.icio.us Tags: <a rel="tag" href="http://del.icio.us/popular/First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://del.icio.us/popular/Registered">Registered</a>, <a rel="tag" href="http://del.icio.us/popular/100+domains">100 domains</a>, <a rel="tag" href="http://del.icio.us/popular/First+100+domains">First 100 domains</a>, <a rel="tag" href="http://del.icio.us/popular/Registered+domains.">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bb4840e4-6211-46a1-966b-2f7dce6db286" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">IceRocket Tags: <a rel="tag" href="http://blogs.icerocket.com/search?q=First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Registered">Registered</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=100+domains">100 domains</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=First+100+domains">First 100 domains</a>, <a rel="tag" href="http://blogs.icerocket.com/search?q=Registered+domains.">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:802168d0-d043-4e5d-b560-cb34f5a67193" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">LiveJournal Tags: <a rel="tag" href="http://www.livejournal.com/interests.bml?int=First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Registered">Registered</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=100+domains">100 domains</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=First+100+domains">First 100 domains</a>, <a rel="tag" href="http://www.livejournal.com/interests.bml?int=Registered+domains.">Registered domains.</a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9169a98d-d6cc-4011-b7c9-a54d560bc6cd" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">43 Things Tags: <a rel="tag" href="http://www.43things.com/tag/First+one+hundred+domains">First one hundred domains</a>, <a rel="tag" href="http://www.43things.com/tag/Registered">Registered</a>, <a rel="tag" href="http://www.43things.com/tag/100+domains">100 domains</a>, <a rel="tag" href="http://www.43things.com/tag/First+100+domains">First 100 domains</a>, <a rel="tag" href="http://www.43things.com/tag/Registered+domains.">Registered domains.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/03/09/first-one-hundred-domains-ever-registered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Network Nerve Center</title>
		<link>http://mikedopp.com/index.php/2009/03/04/my-network-nerve-center/</link>
		<comments>http://mikedopp.com/index.php/2009/03/04/my-network-nerve-center/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Home Network]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/my-network-nerve-center/</guid>
		<description><![CDATA[I am constantly being asked by one or more people. What my home network looks like. Here is how my network is configured. &#160; Yes I am running DSL to a T-Mobile @Home VIOP box. As well as a Belkin Wireless N Mimo Router. So when Qwest and T-mobile ask what the config looks like. [...]]]></description>
			<content:encoded><![CDATA[<p>I am constantly being asked by one or more people. What my home network looks like. </p>
<p>Here is how my network is configured.</p>
<p><a href="http://mikedopp.com/wp-content/uploads/image-00240.jpg" rel="lightbox[312]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMAGE_00240" border="0" alt="IMAGE_00240" src="http://mikedopp.com/wp-content/uploads/image-00240-thumb.jpg" width="400" height="427" /></a> </p>
<p>&#160;</p>
<p>Yes I am running DSL to a T-Mobile @Home VIOP box. As well as a Belkin Wireless N Mimo Router.</p>
<p>So when Qwest and T-mobile ask what the config looks like. Here it is.</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:a312150e-77be-4200-9c6e-9d69dac8a4f6" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/Network+Config" rel="tag">Network Config</a>, <a href="http://flickr.com/photos/tags/Home+Networking" rel="tag">Home Networking</a>, <a href="http://flickr.com/photos/tags/%40Home+Networking" rel="tag">@Home Networking</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:c6db703a-a119-4bf6-8b01-fd2e37a79082" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/Network+Config/" rel="tag">Network Config</a>, <a href="http://www.buzznet.com/tags/Home+Networking/" rel="tag">Home Networking</a>, <a href="http://www.buzznet.com/tags/%40Home+Networking/" rel="tag">@Home Networking</a></div>
</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:594a8344-5eda-43dc-a5ed-831b7e1d09db" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Network+Config" rel="tag">Network Config</a>, <a href="http://technorati.com/tags/Home+Networking" rel="tag">Home Networking</a>, <a href="http://technorati.com/tags/%40Home+Networking" rel="tag">@Home Networking</a></div>
</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:e7339bbf-a11e-4c88-9567-4655a2bab146" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Network+Config" rel="tag">Network Config</a>, <a href="http://del.icio.us/popular/Home+Networking" rel="tag">Home Networking</a>, <a href="http://del.icio.us/popular/%40Home+Networking" rel="tag">@Home Networking</a></div>
</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:c80bb888-5402-44d5-89a0-bb9aa380e54b" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Network+Config" rel="tag">Network Config</a>, <a href="http://blogs.icerocket.com/search?q=Home+Networking" rel="tag">Home Networking</a>, <a href="http://blogs.icerocket.com/search?q=%40Home+Networking" rel="tag">@Home Networking</a></div>
</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:6ea6dbcf-6ba1-4775-aa78-d91207bff0be" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Network+Config" rel="tag">Network Config</a>, <a href="http://www.livejournal.com/interests.bml?int=Home+Networking" rel="tag">Home Networking</a>, <a href="http://www.livejournal.com/interests.bml?int=%40Home+Networking" rel="tag">@Home Networking</a></div>
</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:b94494da-f9eb-4db6-8e62-414d8b66afe7" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Network+Config" rel="tag">Network Config</a>, <a href="http://www.43things.com/tag/Home+Networking" rel="tag">Home Networking</a>, <a href="http://www.43things.com/tag/%40Home+Networking" rel="tag">@Home Networking</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/03/04/my-network-nerve-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let the planning of April fools pranks begin.</title>
		<link>http://mikedopp.com/index.php/2009/02/21/let-the-planning-of-april-fools-pranks-begin/</link>
		<comments>http://mikedopp.com/index.php/2009/02/21/let-the-planning-of-april-fools-pranks-begin/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 07:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[April Fools]]></category>
		<category><![CDATA[Computer Based]]></category>
		<category><![CDATA[Pranks]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/let-the-planning-of-april-fools-pranks-begin/</guid>
		<description><![CDATA[I like pranks. It’s kind of a hobby. Yeah I’d say I played a bunch through out the years. Like the time I sent a friend a subpoena from the RIAA. That prank never gets old. However I wouldn’t recommend it as it can make people a bit upset.&#160; Then there was the soy sauce [...]]]></description>
			<content:encoded><![CDATA[<p>I like pranks. It’s kind of a hobby. Yeah I’d say I played a bunch through out the years. Like the time I sent a friend a subpoena from the <a href="http://www.riaa.com/" target="_blank">RIAA</a>. That prank never gets old. However I wouldn’t recommend it as it can make people a bit upset.&#160; <a href="http://mikedopp.com/wp-content/uploads/homerohno.jpg" rel="lightbox[286]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="HomerOhNO" border="0" alt="HomerOhNO" src="http://mikedopp.com/wp-content/uploads/homerohno-thumb.jpg" width="228" height="170" /></a></p>
<p>Then there was the soy sauce in the diet coke bottle. May I just say I wish I hadn’t of deleted that video (or did I?). Straight to <a href="http://www.youtube.com" target="_blank">YouTube</a> &lt;-[Not a link to the video] and a million hits later. Of course my conscious got the best of me on that one. Never posted it.<a href="http://mikedopp.com/wp-content/uploads/ohno.jpg" rel="lightbox[286]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="OhNo" border="0" alt="OhNo" align="left" src="http://mikedopp.com/wp-content/uploads/ohno-thumb.jpg" width="196" height="147" /></a></p>
<p>My prank I did last April was the ever popular vbscript that makes the user think he has a virus and reboots the crap out of the pc.&#160; When you send that out over the corporate network and the WAN team freaks out it becomes more of an issue then. Of course I still to this day have no Idea who would do that. ::snicker::</p>
<p>&#160;</p>
<p>If you haven’t seen the screensaver of the <a href="http://www.microsoft.com/technet/sysinternals/Miscellaneous/BlueScreen.mspx" target="_blank">blue screen of death</a> then be careful of your nearest geek with network privileges.</p>
<p> <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/m1Pzic0LRVs&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/m1Pzic0LRVs&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
<p>I must say it can be a little dangerous being my friend come April 1st time. If you are you should just call in sick or turn off your pc and related servers. </p>
<p>Speaking of server pranks don’t do a INIT 0 command on a enterprise Unix Server in the middle of the day especially when the server is off site like in another state. Like I said I do not know who would do that… Certainly not me. ::snicker:: ::shrug::</p>
<p>This post I should probably not let go public but what the crap maybe it will give your prank friend something to chew on.</p>
<p>&#160;</p>
<p>Try this little cheesy vbscript to make your windows OS(XP-Windows7):</p>
<p>CODE-</p>
<p>The <a href="http://mikedopp.com" target="_blank">MikeDopp</a> original Script:</p>
<p>or call it the template</p>
<blockquote><p>Dim msg, sapi      <br />msg=InputBox(&quot;Enter your text&quot;,&quot;Talk it&quot;)       <br />Set sapi=CreateObject(&quot;sapi.spvoice&quot;)       <br />sapi.Speak msg </p>
</blockquote>
<p>&#160;</p>
<p>The <a href="http://joelevi.com" target="_blank">JoeLevi</a> script:</p>
<blockquote><p>Dim msg, sapi      <br />msg=&quot;All our times have come Here but now they&#8217;re gone Seasons don&#8217;t fear the reaper Nor do the wind, the sun or the rain We can be&#160; like they are Come on baby,&#160; Don&#8217;t fear the Reaper Baby take my hand,&#160; Don&#8217;t fear the Reaper We&#8217;ll be able to fly,&#160; Don&#8217;t fear the Reaper Baby I&#8217;m your man,&#160; Valentine is done Here but now they&#8217;re gone Romeo and Juliet Are together in eternity,&#160; Romeo and Juliet 40,000 men and women everyday,&#160; Like Romeo and Juliet 40,000 men and women everyday,&#160; Redefine happiness Another 40,000 coming everyday, We can be like they are Come on baby,&#160; Don&#8217;t fear the Reaper Baby take my hand,&#160; Don&#8217;t fear the Reaper We&#8217;ll be able to fly,&#160; Don&#8217;t fear the Reaper Baby I&#8217;m your man,&#160; Love of two is one Here but now they&#8217;re gone Came the last night of sadness And it was clear we couldn&#8217;t go on The door was open and the wind appeared The candles blew and then disappeared The curtains flew then he appeared Saying don&#8217;t be afraid Come on baby,&#160; And we had no fear And we ran to him,&#160; Then we started to fly We looked backward and said goodbye We had become like they are We had taken his hand We had become like they are Come on baby, don&#8217;t fear the reaper&quot;       <br />Set sapi=CreateObject(&quot;sapi.spvoice&quot;)       <br />sapi.</p>
<p>Speak msg</p>
</blockquote>
<p>Save as tts.vbs and run of course for a test then, using Windows Task Scheduler setup this script to start on startup or every minute until the poor sap(prankee) gets sick of it.</p>
<p>Of course there are a ton of great things you can do to prank co-workers and friends and this is a just a sample of things that I know have been done. ::snicker::</p>
<p>Have fun make sure you leave me a comment on how well this worked for you!</p>
<p>-Mike</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:ae82b453-5cb9-4883-9966-36c24a7c9d31" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/April+Fools" rel="tag">April Fools</a>, <a href="http://flickr.com/photos/tags/General+Pranks" rel="tag">General Pranks</a>, <a href="http://flickr.com/photos/tags/Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://flickr.com/photos/tags/mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://flickr.com/photos/tags/Joking" rel="tag">Joking</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:592e9a01-f8aa-4d96-8231-9e8aafd731f4" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/April+Fools/" rel="tag">April Fools</a>, <a href="http://www.buzznet.com/tags/General+Pranks/" rel="tag">General Pranks</a>, <a href="http://www.buzznet.com/tags/Evil+Pranks/" rel="tag">Evil Pranks</a>, <a href="http://www.buzznet.com/tags/mikedopp+does+not+codone+these/" rel="tag">mikedopp does not codone these</a>, <a href="http://www.buzznet.com/tags/Joking/" rel="tag">Joking</a></div>
</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:b00928e0-a6b5-4830-a733-275a55e96ae5" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/April+Fools" rel="tag">April Fools</a>, <a href="http://technorati.com/tags/General+Pranks" rel="tag">General Pranks</a>, <a href="http://technorati.com/tags/Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://technorati.com/tags/mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://technorati.com/tags/Joking" rel="tag">Joking</a></div>
</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:48b3fbab-b7d4-4c57-b2c8-d09cf19b3a80" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/April+Fools" rel="tag">April Fools</a>, <a href="http://del.icio.us/popular/General+Pranks" rel="tag">General Pranks</a>, <a href="http://del.icio.us/popular/Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://del.icio.us/popular/mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://del.icio.us/popular/Joking" rel="tag">Joking</a>
</div>
</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:100953db-61f2-4267-9484-c6f961e2fb22" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=April+Fools" rel="tag">April Fools</a>, <a href="http://blogs.icerocket.com/search?q=General+Pranks" rel="tag">General Pranks</a>, <a href="http://blogs.icerocket.com/search?q=Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://blogs.icerocket.com/search?q=mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://blogs.icerocket.com/search?q=Joking" rel="tag">Joking</a></div>
</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:df1b0c05-3940-4268-a6c1-2930e5527397" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=April+Fools" rel="tag">April Fools</a>, <a href="http://www.livejournal.com/interests.bml?int=General+Pranks" rel="tag">General Pranks</a>, <a href="http://www.livejournal.com/interests.bml?int=Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://www.livejournal.com/interests.bml?int=mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://www.livejournal.com/interests.bml?int=Joking" rel="tag">Joking</a></div>
</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:a960c83a-12f0-42f5-8e1b-af3aac8763bc" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/April+Fools" rel="tag">April Fools</a>, <a href="http://www.43things.com/tag/General+Pranks" rel="tag">General Pranks</a>, <a href="http://www.43things.com/tag/Evil+Pranks" rel="tag">Evil Pranks</a>, <a href="http://www.43things.com/tag/mikedopp+does+not+codone+these" rel="tag">mikedopp does not codone these</a>, <a href="http://www.43things.com/tag/Joking" rel="tag">Joking</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/02/21/let-the-planning-of-april-fools-pranks-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need to monitor your Windows Vista or Windows 7 Ready Boost memory usage?</title>
		<link>http://mikedopp.com/index.php/2009/02/18/need-to-monitor-your-windows-vista-or-windows-7-ready-boost-memory-usage/</link>
		<comments>http://mikedopp.com/index.php/2009/02/18/need-to-monitor-your-windows-vista-or-windows-7-ready-boost-memory-usage/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 06:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Ready Boost Monitor]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/need-to-monitor-your-windows-vista-or-windows-7-ready-boost-memory-usage/</guid>
		<description><![CDATA[You all know me I love little apps to manage my networks and manage well everything I want to know how the processor and Hard Drive and well networks. I was lucky to stumble upon this little treat. if you have vista and use readyboost you need this. http://area-71.net/rbmon/ ready boost monitor. What was great [...]]]></description>
			<content:encoded><![CDATA[<p>You all know me I love little apps to manage my networks and manage well everything I want to know how the processor and Hard Drive and well networks.</p>
<p>I was lucky to stumble upon this little treat.</p>
<p>if you have vista and use readyboost you need this. <a href="http://area-71.net/rbmon/">http://area-71.net/rbmon/</a> ready boost monitor.</p>
<p>What was great was I posted this link on twitter as well the quoted text above.<a href="http://mikedopp.com/wp-content/uploads/20090216-2143.png" rel="lightbox[281]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2009-02-16_2143" border="0" alt="2009-02-16_2143" src="http://mikedopp.com/wp-content/uploads/20090216-2143-thumb.png" width="194" height="339" /></a> </p>
<p>A good twitter friend (@<a href="http://twitter.com/jkneen">jkneen</a>) made me aware this app didn’t work at all on windows 7. However he went ahead and improved and updated it to work for windows 7 so much thanks @<a href="http://twitter.com/jkneen">jkneen</a>. Please visit his site: <a href="http://www.bouncingfish.com/index.asp?navdetail=9832" target="_blank">BouncingFish.com</a> </p>
<p>The link has been added to DropIO from jkneen <a href="http://drop.io/readyboostmonitor" target="_blank">ReadyBoostMonitor</a> for Win7 download.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/02/18/need-to-monitor-your-windows-vista-or-windows-7-ready-boost-memory-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the ALT key codes</title>
		<link>http://mikedopp.com/index.php/2009/02/18/using-the-alt-key-codes/</link>
		<comments>http://mikedopp.com/index.php/2009/02/18/using-the-alt-key-codes/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Alt Keys]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/using-the-alt-key-codes/</guid>
		<description><![CDATA[So your asking yourself why do I care? Or your asking what is the alt key(this is something you should read your owners manual for.). So I was in the middle of writing another post and became very frustrated because I needed to to add the € mark and rather than copy and paste like [...]]]></description>
			<content:encoded><![CDATA[<p>So your asking yourself why do I care? Or your asking what is the alt key(this is something you should read your owners manual for.). So I was in the middle of writing another post and became very frustrated because I needed to to add the € mark and rather than copy and paste like I always do. I had to find a better way. So let this be a reminder to my self. How to use these little characters.</p>
<p>Hold down the alt key and use the number pad on the far right of your keyboard to type out the 4-character code.&#160; When you release the alt key, the character will appear.</p>
<p><b>Example: Alt-0169 = ©&#160;&#160; or&#160;&#160; Alt-0174 = ®&#160; or&#160; Alt-0153 = ™</b></p>
<p>Alt-0128&#160; €    <br />Alt-0252&#160; ü     <br />Alt-0129&#160;      <br />Alt-0130&#160; ‚     <br />Alt-0131&#160; ƒ</p>
<p>Alt-0132&#160; „    <br />Alt-0253&#160; ý     <br />Alt-0133&#160; …     <br />Alt-0134&#160; †     <br />Alt-0135&#160; ‡</p>
<p>Alt-0136&#160; ˆ    <br />Alt-0254&#160; þ     <br />Alt-0137&#160; ‰     <br />Alt-0138&#160; Š     <br />Alt-0139&#160; ‹</p>
<p>Alt-0140&#160; Œ    <br />Alt-0255&#160; ÿ     <br />Alt-0141&#160;      <br />Alt-0142&#160; Ž     <br />Alt-0143&#160; </p>
<p>Alt-0144&#160;     <br />Alt-0248&#160; ø     <br />Alt-0145&#160; ‘     <br />Alt-0146&#160; ’     <br />Alt-0147&#160; &quot;</p>
<p>Alt-0148&#160; &quot;    <br />Alt-0249&#160; ù     <br />Alt-0149&#160; •     <br />Alt-0150&#160; –     <br />Alt-0151&#160; —</p>
<p>Alt-0152&#160; ˜    <br />Alt-0250&#160; ú     <br />Alt-0153&#160; ™     <br />Alt-0154&#160; š     <br />Alt-0155&#160; ›</p>
<p>Alt-0156&#160; œ    <br />Alt-0251&#160; û     <br />Alt-0157&#160;      <br />Alt-0158&#160; ž     <br />Alt-0159&#160; Ÿ</p>
<p>Alt-0160&#160; <br />Alt-0244&#160; ô     <br />Alt-0161&#160; ¡     <br />Alt-0162&#160; ¢     <br />Alt-0163&#160; £</p>
<p>Alt-0164&#160; ¤    <br />Alt-0245&#160; õ     <br />Alt-0165&#160; ¥     <br />Alt-0166&#160; ¦     <br />Alt-0167&#160; §</p>
<p>Alt-0168&#160; ¨    <br />Alt-0246&#160; ö     <br />Alt-0169&#160; ©     <br />Alt-0170&#160; ª     <br />Alt-0171 «</p>
<p>Alt-0172&#160; ¬    <br />Alt-0247&#160; ÷     <br />Alt-0173&#160; ­     <br />Alt-0174&#160; ®     <br />Alt-0175&#160; ¯</p>
<p>Alt-0176&#160; °    <br />Alt-0240&#160; ð     <br />Alt-0177&#160; ±     <br />Alt-0178&#160; ²     <br />Alt-0179&#160; ³</p>
<p>Alt-0180&#160; ´    <br />Alt-0241&#160; ñ     <br />Alt-0181&#160; µ     <br />Alt-0182&#160; ¶     <br />Alt-0183&#160; ·</p>
<p>Alt-0184&#160; ¸    <br />Alt-0242&#160; ò     <br />Alt-0185&#160; ¹     <br />Alt-0186&#160; º     <br />Alt-0187&#160; »</p>
<p>Alt-0188&#160; ¼    <br />Alt-0243&#160; ó     <br />Alt-0189&#160; ½     <br />Alt-0190&#160; ¾     <br />Alt-0191&#160; ¿</p>
<p>Alt-0192&#160; À    <br />Alt-0236&#160; ì     <br />Alt-0193&#160; Á     <br />Alt-0194&#160; Â     <br />Alt-0195&#160; Ã</p>
<p>Alt-0196&#160; Ä    <br />Alt-0237&#160; í     <br />Alt-0197&#160; Å     <br />Alt-0198&#160; Æ     <br />Alt-0199&#160; Ç</p>
<p>Alt-0200 È    <br />Alt-0238&#160; î     <br />Alt-0201&#160; É     <br />Alt-0202&#160; Ê     <br />Alt-0203&#160; Ë</p>
<p>Alt-0204&#160; Ì    <br />Alt-0239&#160; ï     <br />Alt-0205&#160; Í     <br />Alt-0206&#160; Î     <br />Alt-0207&#160; Ï</p>
<p>Alt-0208&#160; Ð    <br />Alt-0232&#160; è     <br />Alt-0209&#160; Ñ     <br />Alt-0210&#160; Ò     <br />Alt-0211&#160; Ó</p>
<p>Alt-0212&#160; Ô    <br />Alt-0233&#160; é     <br />Alt-0213&#160; Õ     <br />Alt-0214&#160; Ö     <br />Alt-0215&#160; ×</p>
<p>Alt-0216&#160; Ø    <br />Alt-0234&#160; ê     <br />Alt-0217&#160; Ù     <br />Alt-0218&#160; Ú     <br />Alt-0219&#160; Û</p>
<p>Alt-0220&#160; Ü    <br />Alt-0235&#160; ë     <br />Alt-0221&#160; Ý     <br />Alt-0222&#160; Þ     <br />Alt-0223&#160; ß</p>
<p>Alt-0224&#160; à    <br />Alt-0231&#160; ç     <br />Alt-0225&#160; á     <br />Alt-0226&#160; â     <br />Alt-0227&#160; ã</p>
<p>Alt-0228&#160; ä    <br />Alt-0230&#160; æ     <br />Alt-0229&#160; å</p>
<p>Alt to your hearts desire.</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:03efc8f3-8187-43c6-ae66-90781b4316d1" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Alt+key" rel="tag">Alt key</a>, <a href="http://technorati.com/tags/Alt+codes" rel="tag">Alt codes</a>, <a href="http://technorati.com/tags/mikedopp" rel="tag">mikedopp</a>, <a href="http://technorati.com/tags/Howto" rel="tag">Howto</a>, <a href="http://technorati.com/tags/Windows" rel="tag">Windows</a>, <a href="http://technorati.com/tags/mike+dopp" rel="tag">mike dopp</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:694a8c11-20eb-4dcd-8b71-7b5791e87dfa" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=Alt+key" rel="tag">Alt key</a>, <a href="http://www.livejournal.com/interests.bml?int=Alt+codes" rel="tag">Alt codes</a>, <a href="http://www.livejournal.com/interests.bml?int=mikedopp" rel="tag">mikedopp</a>, <a href="http://www.livejournal.com/interests.bml?int=Howto" rel="tag">Howto</a>, <a href="http://www.livejournal.com/interests.bml?int=Windows" rel="tag">Windows</a>, <a href="http://www.livejournal.com/interests.bml?int=mike+dopp" rel="tag">mike dopp</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c323018a-6c9e-4e91-b572-9ee83e619a34" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/Alt+key" rel="tag">Alt key</a>, <a href="http://del.icio.us/popular/Alt+codes" rel="tag">Alt codes</a>, <a href="http://del.icio.us/popular/mikedopp" rel="tag">mikedopp</a>, <a href="http://del.icio.us/popular/Howto" rel="tag">Howto</a>, <a href="http://del.icio.us/popular/Windows" rel="tag">Windows</a>, <a href="http://del.icio.us/popular/mike+dopp" rel="tag">mike dopp</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e79ca6e6-fafd-425a-a102-2dbc0431d86b" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=Alt+key" rel="tag">Alt key</a>, <a href="http://blogs.icerocket.com/search?q=Alt+codes" rel="tag">Alt codes</a>, <a href="http://blogs.icerocket.com/search?q=mikedopp" rel="tag">mikedopp</a>, <a href="http://blogs.icerocket.com/search?q=Howto" rel="tag">Howto</a>, <a href="http://blogs.icerocket.com/search?q=Windows" rel="tag">Windows</a>, <a href="http://blogs.icerocket.com/search?q=mike+dopp" rel="tag">mike dopp</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:da82f3e8-4f4c-414c-bc0d-0f88a2c6e2f9" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/Alt+key" rel="tag">Alt key</a>, <a href="http://www.43things.com/tag/Alt+codes" rel="tag">Alt codes</a>, <a href="http://www.43things.com/tag/mikedopp" rel="tag">mikedopp</a>, <a href="http://www.43things.com/tag/Howto" rel="tag">Howto</a>, <a href="http://www.43things.com/tag/Windows" rel="tag">Windows</a>, <a href="http://www.43things.com/tag/mike+dopp" rel="tag">mike dopp</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:171cccae-1336-42cd-a3a7-2efe31432b70" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href<br />
="http://www.buzznet.com/tags/Alt+key/" rel="tag">Alt key</a>, <a href="http://www.buzznet.com/tags/Alt+codes/" rel="tag">Alt codes</a>, <a href="http://www.buzznet.com/tags/mikedopp/" rel="tag">mikedopp</a>, <a href="http://www.buzznet.com/tags/Howto/" rel="tag">Howto</a>, <a href="http://www.buzznet.com/tags/Windows/" rel="tag">Windows</a>, <a href="http://www.buzznet.com/tags/mike+dopp/" rel="tag">mike dopp</a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/02/18/using-the-alt-key-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>History of the Internet in 8 minutes</title>
		<link>http://mikedopp.com/index.php/2009/02/10/history-of-the-internet-in-8-minutes/</link>
		<comments>http://mikedopp.com/index.php/2009/02/10/history-of-the-internet-in-8-minutes/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[History of the internet]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mikedopp.com/index.php/history-of-the-internet-in-8-minutes/</guid>
		<description><![CDATA[Ready?]]></description>
			<content:encoded><![CDATA[<p>Ready?</p>
<p> <object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/9hIQjrMHTv4&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9hIQjrMHTv4&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fmikedopp.com%2findex.php%2fhistory-of-the-internet-in-8-minutes%2f&amp;title=History+of+the+Internet+in+8+minutes"><img src="http://digg.com/img/badges/16x16-digg-guy.png" width="16" height="16" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://mikedopp.com/index.php/2009/02/10/history-of-the-internet-in-8-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
