Windows 7 [SOLVED]Cannot Delete File

hawkeye62

Extraordinary Member
I have Googled this problem and found some suggestions but they are all several years old. I tried using Command Prompt to delete the file but it fails. There is one suggestion to use a program called Unlock, but when I download it Chrome blocks is as malicious. Another suggestion is a program called File Assassin. I haven't tried that yet.

Are there any other suggestions?

Thanks, Jim
 
1. " Chrome blocks is as malicious ".....
How about switch to IE10 and try the download ?

2. What kind of files are those ? Personal or system files ?

3. What error message did you get when you failed to delete ?
 
Thanks for the replies. The file is just a .txt file. The message is ~ file does not exist.

Both programs downloaded with no problems. Thanks

Thanks, Jim
 
Last edited:
Thanks for the replies. The file is just a .txt file. The message is ~ file does not exist.

Thanks, Jim
Just missed this post when I suggested move on boot. The file name is probably stuck in the cache. Try deleting this file:

C:\Users\User-Name\AppData\Local\IconCache.db
 
Thanks, the program downloaded with no problems. I have enough stuff in my arsenal now to give it a try.

Thanks, Jim
 
If you get a message that the file doesn't exist, it's not there any more. The display just needs to be updated. If you quit whatever application you're using to display the files and then restart it, the file should not appear.
 
If you get a message that the file doesn't exist, it's not there any more. The display just needs to be updated. If you quit whatever application you're using to display the files and then restart it, the file should not appear.
That's the objective of clearing the icon cache.
 
If you get a message that the file doesn't exist, it's not there any more. The display just needs to be updated. If you quit whatever application you're using to display the files and then restart it, the file should not appear.

Well, the "file" stays on the desktop after a reboot. Something more than a display refresh is needed. I can't do anything at the moment because the PC with the problem belongs to my wife and she is deep into a project today.

Thanks, Jim
 
Could it be that what you're seeing on the desktop is a shortcut and the file it points to has been deleted (the target file being what gave you the message that it didn't exist)? Right-click on the desktop icon and look at its properties to determine what it is and its attributes. Have you tried deleting the desktop icon directly (right-click, delete from context menu) since you rebooted or did you just see that it was still there? When you were looking for the file, did you have it display hidden/system files?
 
Could it be that what you're seeing on the desktop is a shortcut and the file it points to has been deleted (the target file being what gave you the message that it didn't exist)? Right-click on the desktop icon and look at its properties to determine what it is and its attributes. Have you tried deleting the desktop icon directly (right-click, delete from context menu) since you rebooted or did you just see that it was still there? When you were looking for the file, did you have it display hidden/system files?

It is a file, not a shortcut. File type (.), 0 bytes, Delete or rename gives message: "Could not find this item. This is no longer located in <path>. Verify the location and try again."

File Assassin reports, "The file you specified does not exist or is not visible to File Assassin."

UnLockIT reports, "The file system resource does not exist."

What now?

Thanks, Jim
 
Ah, yes. The old zero byte file problem. If you do a search on deleting "zero byte" or "0 byte" files, there are many suggestions. Ignore those that involve sacrificing a goat on the full moon.

Four things to try first.
  1. If you know where the files came from, you may be able to use the program that put them there to get rid of them. For example, if you downloaded the file and used a download manager to do it (or the file downloader built into your browser), the file may appear in that program's file list. There is often a feature to delete the file from there. That will sometimes work.
  2. You may be able to delete it in a command window using it's DOS shortname. Open a command window and navigate to the directory containing the file. Type DIR /X. (If the directory has a huge number of files, use DIR /X /P, which will pause when the display is full.) The DOS shortname will have a maximum of 8 characters, then a dot, then a maximum of 3 characters. The name will not contain any spaces and if it is an abbreviation of a longer name, the last (typically 2) characters of the portion to the left of the dot will be a "sequence number" consisting of a tilde (~) followed by a digit. Use the DOS delete command: DEL <shortname>. If I read your reply above correctly, it looks like the filename does not contain any form of filename extension, so in your example, the file's shortname would be no more than 8 characters.
  3. Try Microsoft's Disk Cleanup utility: http://windows.microsoft.com/en-us/...nup#delete-files-using-disk-cleanup=windows-7
  4. Run CHKDSK /F. Open an elevated command window (type CMD in the Start Menu search box. CMD.EXE will appear in a list. Right-click on that and select run as administrator). In the command window, type CHKDSK /F. You will get a message that it can't run while Windows is running and offer to schedule it for when you reboot. Do that. CHKDSK will take a while to run so do the reboot when you won't need the computer for a while (or just wait to follow these instructions in the first place). Don't shut down the computer while CHKDSK is running.
WARNING: if there are other problems on your hard disk, there is a tiny chance that in the process of fixing that, it could create a new problem. Backup your system before you run CHKDSK just as a precaution.

Get back to the forum to let us know if this fixes it or we need to try something else (in which case, bring your goat).
 
Thanks for your continuing help. I had already tried solution number 2 with no success. I will give the others a try today.

Thanks, Jim
 
Solution 1. won't work because wife copied 3 files to her desktop, then deleted them, leaving the zero byte file.

Solution 3. did not work, the file is still there.

I can't try Solution 4. until wife finishes using the PC.

Jim
 
Solution 1. won't work because wife copied 3 files to her desktop, then deleted them, leaving the zero byte file.

Solution 5: Tell your wife that it's all her fault because she didn't delete the files right. Yeah, that should solve the problem. :rofl:
 
Well here is the latest. You and I know it is wife's fault, but I am not going to tell her that.:D

Anyway here is the solution. Open a command prompt as administrator. Enter the following line.

del \\?\<path to file>\<file name> enter

Note: You must enter the entire path and file name. Changing to the directory where the file is located will not work.

Here is a link to the web site where I found the solution.

http://superuser.com/questions/332994/how-to-delete-an-invincible-0-byte-file

Regards, Jim
 
Well here is the latest. You and I know it is wife's fault, but I am not going to tell her that.:D Regards, Jim
Glad you take consideration of your wife - unless it's just a haa-haa. ;) Men do need more than a rolling pin.
 
Back
Top