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: , ,

15 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

  7. MacUser Says:

    Hey guys, does anyone here know how to delete the “my computers” in the new list because I have computers that I have changed the name and changed the network so I need to know how to delete the computers.
    Urgently need a response!

    MacUser

  8. toma Says:

    hello, I like your tweak.

    Before using your trick I used to go through a finder window, choosing the computer I want to connect to in the shared toolbar then click on the screen sharing button.

    I’d like to be able to connect only to my mac mini using one and only button, or one quicksilver command.. do you think it’s possible to make screensharing connect to a specific computer directly ? (i mean skipping the first menu of the computer choices)

  9. Markian Says:

    This doesn’t work any more. I’ve been playing with it for over an hour. The identifiers are still in the Strings output, but only the Clipboard and Scale options work. In what version of Leopard did you do this? I’m running 10.5.5

    Or, if you can tell me how to make it work, that would be fantastic!

  10. sardo Says:

    i’ve tried typing (and copying then pasting after removing the line breaks) in one line in the terminal but i still get the same -bash: syntax error near unexpected token `(’ error that Aranittara got

  11. Aquamars Says:

    NOTE!!!!

    Well, if you have updated Leopard, then you must have Screen Sharing v1.0.1 , and this code wont work.
    You can replace v1.0.1 with the v1.0 from you Leopard Install DVD, with Pacifist (google it), a simple app that extracts files from pkg archives (no need to buy it, just use it unregistered).
    That worked for me, and was the only way to have the extra options.

  12. macfanatic Says:

    would these features be available with iChat screen sharing as well?

  13. Katie Says:

    I got the first command to work and can see all of the computers I have available to me.

    The second long command wouldn’t do anything so I looked and sure enough, I have version 1.0.1.

  14. gongoputch Says:

    I can’t have the second step work - no extra buttons. :(
    OS X : 10.5.6
    Screen sharing : 1.0.1 (3500200)
    Is it possible this has been shut off?

  15. mark Says:

    if you enable it can you disable it?

Leave a Reply