F5F Stay Refreshed Software Operating Systems The recycling bin is damaged and isn't responding well to repairs.

The recycling bin is damaged and isn't responding well to repairs.

The recycling bin is damaged and isn't responding well to repairs.

E
Ezryo
Member
214
01-30-2021, 07:09 PM
#1
Feeling red but I’m worried about Uncle! I need some advice. My C: drive is acting up, saying the Recycle bin gets messed up every few minutes. I can’t fix it myself. Here’s how I ended up here: I struggled to free space on my P: partition and checked the recycle bin, but it wasn’t empty. Since I’m using a dual-boot system with both Windows 11 and 10, sometimes the bin doesn’t clear right away. Usually, just deleting the folder and letting Windows rebuild it works. I tried that and restarted, but the $Recycle.bin on C: still isn’t clean, and I keep getting errors.

What I’ve done:
- Deleted recycle bins manually in Explorer while using Safe Mode.
- Ran a full check disk after rebooting.
- Used Tweaking.com’s AIO tool to fix bin issues.
- Booted into Linux Mint USB and removed the folder—though it shows the folder isn’t empty, deleting other partitions’ bins helped.
- Executed a batch script in Safe Mode as admin.
- Tried Hiren’s rescue USB environment.

I also used a command line to delete all extra recycle bins and their folders. This is important if you often have multiple bins in your partitions. If they’re not empty, Windows won’t clear them properly. Make sure the folder has your user ID on it—otherwise, it won’t be deleted.

If you need more help, just let me know what you’re seeing when you run these steps.
E
Ezryo
01-30-2021, 07:09 PM #1

Feeling red but I’m worried about Uncle! I need some advice. My C: drive is acting up, saying the Recycle bin gets messed up every few minutes. I can’t fix it myself. Here’s how I ended up here: I struggled to free space on my P: partition and checked the recycle bin, but it wasn’t empty. Since I’m using a dual-boot system with both Windows 11 and 10, sometimes the bin doesn’t clear right away. Usually, just deleting the folder and letting Windows rebuild it works. I tried that and restarted, but the $Recycle.bin on C: still isn’t clean, and I keep getting errors.

What I’ve done:
- Deleted recycle bins manually in Explorer while using Safe Mode.
- Ran a full check disk after rebooting.
- Used Tweaking.com’s AIO tool to fix bin issues.
- Booted into Linux Mint USB and removed the folder—though it shows the folder isn’t empty, deleting other partitions’ bins helped.
- Executed a batch script in Safe Mode as admin.
- Tried Hiren’s rescue USB environment.

I also used a command line to delete all extra recycle bins and their folders. This is important if you often have multiple bins in your partitions. If they’re not empty, Windows won’t clear them properly. Make sure the folder has your user ID on it—otherwise, it won’t be deleted.

If you need more help, just let me know what you’re seeing when you run these steps.

C
CookieCraft857
Junior Member
46
01-30-2021, 10:27 PM
#2
this seems fake
C
CookieCraft857
01-30-2021, 10:27 PM #2

this seems fake

C
Creepermillion
Junior Member
41
01-30-2021, 10:58 PM
#3
Launch the admin CMD interface and input "d /s /q C:$Recycle.bin". Check the results.
C
Creepermillion
01-30-2021, 10:58 PM #3

Launch the admin CMD interface and input "d /s /q C:$Recycle.bin". Check the results.

M
MicrowavedCat
Member
53
02-02-2021, 03:52 PM
#4
That will assist in addressing your question effectively.
M
MicrowavedCat
02-02-2021, 03:52 PM #4

That will assist in addressing your question effectively.

D
DoriFire
Junior Member
42
02-02-2021, 06:47 PM
#5
It seems the Recycle.bin doesn't tell its own tale... just a pop-up that says it's full, though maybe not entirely accurate.
D
DoriFire
02-02-2021, 06:47 PM #5

It seems the Recycle.bin doesn't tell its own tale... just a pop-up that says it's full, though maybe not entirely accurate.

T
titom44dj
Junior Member
11
02-03-2021, 01:57 AM
#6
What are you experiencing? Are you noticing signs of perfectionism?
T
titom44dj
02-03-2021, 01:57 AM #6

What are you experiencing? Are you noticing signs of perfectionism?

T
thehappy84
Senior Member
594
02-03-2021, 03:53 AM
#7
Just so you know, exactly is what I meant.
T
thehappy84
02-03-2021, 03:53 AM #7

Just so you know, exactly is what I meant.

K
Kaypaw
Junior Member
14
02-03-2021, 10:38 AM
#8
Voila! It worked. That's the command I was looking for. I am indeed embarrassed now. I didn't try that because I assumed my script was more powerful and if it couldn't delete it than how could the DOS "delete" command work? Grrrrrr. Thank you! For reference you have a typo: It's: del /s /q C:$Recycle.bin I also, needed to "CD.." twice into C:\ instead of C:\System32 where I'm dumped when I open command prompt as Admin . I also booted into Safe Mode first. Just FYI for others who come across this later.
K
Kaypaw
02-03-2021, 10:38 AM #8

Voila! It worked. That's the command I was looking for. I am indeed embarrassed now. I didn't try that because I assumed my script was more powerful and if it couldn't delete it than how could the DOS "delete" command work? Grrrrrr. Thank you! For reference you have a typo: It's: del /s /q C:$Recycle.bin I also, needed to "CD.." twice into C:\ instead of C:\System32 where I'm dumped when I open command prompt as Admin . I also booted into Safe Mode first. Just FYI for others who come across this later.

I
iLikecats03
Junior Member
23
02-05-2021, 09:52 PM
#9
I understand. Please proceed.
I
iLikecats03
02-05-2021, 09:52 PM #9

I understand. Please proceed.

P
PisulasRule
Senior Member
676
02-06-2021, 12:46 AM
#10
It functioned correctly. The issue lies elsewhere. It appears the script was executed from a different directory than expected. Changing the path with a command like CD C:\ might help. The full route C:\Recycle.bin should suffice, but previous runs failed due to location mismatches. I'm unsure if Windows 10 affects CMD behavior significantly. The script still works on HDDs occasionally. I'll try a small test and share the results.
P
PisulasRule
02-06-2021, 12:46 AM #10

It functioned correctly. The issue lies elsewhere. It appears the script was executed from a different directory than expected. Changing the path with a command like CD C:\ might help. The full route C:\Recycle.bin should suffice, but previous runs failed due to location mismatches. I'm unsure if Windows 10 affects CMD behavior significantly. The script still works on HDDs occasionally. I'll try a small test and share the results.