ARD Plist Question

Matt
Valued Contributor

Does anyone know which plist this option for Apple Remote Desktop lies "Allow control of this computer when this application is running". I would like to create an MCX to make that option active.

Thanks!

1 ACCEPTED SOLUTION

Matt
Valued Contributor
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true

I found an old archived Apple Care article. This must be it!

View solution in original post

3 REPLIES 3

Matt
Valued Contributor
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true

I found an old archived Apple Care article. This must be it!

Sean_Ginn
New Contributor II

I know this is a really old post but I thought i'd ask, so...

Does this command still work with 3.8?

Sean_Ginn
New Contributor II

I'm actually going to answer my own question...
This is the command needed to make the changes on ARD 3.8.

sudo defaults write /Library/Preferences/com.apple.RemoteManagement.plist AdminConsoleAllowsRemoteControl -bool true