Skip to content

Instantly share code, notes, and snippets.

@mpilar
Created March 28, 2014 21:42
Show Gist options
  • Save mpilar/9843591 to your computer and use it in GitHub Desktop.
Save mpilar/9843591 to your computer and use it in GitHub Desktop.
for /d %%i in ("%systemroot%\Microsoft.Net\Framework\v*") do for /d %%f in ("%%i\Temporary ASP.NET Files\*") do RD /q/s "%%f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment