Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :: This script empties the Recycle Bin
- :: Requires administrative privileges
- echo Emptying Recycle Bin...
- powershell.exe -command "Clear-RecycleBin -Force"
- echo Recycle Bin emptied successfully.
Advertisement
Add Comment
Please, Sign In to add comment