Computing.Net > Forums > Windows 95/98 > Can't empty recycle bin

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Can't empty recycle bin

Reply to Message Icon

Name: shauncwalsh
Date: April 30, 2005 at 09:16:29 Pacific
OS: Win 98 SE
CPU/Ram: Athlon XP-M 2600/512MB PC
Comment:

I installed a second hdd which appeared as "E" drive in Windows explorer, tested it by copying some files to it, found it was faulty, so deleted the files and removed the hdd. I now have 10 files in the recycle bin which will not delete as it cannot find an "E" drive. Any ideas on how to get rid of these files?
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: OtheHill
Date: April 30, 2005 at 09:31:49 Pacific
Reply:

Did you try a reboot?


0

Response Number 2
Name: shauncwalsh
Date: April 30, 2005 at 09:33:35 Pacific
Reply:

Rebooted many times. These files have been here a couple of weeks now!


0

Response Number 3
Name: OtheHill
Date: April 30, 2005 at 09:39:58 Pacific
Reply:

Try downloading and using Regcleaner4.3. Find it here: http://www.worldstart.com/weekly-download/archives/reg-cleaner4.3.htm


0

Response Number 4
Name: Dan Penny
Date: April 30, 2005 at 09:46:13 Pacific
Reply:

Boot to raw dos and delete the files this way. You can either delete the individual files or the entire recycle bin. It will be recreated (empty) on the next normal boot.

To make things easy, go to Start, Run, msconfig. Click on the Advanced button. Place a checkmark in the box for "Enable Startup Menu". When you restart/reboot, you will have the menu, choose Command prompt only.

When you get the C:\> prompt, type in;

deltree c:\recycled\*.* (OR)
deltree c:\recycled\filename.ext (OR)
deltree c:\recycled (deletes the entire directory).

To stop the startup menu, use msconfig to reverse the steps above.

If deltree doesn't respond, at the C:\> prompt, before using the deltree command, type in;

cd windows\command

and then use the above.

It's a good day when you learn something


0

Response Number 5
Name: ham30
Date: April 30, 2005 at 10:32:29 Pacific
Reply:

Boot to standalone DOS and type:

deltree c:\recycled
Answer 'yes' to the subsequent prompt

That will delete the recycle bin. It will be recreated on the next boot.


0

Related Posts

See More



Response Number 6
Name: ham30
Date: April 30, 2005 at 10:34:08 Pacific
Reply:

OOOPS, missed Dan's post, sorry!


0

Response Number 7
Name: dellman
Date: May 1, 2005 at 09:13:55 Pacific
Reply:

try to run scandisk or chkdsk, that should fix the problem


0

Response Number 8
Name: jboy
Date: May 1, 2005 at 11:15:35 Pacific
Reply:

Chkdsk? Proabably not - nor is scandisk likely to correct things (although it won't hurt)

The 'bin' will be recreated next boot after its removal - all should (hopefully) be well after that.

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.


0

Response Number 9
Name: OtheHill
Date: May 1, 2005 at 11:27:43 Pacific
Reply:

If the files are actually gone (drive was removed) then a registry cleaner should find the entries as orphan entries.


0

Response Number 10
Name: melee5
Date: May 1, 2005 at 18:17:13 Pacific
Reply:

The registry is NOT used to keep track of files in the Bin. The only method that will work is to deltree 'recycled' folder(s) from all partitions and reboot as already posted (kinda).

BUT further, Windows recycle bin will not be in a working state when you get back into windows. You'll need to then throw away a copy of file into it and then 'empty' the bin using the right click context menu choice. At this time you will be asked if you really want to delete x+1 files? x being the number of the files that were in the bin before you deleted it. Click yes and THEN you have a working, usable bin again.

Chkdsk, scandisk, defrag also play no part in rebuilding the bin or in it's operation.

deltree c:\recycled
deltree d:\recycled
deltree e:\recycled
deltree f:\recycled
deltree g:\recycled
deltree h:\recycled
deltree i:\recycled
etc.


0

Response Number 11
Name: Dan Penny
Date: May 2, 2005 at 10:19:08 Pacific
Reply:

""BUT further, Windows recycle bin will not be in a working state when you get back into windows."

I have to disagree on this point. There will be no recycle bin in evidence when you first restart, but the first deletion performed will recreate it.

"At this time you will be asked if you really want to delete x+1 files? x being the number of the files that were in the bin before you deleted it. Click yes and THEN you have a working, usable bin again."

I've never seen this. If there are "X+" files listed, then the registry must contain reference to these files in order for them to be "tracked/listed". I don't believe this is the case. Once the "dumping ground" (ie; Recycled sub-directory) is gone, there is no reference to "find" the files.

It's a good day when you learn something


0

Response Number 12
Name: Glitchman
Date: May 2, 2005 at 15:31:20 Pacific
Reply:

I've never seen this. If there are "X+" files listed, then the registry must contain reference to these files in order for them to be "tracked/listed".

Actually, all the information about the Recycle Bin is stored in a hidden database file, typically located at C:\RECYCLED\INFO (no file extension.) The registry has very little to do with the Recycle Bin at all, other than storing the name of the "Recycle Bin" shortcut on the desktop (which of course can be renamed through registry hacks.)

You can actually hex edit the INFO file in pure DOS with edit /70 C:\RECYCLED\INFO and replace E:\ references with C:\ but that can get rather messy. I recommend deleting the C:\RECYCLED directory in pure DOS as others have suggested. If you're still uncertain, you can always rename the Recycled directory in DOS instead.


0

Response Number 13
Name: jboy
Date: May 2, 2005 at 16:22:00 Pacific
Reply:

".. but the first deletion performed will recreate it."

Ah, gotcha (a subtle distinction)

I had something like this after a drive copy & switch operation - items could not be removed from the bin (cheated and used a 3rd party app to remove the 'bad bin')

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.


0

Response Number 14
Name: Dan Penny
Date: May 3, 2005 at 08:48:35 Pacific
Reply:

".. but the first deletion performed will recreate it."
Ah, gotcha (a subtle distinction)

Actually, I think my original statement (Reply #4) was more correct. I don't see it because my autoexec.bat deletes it on every boot. So on a "normal" system setup (which mine isn't) it should be there empty when you boot.

It's a good day when you learn something


0

Response Number 15
Name: jboy
Date: May 3, 2005 at 15:35:44 Pacific
Reply:

Either way, ok

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.


0

Response Number 16
Name:
Date: May 4, 2005 at 04:12:49 Pacific
Reply:

err NTFS isn't readable / mountable from a 'raw dos' boot. and this problem can easily occur on a NTFS partition.
also XP doesn't support a deltree command



0

Response Number 17
Name: Dan Penny
Date: May 4, 2005 at 11:09:47 Pacific
Reply:

There are "dos" tools available which allow reading of NTFS partitions.

Where does XP come into the picture? The poster has indicated the O/S is 98SE.

It's a good day when you learn something


0

Response Number 18
Name: Glitchman
Date: May 6, 2005 at 11:47:13 Pacific
Reply:

err NTFS isn't readable / mountable from a 'raw dos' boot.
and this problem can easily occur on a NTFS partition.
also XP doesn't support a deltree command

Even though XP was never previously mentioned in this thread (or any other NT-based OS for that matter), I suppose you could get around the problem with NT's Disk Administrator, since it allows you to change drive letters on the fly. Obviously, you wouldn't want to change a critical drive letter like C:, but you could safely change the drive letter of a CD-ROM drive temporarily, fix the Recycle Bin, then change back the drive letter in Disk Administrator.

Another possible fix would be to kill explorer.exe with Task Manager, then modify C:\RECYCLER\some-long-string-of-numbers-for-your-profile\INFO (assuming it's not locked down by another process) with a hex editor, save, and re-open explorer. I haven't verified either method myself, but it seems like at least one of the methods should work, in theory.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Can't empty recycle bin

Can't empty recycle bin www.computing.net/answers/windows-95/cant-empty-recycle-bin/47935.html

Can't empty recycled bin www.computing.net/answers/windows-95/cant-empty-recycled-bin/133065.html

Can't Empty Recycle Bin Win 98 SE www.computing.net/answers/windows-95/cant-empty-recycle-bin-win-98-se/146123.html