Forked from aerobounce/macOS System Preference Pane Links.md
Created
November 3, 2021 12:45
-
-
Save HereOrCode/e344cdc93986ba5e6fd2217a2358c1b4 to your computer and use it in GitHub Desktop.
Revisions
-
aerobounce revised this gist
Apr 29, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # macOS System Preference Pane Links > Some might be outdated.<br> > Taken from (404 as of today): https://macosxautomation.com/system-prefs-links.html ## Example -
aerobounce revised this gist
Apr 29, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # macOS System Preference Pane Links > (Some might be outdated)<br> > Taken from (404 as of today): https://macosxautomation.com/system-prefs-links.html ## Example -
aerobounce revised this gist
Apr 29, 2020 . 1 changed file with 63 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,63 @@ # macOS System Preference Pane Links > (Some might be outdated) > Taken from (404 as of today): https://macosxautomation.com/system-prefs-links.html ## Example ```sh $ open "x-apple.systempreferences:com.apple.preference.security?General" ``` | Accessibility | | | - | - | | Main | `x-apple.systempreferences:com.apple.preference.universalaccess` | | Display | `x-apple.systempreferences:com.apple.preference.universalaccess?Seeing_Display` | | Zoom | `x-apple.systempreferences:com.apple.preference.universalaccess?Seeing_Zoom` | | VoiceOver | `x-apple.systempreferences:com.apple.preference.universalaccess?Seeing_VoiceOver` | | Descriptions | `x-apple.systempreferences:com.apple.preference.universalaccess?Media_Descriptions` | | Captions | `x-apple.systempreferences:com.apple.preference.universalaccess?Captioning` | | Audio | `x-apple.systempreferences:com.apple.preference.universalaccess?Hearing` | | Keyboard | `x-apple.systempreferences:com.apple.preference.universalaccess?Keyboard` | | Mouse & Trackpad | `x-apple.systempreferences:com.apple.preference.universalaccess?Mouse` | | Switch Control | `x-apple.systempreferences:com.apple.preference.universalaccess?Switch` | | Dictation | `x-apple.systempreferences:com.apple.preference.universalaccess?SpeakableItems` | | Security & Privacy | | | - | - | | Main | `x-apple.systempreferences:com.apple.preference.security` | | General | `x-apple.systempreferences:com.apple.preference.security?General` | | FileVault | `x-apple.systempreferences:com.apple.preference.security?FDE` | | Firewall | `x-apple.systempreferences:com.apple.preference.security?Firewall` | | Advanced | `x-apple.systempreferences:com.apple.preference.security?Advanced` | | Privacy | `x-apple.systempreferences:com.apple.preference.security?Privacy` | | Privacy-Accessibility | `x-apple.systempreferences:com.apple.preference.security?Privacy_Accessibility` | | Privacy-Assistive | `x-apple.systempreferences:com.apple.preference.security?Privacy_Assistive` | | Privacy-Location Services | `x-apple.systempreferences:com.apple.preference.security?Privacy_LocationServices` | | Privacy-Contacts | `x-apple.systempreferences:com.apple.preference.security?Privacy_Contacts` | | Privacy-Diagnostics & Usage | `x-apple.systempreferences:com.apple.preference.security?Privacy_Diagnostics` | | Privacy-Calendars | `x-apple.systempreferences:com.apple.preference.security?Privacy_Calendars` | | Privacy-Reminders | `x-apple.systempreferences:com.apple.preference.security?Privacy_Reminders` | | Privacy-Facebook | `x-apple.systempreferences:com.apple.preference.security?Privacy_Facebook` | | Privacy-LinkedIn | `x-apple.systempreferences:com.apple.preference.security?Privacy_LinkedIn` | | Privacy-Twitter | `x-apple.systempreferences:com.apple.preference.security?Privacy_Twitter` | | Privacy-Weibo | `x-apple.systempreferences:com.apple.preference.security?Privacy_Weibo` | | Privacy-Tencent Weibo | `x-apple.systempreferences:com.apple.preference.security?Privacy_TencentWeibo` | | Dictation & Speech | | | - | - | | Dictation | `x-apple.systempreferences:com.apple.preference.speech?Dictation` | | Text to Speech | `x-apple.systempreferences:com.apple.preference.speech?TTS` | | Sharing | | | - | - | | Main | `x-apple.systempreferences:com.apple.preferences.sharing` | | Screen Sharing | `x-apple.systempreferences:com.apple.preferences.sharing?Services_ScreenSharing` | | File Sharing | `x-apple.systempreferences:com.apple.preferences.sharing?Services_PersonalFileSharing` | | Printer Sharing | `x-apple.systempreferences:com.apple.preferences.sharing?Services_PrinterSharing` | | Remote Login | `x-apple.systempreferences:com.apple.preferences.sharing?Services_RemoteLogin` | | Remote Management | `x-apple.systempreferences:com.apple.preferences.sharing?Services_ARDService` | | Remote Apple Events | `x-apple.systempreferences:com.apple.preferences.sharing?Services_RemoteAppleEvent` | | Internet Sharing | `x-apple.systempreferences:com.apple.preferences.sharing?Internet` | | Bluetooth Sharing | `x-apple.systempreferences:com.apple.preferences.sharing?Services_BluetoothSharing` | -
aerobounce created this gist
Apr 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ macOS System Preference Pane Links