<?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>Website Builders Resource &#187; Windows Vista</title>
	<atom:link href="http://websitebuildersresource.com/category/resources/operating-systems/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitebuildersresource.com</link>
	<description>Your Web Development Source</description>
	<lastBuildDate>Mon, 25 Jan 2010 21:53:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backup Windows Mail on Vista with xcopy</title>
		<link>http://websitebuildersresource.com/2008/12/25/backup-windows-mail-on-vista-with-xcopy/</link>
		<comments>http://websitebuildersresource.com/2008/12/25/backup-windows-mail-on-vista-with-xcopy/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 17:44:41 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[windows mail]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=405</guid>
		<description><![CDATA[I know you can backup your email directly from within Windows Mail but this script saves me a few clicks and I can run it in a scheduled task so I can set it and forget it.
Download
For impatient you can download the batch file here.
Find Windows Mail Store Location
Open Windows Mail and open Tools/Options.




Click on [...]]]></description>
			<content:encoded><![CDATA[<p>I know you can backup your email directly from within Windows Mail but this script saves me a few clicks and I can run it in a scheduled task so I can set it and forget it.</p>
<h3>Download</h3>
<p>For impatient you can download the batch file <a href='http://www.websitebuildersresource.com/wp-content/uploads/2008/12/backup_mail.bat'>here</a>.</p>
<h2>Find Windows Mail Store Location</h2>
<p>Open Windows Mail and open Tools/Options.</p>
<p><span id="more-405"></span></p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-1.jpg"><img class="alignnone size-medium wp-image-407" title="windows-mail-1" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-1-300x220.jpg" alt="" width="300" height="220" /></a></p>
<div style="clear: both;"></div>
<p>Click on the Advanced tab.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-2.png"><img class="alignnone size-medium wp-image-408" title="windows-mail-2" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-2-300x293.png" alt="" width="300" height="293" /></a></p>
<div style="clear: both;"></div>
<p>Click on Maintenance.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-3.png"><img class="alignnone size-medium wp-image-409" title="windows-mail-3" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-3-300x293.png" alt="" width="300" height="293" /></a></p>
<div style="clear: both;"></div>
<p>Click on Store Folder.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-4.png"><img class="alignnone size-medium wp-image-410" title="windows-mail-4" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-4-300x271.png" alt="" width="300" height="271" /></a></p>
<div style="clear: both;"></div>
<p>Copy the directory for your Mail Store. This is where all of your email is stored.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-5.png"><img class="alignnone size-medium wp-image-411" title="windows-mail-5" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-5-300x105.png" alt="" width="300" height="105" /></a></p>
<div style="clear: both;"></div>
<p>You can double check that you have the correct directory by pasting the copied directory above into an Explorer window. You should see files similar to the ones in the image below.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-6.png"><img class="alignnone size-medium wp-image-412" title="windows-mail-6" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/windows-mail-6-300x221.png" alt="" width="300" height="221" /></a></p>
<div style="clear: both;"></div>
<h3>Configure Backup Location</h3>
<p>Create a folder to store your Windows Mail backup. I have a second hard drive for all of my backups (I recommend you do the same) and I will use F:\Mail for the Mail backup folder.</p>
<p>You can also backup to your C:\ partition but it&#8217;s best that you have a second physical hard drive incase your main hard drive fails due to hardware issues.</p>
<h2>Backup Script</h2>
<p>Create a new batch file, I named mine backup_mail.bat and copy the following:</p>
<ol>
<li>Your source directory (the Store Location directory from above).</li>
<li>And the destination backup folder.</li>
<li>I will use my own directory structure for the example.</li>
<li>Save the file once your are done editing.</li>
</ol>
<pre name="code" class="xml">
xcopy /y /e "C:\Users\deffe\AppData\Local\Microsoft\Windows Mail\*" "F:\Mail\"
</pre>
<h3>Windows Mail Cannot Be Running</h3>
<p>Make sure that Windows Mail is no longer running. You can run the following command even after you have closed the application.</p>
<pre name="code" class="xml">
taskkill /IM WinMail.exe
</pre>
<h3>(Optional) taskkill in Batch File</h3>
<p>You can optionally combine the taskkill command with your xcopy command to gracefully close Windows Mail and start the backup.</p>
<pre name="code" class="xml">
taskkill /IM WinMail.exe
xcopy /y /e "C:\Users\deffe\AppData\Local\Microsoft\Windows Mail\*" "F:\Mail\"
</pre>
<h3>(Optional) Restart Windows Mail after Backup</h3>
<p>You can optionally restart Windows Mail after the backup is complete with the following command added to your batch file.</p>
<pre name="code" class="xml">
taskkill /IM WinMail.exe
xcopy /y /e "C:\Users\deffe\AppData\Local\Microsoft\Windows Mail\*" "F:\Mail\"
call "C:\Program Files\Windows Mail\WinMail.exe"
</pre>
<h2>Run and Verify</h2>
<p>Double click the batch file to execute your backup and check your backup folder to ensure you have all of your emails.</p>
<h2>Download and Resources</h2>
<p>Download the batch file <a href='http://www.websitebuildersresource.com/wp-content/uploads/2008/12/backup_mail.bat'>here</a>. You can edit the file as necessary.</p>
<h3>Resources</h3>
<p>xcopy<br />
<a href="http://www.computerhope.com/xcopyhlp.htm" target="_blank">http://www.computerhope.com/xcopyhlp.htm</a></p>
<p>taskkill<br />
<a href="http://www.tech-recipes.com/rx/446/xp_kill_windows_process_command_line_taskkill/" target="_blank">http://www.tech-recipes.com/rx/446/xp_kill_windows_process_command_line_taskkill/</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F&amp;title=Backup+Windows+Mail+on+Vista+with+xcopy"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F&amp;title=Backup+Windows+Mail+on+Vista+with+xcopy"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F&amp;title=Backup+Windows+Mail+on+Vista+with+xcopy"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F&amp;headline=Backup+Windows+Mail+on+Vista+with+xcopy"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Backup+Windows+Mail+on+Vista+with+xcopy&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Backup+Windows+Mail+on+Vista+with+xcopy&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Backup+Windows+Mail+on+Vista+with+xcopy&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Backup+Windows+Mail+on+Vista+with+xcopy&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Backup+Windows+Mail+on+Vista+with+xcopy&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F&amp;title=Backup+Windows+Mail+on+Vista+with+xcopy&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F25%2Fbackup-windows-mail-on-vista-with-xcopy%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/11/28/move-your-outlook-mail-to-windows-mail/" title="Move your Outlook Mail to Windows Mail">Move your Outlook Mail to Windows Mail</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/25/backup-windows-mail-on-vista-with-xcopy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No New Text Document with Right Click on Vista</title>
		<link>http://websitebuildersresource.com/2008/12/21/no-new-text-document-with-right-click-on-vista/</link>
		<comments>http://websitebuildersresource.com/2008/12/21/no-new-text-document-with-right-click-on-vista/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 16:55:53 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[create new text document]]></category>
		<category><![CDATA[right click]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=398</guid>
		<description><![CDATA[One of the features I use frequently in XP is the Create New X feature with the right click within Explorer. Vista does not have the option to create a new text document.
I found a forum post over at vistax64.com that has a fix.
Open notepad (Windows + r, notepad, enter) and copy the following:
Windows Registry [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features I use frequently in XP is the Create New X feature with the right click within Explorer. Vista does not have the option to create a new text document.</p>
<p>I found a forum post over at <a href="http://www.vistax64.com/vista-file-management/60966-new-txt-file-missing-right-click-menu.html" target="_blank">vistax64.com</a> that has a fix.</p>
<p>Open notepad (Windows + r, notepad, enter) and copy the following:</p>
<pre name="code" class="xml">Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.txt]
"Content Type"="text/plain"
"PerceivedType"="text"
@="txtfile"

[HKEY_CLASSES_ROOT\.txt\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.txt\ShellNew]
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
2d,00,34,00,37,00,30,00,00,00
"NullFile"=""</pre>
<p>Save the file as add_new_doc.reg and double click the new registry file to install.</p>
<p>You will need to close all Explorer windows and reopen to see the change.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/vista-new-text-1.jpg"><img class="alignnone size-medium wp-image-400" title="vista-new-text-1" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/vista-new-text-1-300x183.jpg" alt="" width="300" height="183" /></a></p>
<div style="clear: both;"></div>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F&amp;title=No+New+Text+Document+with+Right+Click+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F&amp;title=No+New+Text+Document+with+Right+Click+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F&amp;title=No+New+Text+Document+with+Right+Click+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F&amp;headline=No+New+Text+Document+with+Right+Click+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=No+New+Text+Document+with+Right+Click+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=No+New+Text+Document+with+Right+Click+on+Vista&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=No+New+Text+Document+with+Right+Click+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=No+New+Text+Document+with+Right+Click+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=No+New+Text+Document+with+Right+Click+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F&amp;title=No+New+Text+Document+with+Right+Click+on+Vista&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F21%2Fno-new-text-document-with-right-click-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/11/30/how-to-import-pictures-from-your-iphone-on-vista/" title="How to Import Pictures from your iPhone on Vista">How to Import Pictures from your iPhone on Vista</a></li><li><a href="http://websitebuildersresource.com/2008/11/28/the-requested-operation-requires-elevation-fix-for-vista/" title="The requested operation requires elevation Fix for Vista">The requested operation requires elevation Fix for Vista</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/21/no-new-text-document-with-right-click-on-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Import Pictures from your iPhone on Vista</title>
		<link>http://websitebuildersresource.com/2008/11/30/how-to-import-pictures-from-your-iphone-on-vista/</link>
		<comments>http://websitebuildersresource.com/2008/11/30/how-to-import-pictures-from-your-iphone-on-vista/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:22:58 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[import iphone photos]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=213</guid>
		<description><![CDATA[If you are Windows user and need to import your pictures from your iPhone here is how you do it.
Plugin your iPhone to your computer with the supplied USB cable.




Vista should install the drivers (if it hasn&#8217;t done so already) and ask you what you would like to do.



Click on Import Pictures and the Import [...]]]></description>
			<content:encoded><![CDATA[<p>If you are Windows user and need to import your pictures from your iPhone here is how you do it.</p>
<p>Plugin your iPhone to your computer with the supplied USB cable.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-4.jpg"><img class="alignnone size-medium wp-image-220" title="iphone-download-4" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-4-225x300.jpg" alt="" width="225" height="300" /></a></p>
<div style="clear: both;"></div>
<p><span id="more-213"></span></p>
<p>Vista should install the drivers (if it hasn&#8217;t done so already) and ask you what you would like to do.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-1.png"><img class="alignnone size-medium wp-image-215" title="iphone-download-1" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-1-267x300.png" alt="" width="267" height="300" /></a></p>
<div style="clear: both;"></div>
<p>Click on Import Pictures and the Import Pictures dialog will ask you if you want to Tag your photos. This step is optional but can help organize if you have a lot of pictures in your library.</p>
<p>Here is some more information from Microsoft on organizing your pictures.</p>
<p><a href="http://windowshelp.microsoft.com/Windows/en-us/help/0a03011c-c189-410d-a044-acd713bd94451033.mspx" target="_blank">http://windowshelp.microsoft.com/Windows/en-us/help/0a03011c-c189-410d-a044-acd713bd94451033.mspx</a></p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-2.png"><img class="alignnone size-medium wp-image-216" title="iphone-download-2" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-2-300x151.png" alt="" width="300" height="151" /></a></p>
<div style="clear: both;"></div>
<p>You can also choose the location where the files will be imported to by clicking Options in the lower left hand side.</p>
<div style="clear: both;"></div>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-3.png"><img class="alignnone size-medium wp-image-217" title="iphone-download-3" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/11/iphone-download-3-279x300.png" alt="" width="279" height="300" /></a></p>
<div style="clear: both;"></div>
<p>After you have selected all of your options click OK and import to start importing your photos. The import time will depend on the number of photos you have on your iPhone.</p>
<h3>Conclusion</h3>
<p>That&#8217;s all there is to it. Similar procedures should work for Windows XP as well and your other digital cameras.<br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F&amp;title=How+to+Import+Pictures+from+your+iPhone+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F&amp;title=How+to+Import+Pictures+from+your+iPhone+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F&amp;title=How+to+Import+Pictures+from+your+iPhone+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F&amp;headline=How+to+Import+Pictures+from+your+iPhone+on+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F&amp;title=How+to+Import+Pictures+from+your+iPhone+on+Vista&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fhow-to-import-pictures-from-your-iphone-on-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/21/no-new-text-document-with-right-click-on-vista/" title="No New Text Document with Right Click on Vista">No New Text Document with Right Click on Vista</a></li><li><a href="http://websitebuildersresource.com/2008/11/28/the-requested-operation-requires-elevation-fix-for-vista/" title="The requested operation requires elevation Fix for Vista">The requested operation requires elevation Fix for Vista</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/30/how-to-import-pictures-from-your-iphone-on-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Format FAT32 Drives Larger Than 32gb</title>
		<link>http://websitebuildersresource.com/2008/11/28/format-fat32-drives-larger-than-32gb/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/format-fat32-drives-larger-than-32gb/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:42:50 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[fat32]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[larger than 32gb]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=204</guid>
		<description><![CDATA[By default Windows XP will not allow hard drives larger than 32gb to be formatted FAT32. If you need to format a large hard drive to FAT32 (say for an external hard drive to make backups of your Windows and Mac workstations) you can a tool provided by Ridgecrop Consultatnts called Fat 32 Formatter.
Documentation and [...]]]></description>
			<content:encoded><![CDATA[<p>By default Windows XP will not allow hard drives larger than 32gb to be formatted FAT32. If you need to format a large hard drive to FAT32 (say for an external hard drive to make backups of your Windows and Mac workstations) you can a tool provided by Ridgecrop Consultatnts called Fat 32 Formatter.</p>
<p><strong>Documentation and Product Page</strong></p>
<p><a href="http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm" target="_blank">http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm</a></p>
<p><strong>Download</strong></p>
<p><a href="http://www.ridgecrop.demon.co.uk/download/fat32format.zip" target="_blank">http://www.ridgecrop.demon.co.uk/download/fat32format.zip</a></p>
<h3>Usage</h3>
<blockquote><p>
C:\> cd path\to\fat32format<br />
C:\> fat32format f:
</p></blockquote>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F&amp;title=Format+FAT32+Drives+Larger+Than+32gb"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F&amp;title=Format+FAT32+Drives+Larger+Than+32gb"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F&amp;title=Format+FAT32+Drives+Larger+Than+32gb"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F&amp;headline=Format+FAT32+Drives+Larger+Than+32gb"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Format+FAT32+Drives+Larger+Than+32gb&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Format+FAT32+Drives+Larger+Than+32gb&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Format+FAT32+Drives+Larger+Than+32gb&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Format+FAT32+Drives+Larger+Than+32gb&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Format+FAT32+Drives+Larger+Than+32gb&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F&amp;title=Format+FAT32+Drives+Larger+Than+32gb&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fformat-fat32-drives-larger-than-32gb%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/format-fat32-drives-larger-than-32gb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move your Outlook Mail to Windows Mail</title>
		<link>http://websitebuildersresource.com/2008/11/28/move-your-outlook-mail-to-windows-mail/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/move-your-outlook-mail-to-windows-mail/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:12:36 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[pst]]></category>
		<category><![CDATA[pst to windows mail]]></category>
		<category><![CDATA[windows mail]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=192</guid>
		<description><![CDATA[If you want to use Windows Mail instead of Outlook you can import the messages directly into Windows Mail without any 3rd party utilities. I haven&#8217;t tried this without outlook installed but I don&#8217;t think it will work since the import process asks for your MAPI profile.

Fire up Windows Mail
File/Import/Messages
Select Microsoft Outlook
Select the Outlook profile [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use Windows Mail instead of Outlook you can import the messages directly into Windows Mail without any 3rd party utilities. I haven&#8217;t tried this without outlook installed but I don&#8217;t think it will work since the import process asks for your MAPI profile.</p>
<ul>
<li>Fire up Windows Mail</li>
<li>File/Import/Messages</li>
<li>Select Microsoft Outlook</li>
<li>Select the Outlook profile (you may have a different name)</li>
<li>Choose the folders you wish to import or keep the default and the import will  include all folders</li>
<li>Click Next</li>
<li>Once the import has completed all of your Outlook folders will be in the  Imported Folder folder</li>
</ul>
<p><span id="more-192"></span></p>
<p>If you are daring and wish to try to migrate messages without Outlook installed and want to create your own MAPI profile you can try this KB article from Microsoft.</p>
<p><a href="http://support.microsoft.com/kb/306962" target="_blank">http://support.microsoft.com/kb/306962</a></p>
<p>Your other alternative (and much easier) is to download a trial version of Outlook and run the steps above. Here is a link to the trial download.</p>
<p><a href="http://us1.trymicrosoftoffice.com/default.aspx?re_ms=oo&amp;culture=en-US" target="_blank">http://us1.trymicrosoftoffice.com/default.aspx?re_ms=oo&amp;culture=en-US</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F&amp;title=Move+your+Outlook+Mail+to+Windows+Mail"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F&amp;title=Move+your+Outlook+Mail+to+Windows+Mail"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F&amp;title=Move+your+Outlook+Mail+to+Windows+Mail"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F&amp;headline=Move+your+Outlook+Mail+to+Windows+Mail"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Move+your+Outlook+Mail+to+Windows+Mail&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Move+your+Outlook+Mail+to+Windows+Mail&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Move+your+Outlook+Mail+to+Windows+Mail&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Move+your+Outlook+Mail+to+Windows+Mail&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Move+your+Outlook+Mail+to+Windows+Mail&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F&amp;title=Move+your+Outlook+Mail+to+Windows+Mail&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmove-your-outlook-mail-to-windows-mail%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/04/free-outlook-pst-backup-tool/" title="Free Outlook PST Backup Tool">Free Outlook PST Backup Tool</a></li><li><a href="http://websitebuildersresource.com/2008/12/25/backup-windows-mail-on-vista-with-xcopy/" title="Backup Windows Mail on Vista with xcopy">Backup Windows Mail on Vista with xcopy</a></li><li><a href="http://websitebuildersresource.com/2008/11/22/awesome-outlook-search-plugin/" title="Awesome Outlook Search Plugin">Awesome Outlook Search Plugin</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/move-your-outlook-mail-to-windows-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a Large Number of Files with Windows</title>
		<link>http://websitebuildersresource.com/2008/11/28/moving-a-large-number-of-files-with-windows/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/moving-a-large-number-of-files-with-windows/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:09:52 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[large number of files]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=189</guid>
		<description><![CDATA[If you are ever in the situation where you need to move a large number of files in Windows and notice that explorer is not responding you can try the move command.
Open a Command Prompt
Windows + R + cmd
Run your move command
C:\&#62; move /y C:\source_directory\*.jpg C:\destination_directory\
Explanation

/y &#8211; Suppresses the prompt to overwrite
*.jpg &#8211; This will [...]]]></description>
			<content:encoded><![CDATA[<p>If you are ever in the situation where you need to move a large number of files in Windows and notice that explorer is not responding you can try the move command.</p>
<p><strong>Open a Command Prompt</strong></p>
<blockquote><p>Windows + R + cmd</p></blockquote>
<p><strong>Run your move command</strong></p>
<blockquote><p>C:\&gt; move /y C:\source_directory\*.jpg C:\destination_directory\</p></blockquote>
<p><strong>Explanation</strong></p>
<ul>
<li>/y &#8211; Suppresses the prompt to overwrite</li>
<li>*.jpg &#8211; This will move all JPEG images. You can use the same technique for other extensions or all files. *.* or *</li>
</ul>
<h3><strong>Resources</strong></h3>
<p><a href="http://www.computerhope.com/movehlp.htm" target="_blank">http://www.computerhope.com/movehlp.htm</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F&amp;title=Moving+a+Large+Number+of+Files+with+Windows"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F&amp;title=Moving+a+Large+Number+of+Files+with+Windows"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F&amp;title=Moving+a+Large+Number+of+Files+with+Windows"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F&amp;headline=Moving+a+Large+Number+of+Files+with+Windows"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Moving+a+Large+Number+of+Files+with+Windows&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Moving+a+Large+Number+of+Files+with+Windows&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Moving+a+Large+Number+of+Files+with+Windows&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Moving+a+Large+Number+of+Files+with+Windows&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Moving+a+Large+Number+of+Files+with+Windows&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F&amp;title=Moving+a+Large+Number+of+Files+with+Windows&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fmoving-a-large-number-of-files-with-windows%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/moving-a-large-number-of-files-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache WAMP vhost with SSL Configuration</title>
		<link>http://websitebuildersresource.com/2008/11/28/apache-wamp-vhost-with-ssl-configuration/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/apache-wamp-vhost-with-ssl-configuration/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:06:44 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[iis and apache same server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[vhosts]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=181</guid>
		<description><![CDATA[If you are developing in a Windows environment and need to host multiple sites on your Apache development workstation or server here are some tips for setting up your Apache configuration.
Download and install XAMPP
http://www.apachefriends.org/en/xampp-windows.html
Verify apache is running after installation
&#60;a href="http://localhost" target="_blank"&#62;http://localhost&#60;/a&#62;
NOTE: If you are also running IIS you will need to disable socket pooling that [...]]]></description>
			<content:encoded><![CDATA[<p>If you are developing in a Windows environment and need to host multiple sites on your Apache development workstation or server here are some tips for setting up your Apache configuration.</p>
<p><strong>Download and install XAMPP</strong></p>
<blockquote><p><a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">http://www.apachefriends.org/en/xampp-windows.html</a></p></blockquote>
<p><strong>Verify apache is running after installation</strong></p>
<pre><code class="html">&lt;a href="http://localhost" target="_blank"&gt;http://localhost&lt;/a&gt;</code></pre>
<p>NOTE: If you are also running IIS you will need to disable socket pooling that is turned on by default and restart your workstation or server after making the changes. You won&#8217;t have to do this if you are using VS.NET built-in debug web server (cassini) for your .NET development. You will also need to use an alternate IP address for IIS as well as Apache and set * to the IP used for Apache in the VirtualHost block header below.</p>
<p><em>Windows Server 2000:</em> <a href="http://articles.techrepublic.com.com/5100-10878_11-6067036.html" target="_blank">http://articles.techrepublic.com.com/5100-10878_11-6067036.html</a></p>
<p><em>Windows Server 2003:</em> <a href="http://www.sitebuddy.com/Apache/IIS/same/server" target="_blank">http://www.sitebuddy.com/Apache/IIS/same/server</a></p>
<p><strong>Open httpd-vhosts.conf</strong></p>
<p>Make a backup of the default vhosts config; eg.</p>
<pre><code class="html">&lt;install dir&gt;\xampp\apache\conf\extra\httpd.conf.bak.</code></pre>
<p>With your favorite text editor (<a href="http://notepad-plus.sourceforge.net/" target="_blank">Notepad++</a> is a great one) open</p>
<pre><code class="html">&lt;install dir&gt;\xampp\apache\conf\extra\httpd.conf</code></pre>
<p>Copy the following.</p>
<pre><code class="html"># HTTP vhosts
NameVirtualHost *:80

&lt;VirtualHost *:80&gt;
  DocumentRoot "&lt;install dir&gt;\htdocs\your-site.com"
  ServerName your-site
  ServerAlias your-site
&lt;/VirtualHost&gt;

# HTTPS vhosts
NameVirtualHost *:443

&lt;VirtualHost *:443&gt;
  DocumentRoot "&lt;install dir&gt;\htdocs\your-site.com"
  ServerName your-site
  ServerAlias your-site

  SSLEngine on
  SSLCertificateFile conf/ssl.crt/server.crt
  SSLCertificateKeyFile conf/ssl.key/server.key
&lt;/VirtualHost&gt;</code></pre>
<p><strong>Restart Apache</strong></p>
<p>Open a command prompt, Windows + R <em>or</em> Windows + R + services.msc and restart Apache</p>
<pre><code class="html">C:\&gt; net stop apache2 &amp;&amp; net start apache2</code></pre>
<p><strong>Update hosts</strong></p>
<p>Copy and make a backup of your hosts file.</p>
<pre><code class="html">%SystemRoot%\system32\drivers\etc\hosts.bak</code></pre>
<p>Open your hosts file and add your new vhost site. The IP address should match the same IP address as your local workstation.</p>
<pre><code class="html">192.168.1.2 your-site</code></pre>
<p>Check that you can ping your new hosts entry.</p>
<pre><code class="html">C:\&gt; ping your-site</code></pre>
<p><strong>Moment of truth</strong></p>
<p>If all went well you should be able to open your new vhost site.</p>
<pre><code class="html"><a href="http://your-site" target="_blank">http://your-site</a></code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F&amp;title=Apache+WAMP+vhost+with+SSL+Configuration"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F&amp;title=Apache+WAMP+vhost+with+SSL+Configuration"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F&amp;title=Apache+WAMP+vhost+with+SSL+Configuration"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F&amp;headline=Apache+WAMP+vhost+with+SSL+Configuration"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Apache+WAMP+vhost+with+SSL+Configuration&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Apache+WAMP+vhost+with+SSL+Configuration&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Apache+WAMP+vhost+with+SSL+Configuration&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Apache+WAMP+vhost+with+SSL+Configuration&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Apache+WAMP+vhost+with+SSL+Configuration&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F&amp;title=Apache+WAMP+vhost+with+SSL+Configuration&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fapache-wamp-vhost-with-ssl-configuration%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/apache-wamp-vhost-with-ssl-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The requested operation requires elevation Fix for Vista</title>
		<link>http://websitebuildersresource.com/2008/11/28/the-requested-operation-requires-elevation-fix-for-vista/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/the-requested-operation-requires-elevation-fix-for-vista/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 14:55:48 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[The requested operation requires elevation]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=183</guid>
		<description><![CDATA[If you are try to run ipconfig on Vista as a non-Administator user you probably have seen this error.
The requested operation requires elevation
You can get around this error by doing the following.

Click on Start, or the Windows Logo in the bottom left
All Programs
Accessories
Right click Command Prompt
Select Run as Administrator

		
       [...]]]></description>
			<content:encoded><![CDATA[<p>If you are try to run ipconfig on Vista as a non-Administator user you probably have seen this error.</p>
<blockquote><p>The requested operation requires elevation</p></blockquote>
<p>You can get around this error by doing the following.</p>
<ol>
<li>Click on Start, or the Windows Logo in the bottom left</li>
<li>All Programs</li>
<li>Accessories</li>
<li>Right click Command Prompt</li>
<li>Select Run as Administrator</li>
</ol>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F&amp;title=The+requested+operation+requires+elevation+Fix+for+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F&amp;title=The+requested+operation+requires+elevation+Fix+for+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F&amp;title=The+requested+operation+requires+elevation+Fix+for+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F&amp;headline=The+requested+operation+requires+elevation+Fix+for+Vista"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=The+requested+operation+requires+elevation+Fix+for+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=The+requested+operation+requires+elevation+Fix+for+Vista&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=The+requested+operation+requires+elevation+Fix+for+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=The+requested+operation+requires+elevation+Fix+for+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=The+requested+operation+requires+elevation+Fix+for+Vista&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F&amp;title=The+requested+operation+requires+elevation+Fix+for+Vista&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2Fthe-requested-operation-requires-elevation-fix-for-vista%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/12/21/no-new-text-document-with-right-click-on-vista/" title="No New Text Document with Right Click on Vista">No New Text Document with Right Click on Vista</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/how-to-import-pictures-from-your-iphone-on-vista/" title="How to Import Pictures from your iPhone on Vista">How to Import Pictures from your iPhone on Vista</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/the-requested-operation-requires-elevation-fix-for-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
