<?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>The Windows Fix &#187; delete</title>
	<atom:link href="http://www.thewindowsfix.com/tag/delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewindowsfix.com</link>
	<description>Software, Technology and Tutorials</description>
	<lastBuildDate>Sat, 03 Sep 2011 13:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quickly Empty the Contents of a Folder with this Registry Hack</title>
		<link>http://www.thewindowsfix.com/quickly-empty-the-contents-of-a-folder-with-this-registry-hack/</link>
		<comments>http://www.thewindowsfix.com/quickly-empty-the-contents-of-a-folder-with-this-registry-hack/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 13:15:45 +0000</pubDate>
		<dc:creator>T.J. Mininday</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[registry hack]]></category>

		<guid isPermaLink="false">http://www.thewindowsfix.com/?p=530</guid>
		<description><![CDATA[There have been many times where I&#8217;ve wanted to clean the slate and empty a folder on the desktop or my docs. For whatever reason, I need to import new files with updated files or I just simply want the folder to be empty. Unfortunately the only way of going about this is by manually [...]


Related posts:<ol><li><a href='http://www.thewindowsfix.com/jump-to-registry-key-via-right-click-context-menu/' rel='bookmark' title='Permanent Link: Jump to Registry Key via Right-Click Context Menu'>Jump to Registry Key via Right-Click Context Menu</a> <small>The image below, pretty much tells it all, but the...</small></li>
<li><a href='http://www.thewindowsfix.com/creating-a-new-show-desktop-icon/' rel='bookmark' title='Permanent Link: Creating a new &#8216; Show Desktop &#8216; Icon'>Creating a new &#8216; Show Desktop &#8216; Icon</a> <small>Ever arrive at a PC, only to find that it...</small></li>
<li><a href='http://www.thewindowsfix.com/foldersize-or-treesize-determine-windows-directoryfolder-sizes/' rel='bookmark' title='Permanent Link: Foldersize or Treesize &#8211; Determine Windows Directory/Folder Sizes'>Foldersize or Treesize &#8211; Determine Windows Directory/Folder Sizes</a> <small>Directory and/or folder sizes have been one thing that all...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" align="left" src="http://www.thewindowsfix.com/wp-content/uploads/2009/02/delete.jpg">There have been many times where I&#8217;ve wanted to clean the slate and empty a folder on the desktop or my docs.  For whatever reason, I need to import new files with updated files or I just simply want the folder to be empty.  Unfortunately the only way of going about this is by manually deleting all of the files in the folder.  Not anymore&#8230;<span id="more-530"></span></p>
<p><center><img src="http://www.thewindowsfix.com/wp-content/uploads/2009/02/deletecontents.png"></center></p>
<p>A simple Windows registry hack allows you to empty the contents of a folder, as you would the recycle bin.  Follow these simple instructions for Windows XP and Vista:</p>
<ol>
<li>Right-Click on the desktop and select New>Text Document.</li>
<li>Double-Click on the text document and paste the following code in:<br />
<strong>    Windows Registry Editor Version 5.00</p>
<p>    [HKEY_CLASSES_ROOT\Directory\shell\Delete Folder Contents]</p>
<p>    [HKEY_CLASSES_ROOT\Directory\shell\Delete Folder Contents\command]<br />
    @=&#8221;cmd /c \&#8221;cd /d %1 &#038;&#038; del /s /q *.*&#8221;</strong></li>
<li>After applying that code, make sure you save the file as a .REG file, not a .TXT file.</li>
<li>That&#8217;s all it takes.  You&#8217;ll now have the option on your right-click context menu.</li>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1088809975622411";
/* 468x60, created 2/14/09 */
google_ad_slot = "6974691723";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
A quick hack to get you emptying folders at will.</p>
<p><a href="http://lifehacker.com/5156768/add-delete-folder-contents-to-the-windows-context-menu">via</a></p>


<p>Related posts:<ol><li><a href='http://www.thewindowsfix.com/jump-to-registry-key-via-right-click-context-menu/' rel='bookmark' title='Permanent Link: Jump to Registry Key via Right-Click Context Menu'>Jump to Registry Key via Right-Click Context Menu</a> <small>The image below, pretty much tells it all, but the...</small></li>
<li><a href='http://www.thewindowsfix.com/creating-a-new-show-desktop-icon/' rel='bookmark' title='Permanent Link: Creating a new &#8216; Show Desktop &#8216; Icon'>Creating a new &#8216; Show Desktop &#8216; Icon</a> <small>Ever arrive at a PC, only to find that it...</small></li>
<li><a href='http://www.thewindowsfix.com/foldersize-or-treesize-determine-windows-directoryfolder-sizes/' rel='bookmark' title='Permanent Link: Foldersize or Treesize &#8211; Determine Windows Directory/Folder Sizes'>Foldersize or Treesize &#8211; Determine Windows Directory/Folder Sizes</a> <small>Directory and/or folder sizes have been one thing that all...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thewindowsfix.com/quickly-empty-the-contents-of-a-folder-with-this-registry-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

