<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cannot delete a folder</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 04:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: adamgrat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-102212</link>
		<dc:creator>adamgrat</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:42:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-102212</guid>
		<description><![CDATA[you may use longpath tool  to delete the folder.]]></description>
		<content:encoded><![CDATA[<p>you may use longpath tool  to delete the folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastcoastguy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-52018</link>
		<dc:creator>eastcoastguy</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:20:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-52018</guid>
		<description><![CDATA[Ah,

Jonsjava you made me think. A trailing space caused the duplicate folders. The GUI doesn&#039;t show it.

My solution was:

rmdir  &quot;\\?\c:\path_to_file_that contains a trailing space.txt &quot;

Cause 5 in KB 320081 has this info. 

The full URL is = http://support.microsoft.com/?kbid=320081

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Ah,</p>
<p>Jonsjava you made me think. A trailing space caused the duplicate folders. The GUI doesn&#8217;t show it.</p>
<p>My solution was:</p>
<p>rmdir  &#8220;\\?\c:\path_to_file_that contains a trailing space.txt &#8221;</p>
<p>Cause 5 in KB 320081 has this info. </p>
<p>The full URL is = <a href="http://support.microsoft.com/?kbid=320081" rel="nofollow">http://support.microsoft.com/?kbid=320081</a></p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonsjava</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51962</link>
		<dc:creator>jonsjava</dc:creator>
		<pubDate>Fri, 29 Feb 2008 15:00:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-51962</guid>
		<description><![CDATA[It&#039;s simple enough to make 2 folders &quot;with the same name&quot; in xp. 

In this example, lets make a folder that has no name and no icon

first, right click on the desktop
go to New -&gt; Folder
clear out &quot;New Folder&quot; from the name (and whatever else they put there)
Now, for the name: hold down &lt;ALT&gt; then type &quot;0160&quot;
Next, right click on the new &quot;no name&quot; folder, and go to Properties.
go to Customization
now, click on &quot;Change Icon...&quot; 
scroll to the right, until you come across a blank area (there is 3 next to the &quot;Padlock&quot;, after the Star)
click on that blank space.
click &quot;OK&quot;
Click &quot;Apply&quot;
close the properties box
Now, the folder is invisible.



Everybody from the good old DOS days remembers the &quot;hidden character&quot; and we also remember how that went away with windows 95. Well, the hidden character back then was created by holding down &lt;ALT&gt; and pressing &quot;255&quot;.  Windows 95 turned that into a &quot;_&quot; so we could see it.  The new &quot;hidden character&quot; is generated with the &quot;&lt;ALT&gt;0160&quot;.  

For those who don&#039;t know: a file system does not know how to allow folders to actually exist in the same directory with the exact same name, but the work around would be for me to create a folder named &quot;Test&quot;
and then create a folder named &quot;Test&lt;ALT&gt;0160&quot;, which would make a folder &lt;i&gt;like&lt;/i&gt; &quot;Test&quot;, but it has a hidden character at the end.You wouldn&#039;t be able to detect the last character, because the system just won&#039;t show it.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s simple enough to make 2 folders &#8220;with the same name&#8221; in xp. </p>
<p>In this example, lets make a folder that has no name and no icon</p>
<p>first, right click on the desktop<br />
go to New -&gt; Folder<br />
clear out &#8220;New Folder&#8221; from the name (and whatever else they put there)<br />
Now, for the name: hold down &lt;ALT&gt; then type &#8220;0160&#8243;<br />
Next, right click on the new &#8220;no name&#8221; folder, and go to Properties.<br />
go to Customization<br />
now, click on &#8220;Change Icon&#8230;&#8221;<br />
scroll to the right, until you come across a blank area (there is 3 next to the &#8220;Padlock&#8221;, after the Star)<br />
click on that blank space.<br />
click &#8220;OK&#8221;<br />
Click &#8220;Apply&#8221;<br />
close the properties box<br />
Now, the folder is invisible.</p>
<p>Everybody from the good old DOS days remembers the &#8220;hidden character&#8221; and we also remember how that went away with windows 95. Well, the hidden character back then was created by holding down &lt;ALT&gt; and pressing &#8220;255&#8243;.  Windows 95 turned that into a &#8220;_&#8221; so we could see it.  The new &#8220;hidden character&#8221; is generated with the &#8220;&lt;ALT&gt;0160&#8243;.  </p>
<p>For those who don&#8217;t know: a file system does not know how to allow folders to actually exist in the same directory with the exact same name, but the work around would be for me to create a folder named &#8220;Test&#8221;<br />
and then create a folder named &#8220;Test&lt;ALT&gt;0160&#8243;, which would make a folder <i>like</i> &#8220;Test&#8221;, but it has a hidden character at the end.You wouldn&#8217;t be able to detect the last character, because the system just won&#8217;t show it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastcoastguy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51928</link>
		<dc:creator>eastcoastguy</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:11:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-51928</guid>
		<description><![CDATA[What worris me here is the fact Windows created a folder that has the same name as another folder.  In our scenerio we have C:\folder and C:\folder. Both have different contents and the bogus one cannot be deleted or renamed. I&#039;m worried a delete on boot would delete the wrong folder.]]></description>
		<content:encoded><![CDATA[<p>What worris me here is the fact Windows created a folder that has the same name as another folder.  In our scenerio we have C:\folder and C:\folder. Both have different contents and the bogus one cannot be deleted or renamed. I&#8217;m worried a delete on boot would delete the wrong folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikara1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51853</link>
		<dc:creator>ikara1</dc:creator>
		<pubDate>Sat, 23 Feb 2008 07:04:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-51853</guid>
		<description><![CDATA[Since you have tried most of the obvious ways that might work for you.
Maybe you would like to try a small program called &quot;MoveonBoot&quot;. from GiPo
A feature that is handy is the menu item it places in your R/click menu.
Delete File on next Boot.]]></description>
		<content:encoded><![CDATA[<p>Since you have tried most of the obvious ways that might work for you.<br />
Maybe you would like to try a small program called &#8220;MoveonBoot&#8221;. from GiPo<br />
A feature that is handy is the menu item it places in your R/click menu.<br />
Delete File on next Boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastcoastguy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51700</link>
		<dc:creator>eastcoastguy</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:54:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-51700</guid>
		<description><![CDATA[I tried all of those. I even ran Chkdsk and had no luck. Chkdsk runs really slow with 89 million files. For now we reformatted the volume and started over.]]></description>
		<content:encoded><![CDATA[<p>I tried all of those. I even ran Chkdsk and had no luck. Chkdsk runs really slow with 89 million files. For now we reformatted the volume and started over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: produkt</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51677</link>
		<dc:creator>produkt</dc:creator>
		<pubDate>Tue, 19 Feb 2008 17:41:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-51677</guid>
		<description><![CDATA[Here&#039;s a silly answer??? try renaming the folder and then try to delete it. :)]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a silly answer??? try renaming the folder and then try to delete it. <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastcoastguy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51664</link>
		<dc:creator>eastcoastguy</dc:creator>
		<pubDate>Tue, 19 Feb 2008 15:12:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-51664</guid>
		<description><![CDATA[This is on a server. The problem is it created a duplicate folder with the same name within the same directory. I briefly tried safe mode but had no luck.

I am a domain admin and still cannot delete it. Booting from the CD may not work since this is on san disk and needs HBA drivers to be loaded.]]></description>
		<content:encoded><![CDATA[<p>This is on a server. The problem is it created a duplicate folder with the same name within the same directory. I briefly tried safe mode but had no luck.</p>
<p>I am a domain admin and still cannot delete it. Booting from the CD may not work since this is on san disk and needs HBA drivers to be loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbitner</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cannot-delete-a-folder/#comment-51660</link>
		<dc:creator>tbitner</dc:creator>
		<pubDate>Tue, 19 Feb 2008 14:23:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-51660</guid>
		<description><![CDATA[Can you delete it if you boot from a CD and examine the disk?  Maybe the group policy is hiding the tabs, can you login as Domain Admin and delete it?  Is this file local on your machine or on a server?]]></description>
		<content:encoded><![CDATA[<p>Can you delete it if you boot from a CD and examine the disk?  Maybe the group policy is hiding the tabs, can you login as Domain Admin and delete it?  Is this file local on your machine or on a server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.043 seconds using memcached
Object Caching 383/389 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 07:42:14 -->