Delete Trash Bin (Recycle.Bin) in Windows Server
Seems that it sometimes only pretends to have deleted the f…ine dustbin.
Try
cd /d C:\$Recycle.bin
dir /AH
rd /s /q “NameOfFolder”
if you need some space
Seems that it sometimes only pretends to have deleted the f…ine dustbin.
Try
cd /d C:\$Recycle.bin
dir /AH
rd /s /q “NameOfFolder”
if you need some space