Fix Output Factory for Mac not uninstalling

Subscribers:
1,040
Published on ● Video Link: https://www.youtube.com/watch?v=8_UwuY1w7XQ



Duration: 1:47
3 views
0


Here's Fix Output Factory for Mac not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.

Below are the Output Factory for Mac uninstall script codes (beta):

#!/bin/bash

# Stop the Output Factory app if it is running
osascript -e 'quit app "Output Factory"'

# Remove the Output Factory app and associated files
sudo rm -rf /Applications/Output\ Factory.app
rm -rf ~/Library/Application\ Support/Zevrix/Output\ Factory
rm -rf ~/Library/Caches/Zevrix/Output\ Factory
rm -rf ~/Library/Preferences/com.zevrix.Output-Factory.plist
rm -rf ~/Library/Saved\ Application\ State/com.zevrix.Output-Factory.savedState

To reinstall Output Factory for Mac, hit https://zevrix.com/outputfactory/.