Looking for a way to empty Windows Recycle Bin.
Thanks in advance
Bob
Empty Windows Recycle Bin
Moderators: Dorian (MJT support), JRL
Empty Windows Recycle Bin
MS v15 | Windows 11 Pro | NY, USA
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Empty Windows Recycle Bin
Back at work... here's the command you're looking for:
Code: Select all
Let>RP_WINDOWMODE=0
RunProgram>cmd /c PowerShell -Command " & {Clear-RecycleBin -Force}"