Created
December 17, 2013 06:11
-
-
Save cailurus/8000791 to your computer and use it in GitHub Desktop.
Microsoft Office 2011 for Mac Uninstaller
This file contains 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 | |
rm -rf /Applications/Microsoft Office 2011/Applications/Remote Desktop Connection | |
rm -rf /Applications/Microsoft Communicator | |
rm -rf /Applications/Microsoft Messenger | |
rm -rf /Users/username/Library/Preferences/Microsoft/Office 2011/ | |
rm -rf /Users/username/Library/Application Support/Microsoft/ | |
rm -rf /Users/username/Documents/Microsoft User Data/ | |
rm -rf /Library/Automator | |
rm -rf /Library/Application Support/Microsoft/ | |
rm -rf /Library/Fonts/Microsoft | |
rm -rf /Library/Preferences/com.microsoft.* | |
rm -rf /Library/LaunchDaemons/com.microsoft.* | |
rm -rf /Library/PrivilegedHelperTools/com.microsoft.* | |
rm -rf /Library/Internet Plug-Ins/SharePoint* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment