Skip to content

Instantly share code, notes, and snippets.

@kareiva
Created July 11, 2018 13:17
Show Gist options
  • Save kareiva/0b683f7cb77f33e89472fbd72e57512e to your computer and use it in GitHub Desktop.
Save kareiva/0b683f7cb77f33e89472fbd72e57512e to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# remove all traces of SkypeForBusiness from OS X user library
# use with caution and your own risk
#
rm -rf ~/Library/Containers/com.microsoft.SkypeForBusiness
rm -rf ~/Library/Internet\ Plug-Ins/MeetingJoinPlugin.plugin
rm -rf ~/Library/Logs/LwaTracing
rm -rf ~/Library/Saved\ Application\ State/com.microsoft.SkypeForBusiness.savedState
rm -rf ~/Library/Preferences/com.microsoft.SkypeForBusiness.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment