Skip to main content

Delete a folder when Windows says "Could not find this item" while deleting it



You might experienced it before, when you were trying to remove a folder and Windows gave you an error which says "Could not find this item".


So what the problem is?

Sometimes the folder name is something like "My Folder ", If you look at the end of file you have noticed, there is a space at the end of file. If you have installed Windows 7, 8, 8.1 or even 10 on your PC, you can try to create a folder which ends with a space and you will see Windows will remove that space which is located at the end or the beginning of the file name!That's the problem!In previous versions of Microsoft Windows, such as XP or Vista, I think Windows let users to create a file/folder with trailing space.


For example: I have folder which calls "New Folder ", (look at the space!)When I try to remove it in Windows Explorer, Windows will try to remove "New Folder" (without space at the end) and it will give me an error "Could not find the item".

So what we should do?
The only way to solve this problem is to use Windows Command Prompt:

  1. Open Windows Command Prompt
  2. In Command Prompt, type the command below which I'm going to explain it further.
rd /S "\\?\G:\My Files\New Folder "

The command above will delete "New Folder " and all its sub-folders.
  • rd is a Windows Command to remove a directory.
  • /S switch, is an argument which make rd to remove all sub-directories
  • The absolute path of the devil folder
If you type the command above and press Enter after it, it will want you to confirm the delete process, just type "y" and press Enter.
Afterwards the folder will be deleted ( if you have typed the folder address correctly! )

Comments

Popular posts from this blog

How to Submit Blogger Sitemap to Google Webmaster Tools

Hi Buddy, Today I am going to Share with you HOW TO SUBMIT BLOGGER SITEMAP TO GOOGLE WEBMASTER TOOLS. Here are the steps to add your blogger's Sitemap to Google Webmaster-  First of all for creatin g sitemap code for blogger go to http://ctrlq.org/blogger/ ,Here enter full address of your blogger and Press on Generate Sitemap .

How To: Remove write protection from MICRO SD CARD/PEN DRIVE

Guys :)  Today I am going to share with you ! How to remove write protection (that is also known as READ ONLY attribute) from micro SD card or pen drives. When I searched for this I found out many thing like most of tech websites are showing you to use regedit and then check control in system put 0 and some thing like this !!!  In Window 10, It is not working as there is no option for system device policies. I tried and not found this option in list :(  Lets learn another way to remove disk protection from pen drive or micro sd cards- Go to Start> Run/Search> cmd cmd > type "diskpart" and give permission to run diskpart.exe  Type "list volume" --here you'll show all the disk and connected devices (USB Pendrive/SD cards) type "select volume # " #--type number of that device from list of which you want to remove protection  type "attributes disk CLEAR readonly" - for removing the protection You'll rece...

How to: Create an account of Facebook

 If you don't have a Facebook account, you can sign up for one in a few steps:   Go to www.facebook.com.   If you see the signup form, fill out your name, email address or phone number, password, birthday and gender. If you don't see the form, click Sign Up, then fill out the form. Click Sign Up. Once you sign up, you'll need to confirm your email address or phone number. We'll send you either an email or a text message to help you confirm your account.