Skip to content

Instantly share code, notes, and snippets.

@nh43de
Created September 22, 2021 15:54
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 nh43de/0099438121ece7b4bdd1d9777a73f4e0 to your computer and use it in GitHub Desktop.
Save nh43de/0099438121ece7b4bdd1d9777a73f4e0 to your computer and use it in GitHub Desktop.
Clean all local temp files, including Visual Studio / JetBrains
# cleans all temp files when Visual Studio / others starts swelling and going slow
rd /Q /S "%localappdata%\temp"
rd /Q /S "%localappdata%\JetBrainsCache"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment