Answers:
我发现周围的工作有点骇人听闻。
您可以在此处阅读详细信息: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>
        </ array>
        <key> value </ 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.internet帐户</ 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>
        </ array>
    </ dict>
但是,我似乎无法永久更改文件。我尝试复制到桌面并进行修改(使用TextWangler和Xcode进行修改),然后再将其移回(当然需要身份验证),但是在重新启动系统偏好设置时,不会更改激活哪些偏好设置。我认为该文件仅在登录时读取。另外,在我注销并重新登录后,文件会恢复为原始状态,因此更改无法激活,因为文件会在“系统偏好设置”加载之前恢复。有没有办法让系统偏好设置更改后重新读取complete.plist文件?
/Library/Managed Preferences/<MYUSER>/com.apple.systempreferences.plist以解决此问题。