回答:
私はそれを回避する作業が少しハックだと感じました。
ここで詳細を読むことができます:http : //walkingtowel.org/2010/02/25/accessing-mac-os-x-leopard-greyed-out-preference-panes/
リンクがうまくいかない場合に備えて、以下の手順を実行してください。
10.11 El Capitanの修正はありませんが、問題がどこにあるかはわかっています。私のシステムでは、IT部門が管理者アカウントについても、管理された設定を行いました。許可された設定のリストは、/ハードドライブ名/ライブラリ/管理設定/ユーザー名/complete.plistにあります。
ファイルの下の方の約3/4は、有効な設定を次のように表示します。
<dict>
<key> EnabledPreferencePanes </ key>
<dict>
<key> mcxdomain </ key>
<string>常に</ string>
<key>ソース</ key>
<配列>
<string> mcx_computer_com.apple.systempreferences_1c94dead-4cb3-4a32-8a44-d343a0ef3ce0 </ string>
<string> mcx_computer_com.apple.systempreferences_497c6ca0-fd5c-4400-93aa-ece9aa25f397 </ string>
</配列>
<key>値</ key>
<配列>
<string> MouseLocator.prefPane </ string>
<string> com.apple.preferences.users </ string>
<string> com.apple.preference.general </ string>
<string> com.apple.preference.universalaccess </ string>
<string> com.apple.preferences.appstore </ string>
<string> com.apple.preferences.Bluetooth </ string>
<string> com.apple.preference.digihub.discs </ string>
<string> com.apple.preference.datetime </ string>
<string> com.apple.preference.desktopscreeneffect </ string>
<string> com.apple.preference.speech </ string>
<string> com.apple.preference.displays </ string>
<string> com.apple.preference.dock </ string>
<string> com.apple.preference.energysaver </ string>
<string> com.apple.preferences.icloud </ string>
<string> com.apple.preference.ink </ string>
<string> com.apple.preferences.internetaccounts </ string>
<string> com.apple.preference.keyboard </ string>
<string> com.apple.Localization </ string>
<string> com.apple.preference.expose </ string>
<string> com.apple.preference.internet </ string>
<string> com.apple.preference.mouse </ string>
<string> com.apple.preference.network </ string>
<string> com.apple.preference.notifications </ string>
<string> com.apple.preferences.parentalcontrols </ string>
<string> com.apple.preference.printfax </ string>
<string> com.apple.preference.security </ string>
<string> com.apple.preferences.softwareupdate </ string>
<string> com.apple.preference.sound </ string>
<string> com.apple.preference.spotlight </ string>
<string> com.apple.preference.startupdisk </ string>
<string> com.apple.prefs.backup </ string>
<string> com.apple.preference.trackpad </ string>
<string> com.oracle.java.JavaControlPanel </ string>
<string> com.mysql.prefpane </ string>
</配列>
</ dict>
ただし、ファイルを完全に変更することはできません。デスクトップにコピーして変更し(TextWanglerとXcodeの両方で)、元に戻しました(もちろん認証が必要です)が、システム設定を再起動したときにアクティブになる設定は変更されません。このファイルはログイン時にのみ読み取られると思います。また、ログアウトして再度ログインすると、ファイルは元の状態に戻るため、システム環境設定がロードする前にファイルが元に戻るため、変更をアクティブにできません。システム環境設定で、completed.plistファイルが変更された後にそれを再度読み取る方法はありますか?
/Library/Managed Preferences/<MYUSER>/com.apple.systempreferences.plist問題を解決するためにファイルの名前を変更しました。