New
#11
Hello @Citizen Snips,
When I want to quickly empty theRecycle Bin
for a drive, I use the following.Copy & Paste
the following commands into aCMD Prompt
and pressEnter
. I have usedC
andD
as an example, but you get the idea . . .
Code:PowerShell Clear-RecycleBin -DriveLetter C -Force -ErrorAction:Ignore PowerShell Clear-RecycleBin -DriveLetter D -Force -ErrorAction:Ignore
I hope this helps.