Last active
January 27, 2019 00:24
-
-
Save RafaelPlantard/4e6888e6dc16527e0906d68c11688d88 to your computer and use it in GitHub Desktop.
Disable Team Viewer's dock menu icon
This file contains hidden or 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
sudo killall TeamViewer_Service | |
sudo killall TeamViewer | |
sudo killall TeamViewer_Desktop | |
sudo /usr/libexec/PlistBuddy -c "Add :LSUIElement string 1" /Applications/TeamViewer.app/Contents/Info.plist | |
sudo codesign -f -s /Applications/TeamViewer.app | |
sudo launchctl unload /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist | |
sudo launchctl load /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist | |
open /Applications/TeamViewer.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment