先删除自带程序。
/Applications/MobileNotes.app
/System/Library/AccessibilityBundles//Notes-Assistant.axbundle
/System/Library/PreferenceBundles//NotesSettings.bundle
/Applications/Preferences.app 目录下的Settings.plist文件进行编辑
Ctrl+F搜索Notes,(或者下列名字)
(社区Nike、社区、WEIBO()、TENCENT_WEIBO()等设置里的名字)。
删除下列:
<dict>
           <key>bundle</key>
           <string>NotesSettings</string>
           <key>cell</key>
           <string>PSLinkCell</string>
           <key>iconCache</key>
           <string>Notes</string>
           <key>isController</key>
           <true/>
           <key>label</key>
           <string>NOTES</string>
       </dict>






------------------删除自带 提醒事项


/Applications/Reminders.app
/System/Library/WeeAppPlugins/RemindersWidget.bundle
/System/Library/AccessibilityBundles//Reminders-Assistant.axbundle
/System/Library/AccessibilityBundles//Reminders.axbundle
/System/Library/Assistant/Plugins/Reminders.assistantBundle
/System/Library/Assistant/UIPlugins/Reminders.siriUIBundle
/System/Library/PreferenceBundles//RemindersSettings.bundle
/System/Library/SearchBundles/Reminders.searchBundle
通知中心图标:
/System/Library/BulletinBoardPlugins/CalendarProvider.bundle  打开Info.plist
删掉第8行: <string>EKBBReminderProvider</string> ,保存
/Applications/Preferences.app 目录下的Settings.plist文件进行编辑
Ctrl+F搜索Reminders,删除下列:

<dict>
                            <key>bundle</key>
                            <string>RemindersSettings</string>
                            <key>cell</key>
                            <string>PSLinkCell</string>
                            <key>iconCache</key>
                            <string>Reminders</string>
                            <key>isController</key>
                            <true/>
                            <key>label</key>
                            <string>REMINDERS</string>
                   </dict>




---------- 删除 AssistiveTouch------------

/System/Library/AccessibilityBundles/AssistiveTouch.axuiservice
/System/Library/CoreServices/AssistiveTouch.app
/System/Library/LaunchDaemons/com.apple.assistivetouchd.plist

打开 /System/Library/PreferenceBundles/AccessibilitySettings.bundle/Accessibility.plist
删除:
                <dict>
                       <key>cell</key>
                       <string>PSLinkListCell</string>
                       <key>detail</key>
                       <string>HandController</string>
                       <key>get</key>
                       <string>handEnabled:</string>
                       <key>label</key>
                       <string>AIR_TOUCH_TITLE</string>
                </dict>

打开:/System/Library/PreferenceBundles/AccessibilitySettings.bundle/TripleClickSettings.plist
删除:
                <dict>
                       <key>cell</key>
                       <string>PSListItemCell</string>
                       <key>label</key>
                        <string>TRIPLE_CLICK_ASSISTIVETOUCH_LONG</string>
                       <key>set</key>
                       <string>setTripleClickAction:specifier:</string>
                       <key>tripleClickOption</key>
                     <string>assistivetouch</string>
                </dict>

---------- 删除VoiceOverTouch-----------

/System/Library/CoreServices/VoiceOverTouch.app
/System/Library/LaunchDaemons/com.apple.VoiceOverTouch.plist(未找到该文件)

打开:/System/Library/PreferenceBundles/AccessibilitySettings.bundle/Accessibility.plist
删除:
                <dict>
                       <key>cell</key>
                       <string>PSLinkListCell</string>