Skip to content

Instantly share code, notes, and snippets.

@cailurus
Created December 17, 2013 06:11
Show Gist options
  • Save cailurus/8000791 to your computer and use it in GitHub Desktop.
Save cailurus/8000791 to your computer and use it in GitHub Desktop.
Microsoft Office 2011 for Mac Uninstaller
#! /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