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


0 réponse ↓
There are no comments yet...Kick things off by filling out the form below.
Laissez un Commentaire