Created
July 11, 2018 13:17
-
-
Save kareiva/0b683f7cb77f33e89472fbd72e57512e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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