- Posts: 3
- Thank you received: 0
problems with Recycle Bin
- tomharrish
- Topic Author
- Offline
- New Member
Less
More
15 years 1 day ago #32734
by tomharrish
problems with Recycle Bin was created by tomharrish
When I try to empty the recycle bin I get the message "cannot delete __: Cannot find the specified file. Make sure you specify the correct path and filename"
I must have accidentally sent to the recycle bin a folder containing a hidden ( by one of the long gone security programs) file .
How can I fix this problem and get the recycle bin to ignore the invisible item? The file count in RecBin is always one more then all the visible entries. I'm cleaning up my computer to sell to my friend, I need to fix this!! I do not want to give her a computer that always comes with this error message when emptying a Recycle Bin.
Can this RecBin be somehow reset to empty ?
I must have accidentally sent to the recycle bin a folder containing a hidden ( by one of the long gone security programs) file .
How can I fix this problem and get the recycle bin to ignore the invisible item? The file count in RecBin is always one more then all the visible entries. I'm cleaning up my computer to sell to my friend, I need to fix this!! I do not want to give her a computer that always comes with this error message when emptying a Recycle Bin.
Can this RecBin be somehow reset to empty ?
15 years 15 hours ago #32742
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: problems with Recycle Bin
Try going to command prompt, type:
cd c:\recycler
You get a prompt like C:\RECYCLER> (If you don't get it, do NOT continue this). Now type:
dir /x /a
You should see the files/folders in the recycle bin. Now try to locate the file/folder that is hidden. If you find it, it should have a long and a short name shown. Try to remove it like this:
rd <name_of_folder>
or
del <name_of_file>
If the long name doesn't work, try the short name.
cd c:\recycler
You get a prompt like C:\RECYCLER> (If you don't get it, do NOT continue this). Now type:
dir /x /a
You should see the files/folders in the recycle bin. Now try to locate the file/folder that is hidden. If you find it, it should have a long and a short name shown. Try to remove it like this:
rd <name_of_folder>
or
del <name_of_file>
If the long name doesn't work, try the short name.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.119 seconds