windows删除文件夹时,提示Could not find this item

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! )

The End.

原文链接

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值