- Close all Microsoft Office apps
- Run following:
# Stop Office 365 Service
killall Office365ServiceV2
cd ~/Library/Group\ Containers/UBF8T346G9.Office
# remove all files that start with 'c' or 'e'
ls -a | perl -n -e 'print if m/^[e|c]\w/' | xargs rm
Top comments (0)