Skip to content

Instantly share code, notes, and snippets.

@RafaelPlantard
Last active January 27, 2019 00:24
Show Gist options
  • Save RafaelPlantard/4e6888e6dc16527e0906d68c11688d88 to your computer and use it in GitHub Desktop.
Save RafaelPlantard/4e6888e6dc16527e0906d68c11688d88 to your computer and use it in GitHub Desktop.
Disable Team Viewer's dock menu icon
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