Getting Sleepy iTunes 10.5 Visualiser tricks
Apr 16
  1. Find the screen sharing application and put it in the dock for future convenience. It is found at /System/Library/CoreServices/Screen Sharing.app
  2. Type this into terminal (it allows you to see networked computers that can be controlled):
    defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
  3. 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)'

  4. Now restart screen sharing to see the buttons


written by WhizzKid \\ tags: , ,

6 Responses to “Turn simple Screen Sharing in to Apple Remote Desktop (almost)”

  1. James Says:

    Nice one whizzkid and good to see you back!

    I’ve been doing a lot of screen sharing to my kitchenmac lately, having the extra tweaks is nice!

  2. someone Says:

    what is the terminal u are refering to

  3. Aranittara Says:

    -bash: syntax error near unexpected token `(’
    got above error on second message

  4. James Says:

    try it all one ONE line in Terminal… (someone, the “terminal” application in Applications-> Utilities)

    defaults write com.apple.ScreenSharing ‘NSToolbar Configuration ControlToolbar’ -dict-add ‘TB Item Identifiers’ ‘(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,SendClipboard,Quality)’

  5. TMUP 128: System Preferences Part 5 | Typical Mac User Podcast Says:

    [...] Trick for making your Screen sharing application go on Steroids [...]

  6. Nasser Says:

    thanks a lot ,
    what a great tweak to that of ichat screen sharing

Leave a Reply