Skip to content

Instantly share code, notes, and snippets.

@fabianwilliams-zz
Created January 11, 2016 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabianwilliams-zz/5a96bb1c5731e46d5387 to your computer and use it in GitHub Desktop.
Save fabianwilliams-zz/5a96bb1c5731e46d5387 to your computer and use it in GitHub Desktop.
// Save the below in a .ps1 file and then execute on the offending computer
Remove-Item "$($env:APPDATA)\Microsoft\Web Server Extensions\Cache\*" -recurse -force
Remove-Item "$($env:USERPROFILE)\AppData\Local\Microsoft\WebsiteCache\*" -recurse -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment