Skip to content

Instantly share code, notes, and snippets.

@drahosistvan
Created September 23, 2021 12:29
Show Gist options
  • Save drahosistvan/dfb3a3b127d2767129719430b88ce632 to your computer and use it in GitHub Desktop.
Save drahosistvan/dfb3a3b127d2767129719430b88ce632 to your computer and use it in GitHub Desktop.
Close Microsoft Teams and clear all caches
#!/bin/bash
killall Teams
rm -rf ~/Library/Caches/com.microsoft.teams
rm -rf ~/Library/Application\ Support/Microsoft/Teams/Application\ Cache/Cache
rm -rf ~/Library/Application\ Support/Microsoft/Teams/blob_storage
rm -rf ~/Library/Application\ Support/Microsoft/Teams/Cache
rm -rf ~/Library/Application\ Support/Microsoft/Teams/databases
rm -rf ~/Library/Application\ Support/Microsoft/Teams/GPUCache
rm -rf ~/Library/Application\ Support/Microsoft/Teams/IndexedDB
rm -rf ~/Library/Application\ Support/Microsoft/Teams/Local\ Storage
rm -rf ~/Library/Application\ Support/Microsoft/Teams/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment