Box Edit very slow with Microsoft Word since recent update
I'm on a Mac running Big Sur with 11.2.1 with Word for Mac 16.46. I've been using Box Edit for years and since the last Microsoft Office update it takes a long time to save a document. The wheel spins for upwards of 30 seconds, freezing the whole document. I save very regularly and it forces me to pause working on the document too often.
Ideas?
If this can't be fixed I think I'll have to stop using Box Edit :(
-
Since Box is doing nothing about this I have narrowed it down. I have been using this to completely uninstall Microsoft office from my system:
Although it appears that performing the 4th step alone fixes the issue. I also do some extra steps to be safe (read belowe)
-
Warning: Outlook data will be removed when you move the three folders listed in this step to Trash. You should back up these folders before you delete them.
Click the back arrow to go back to the Library folder and open Group Containers. Ctrl+click each of these folders if present, and Move to Trash.
-
UBF8T346G9.ms
-
UBF8T346G9.Office
-
UBF8T346G9.OfficeOsfWebHost
-
I am familiar with using the Terminal app so I use these commands (below) DO THIS AT YOUR OWN RISK. IF YOU DO THIS INCORRECTLY YOU COULD REMOVE IMPORTANT FILES FROM YOUR SYSTEM.
Be sure to close all running Office applications
# Go to the Group Containers folder
I hope this helps. I would assume this problem is due to Microsoft's questionable software design decisions, but Box really needs to fix this. I have 2 employees experiencing the same thing right now and it's not ok.
$> cd ~/Library/Group\ Containers/
# Remove the UBF8T346G9 files
$> sudo rm -fr UBF8T346G9.*
# Find and remove other microsoft files for good measure
$> sudo find . -iname '*microsoft*' -exec rm -fr {} \; -
Please sign in to leave a comment.
Comments
4 comments