Just a simple script we use to periodically clear staffs downloads folders as they tend to build up over time. This script will clear downloads for all users.
Get-ChildItem C:\Users |%{Remove-Item -Path "C:\Users\$_\Downloads\*" -Force -Recurse}
Just a simple script we use to periodically clear staffs downloads folders as they tend to build up over time. This script will clear downloads for all users.
Get-ChildItem C:\Users |%{Remove-Item -Path "C:\Users\$_\Downloads\*" -Force -Recurse}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.