TheCodingBin

EmptyRecycleBin

Jul 29th, 2025
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.21 KB | Source Code | 0 0
  1. @echo off
  2. :: This script empties the Recycle Bin
  3. :: Requires administrative privileges
  4.  
  5. echo Emptying Recycle Bin...
  6. powershell.exe -command "Clear-RecycleBin -Force"
  7. echo Recycle Bin emptied successfully.
Advertisement
Add Comment
Please, Sign In to add comment