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

How to Bulk Email, Copy, Print and Delete Photos on Your iPhone and iPad

This article was written on May 20, 2011 by CyberNet.

A few weeks ago I was talking to someone who had said what a pain it was to manage their iPhone and iPad photos in bulk. They told me that there were about 20 pictures they took that didn’t turn out well, and in order to remove them from their phone they had to go through and delete them one-by-one. Ouch! I could see how that would be frustrating, but there is a much simpler way that not many people seem to know about. Here’s what you need to do:

  1. Open the Photos app on your iPhone or iPad.
  2. Tap the arrow in the upper-right corner of the screen.
    Bulk edit photos button
  3. Most people I’ve talked to realize you can select multiple photos by tapping on them individually from this screen, but the cool thing is that you can tap and hold on the first photo you want to select and then slide your fingers across all of the photos you want to share/copy/delete. Unfortunately the screen won’t scroll as your finger reaches an edge, but this trick should still ease the process of selecting a lot of photos.
    Bulk delete photos
  4. Tap the Share, Copy, or Delete button depending on which operation you want to do.

Note: You can repeat Step 3 to deselect items you didn’t mean to select.

So the key things you need to remember once you enter the selection screen is to tap, hold, and slide. From there you can send the photos through Email or MMS (limited to 5 photos at a time), copy them to the clipboard, print them, or delete them from your iOS device.

 

Copyright © 2013 CyberNetNews.com