Guest User

Empty All Recycle Bins

a guest
Jul 3rd, 2013
1,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :: Author: vocatus on reddit.com/r/sysadmin and reddit.com/r/usefulscripts
  2.  
  3. :: This empties all recycle bins on Windows 7 and up
  4. rmdir /s /q %SystemDrive%\$Recycle.Bin
  5.  
  6. :: This empties all recycle bins on Windows XP and Server 2003
  7. rmdir /s /q %SystemDrive%\RECYCLER
Add Comment
Please, Sign In to add comment