Recycle bin not working

From: https://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/how-to-fix-a-corrupted-recycle-in-windows-7/ed5f203e-8909-4dcd-9d06-61c87749635c

Code:
1. Open an elevated Command Prompt window. To open an elevated Command Prompt, click Start, click All Programs, click Accessories, right-clickCommand Prompt, and then click Run as administrator.
2. Type the following command and press ENTER:
rd /s /q C:\$Recycle.bin
(This clears out the $Recycle.bin folder for the C:\ drive. You may have to do this for each hard disk partition in your system.)
3. Type exit to close the Command Prompt window.
Did you run this on ALL partitions, not just C:\ ?