Apr 16
- Find the screen sharing application and put it in the dock for future convenience. It is found at /System/Library/CoreServices/Screen Sharing.app
- Type this into terminal (it allows you to see networked computers that can be controlled):
defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1 - Now, to add lots of buttons that are also found in Apple Remote Desktop, type this as one line into terminal:
defaults write com.apple.ScreenSharing \ 'NSToolbar Configuration ControlToolbar' -dict-add 'TB Item Identifiers' \ '(Scale,Control,Share,Curtain,Capture,FullScreen, GetClipboard,SendClipboard,Quality)'
- Now restart screen sharing to see the buttons
