Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: Start screen sharing remotely in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Start screen sharing remotely in Terminal
Authored by: MatteoC on Aug 03, '11 02:39:33PM
for me the following did the job:


cd /System/Library/LaunchDaemons/
sudo launchctl load -w com.apple.screensharing.plist

where

sudo launchctl unload -w com.apple.screensharing.plist would disable it. Worked for me in Lion. Might work in older Versions too.

[ Reply to This | # ]