Snippets

Craig Phillips Clean Up Temporary ASP.NET Files with Powershell

You are viewing an old version of this snippet. View the current version.
Revised by Craig Phillips 0d47579
# Run this as Adminstrator
Get-ChildItem "C:\Windows\Microsoft.NET\Framework*\v*\Temporary ASP.NET Files" -Recurse | Remove-Item -Recurse
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.