Forcefully Empty the Recycle Bin for All Users in Windows

This article was written on September 30, 2011 by CyberNet.

Empty recycle bin command line

I’ve run into the situation before where I’ve needed to empty the Recycle Bin for all users on a multi-user computer. After doing a lot of searching I realized that the only real way to empty the Recycle Bin for all users on a computer (without logging in as each user) is to completely remove the Recycle Bin directory from the PC. This will delete all files in the Recycle Bin for all users, and then Windows will just recreate the directory when it is needed again.

So how do you do it? You need to open a command prompt window as an administrator, and then the directory you need to remove varies depending on the OS you’re working with:

  • For Windows 7 or Server 2008 run this command from the command prompt:
    • rd /s c:\$Recycle.Bin
  • For Windows XP or Server 2003 run this command from the command prompt:
    • rd /s c:\recycler

Note: These commands reference the “c:\” drive. Each drive keeps its own Recycle Bin so you’ll need to run this for each drive letter that you want to empty.

After running the command you may notice that the Recycle Bin icon may not refresh immediately to reflect that it is empty. This is because you’re using a non-standard procedure to empty the Recycle Bin, but if you open it up the icon will refresh and you should see that there are no files in there.

Copyright © 2013 CyberNetNews.com

SkyDrive adds recycle bin, Excel surveys for the chronically indecisive

SkyDrive adds Recycle Bin and Excel surveys for the chronically indecisive

For all of the talk of cloud backups and sync, there isn’t always a safety net when working from the cloud itself — delete a file online and it might be gone forever. With that in mind, Microsoft just brought Windows’ recycle bin concept to SkyDrive through a low-key update. You can now delete anything immediately, knowing that you can change your mind within three days — and longer still, should the recycle bin occupy less than 10 percent of the storage limit. If you’re just as uncertain about creating content as scrapping it, SkyDrive has also received support for creating and sharing Excel surveys to narrow down the scope of a project. The recycle bin should slide into your SkyDrive account within the next day; Excel surveys aren’t yet polished enough, but they should be ready “soon.”

Filed under:

SkyDrive adds recycle bin, Excel surveys for the chronically indecisive originally appeared on Engadget on Tue, 18 Sep 2012 14:19:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceWindows Team Blog  | Email this | Comments