Offroad

Chris' blog

Offroad header image 2

Partage d’écran activé via le Terminal

2010/05/02 13:02 · Aucun Commentaire

Nous souhaitons activer le contrôle d’écran à distance sur un Mac OS X grace à la ligne de commande

sur Leopard :
$ echo -n enabled > /Library/Preferences/com.apple.ScreenSharing.launchd

sur Snow Leopard Mac OS 10.6 :
$ echo -n enabled > /private/etc/ScreenSharing.launchd

sur Lion Mac OS 10.7 :
$ sudo /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist

Pour le désactiver :

sur Leopard
$ rm /Library/Preferences/com.apple.ScreenSharing.launchd

sur Snow Leopard 10.6 :
$ rm /private/etc/ScreenSharing.launchd

sur Lion 10.7 :
$ sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.screensharing.plist

Tags: apple · fr · IT · network

0 réponse ↓

  • There are no comments yet...Kick things off by filling out the form below.

Laissez un Commentaire