システム環境設定のAnchoを選んで開く
systempreferences:com.apple.preference.security
システム環境設定の指定した開き方
ダウンロード - choose20ancho.scpt.zip
open "x-apple.systempreferences:com.apple.preference.security?XXXXXXXX"
Privacy_LocationServices
Privacy_Contacts
Privacy_Calendars
Privacy_Reminders
Privacy_Photos
Privacy_Camera
Privacy_Microphone
Privacy_SpeechRecognition
Privacy_Accessibility
Privacy_ListenEvent
Privacy_AllFiles
Privacy_DocumentsFolder
Privacy_ScreenCapture
Privacy_Media
Privacy_HomeKit
Privacy_Bluetooth
Privacy_Focus
Privacy_Automation
Privacy_DevTools
Privacy_Diagnostics
Privacy_Advertising
General
FDE
Firewall
Privacy
Advanced
set listSecurityAnk to {¬
"Privacy_LocationServices", ¬
"Privacy_Contacts", ¬
"Privacy_Calendars", ¬
"Privacy_Reminders", ¬
"Privacy_Photos", ¬
"Privacy_Camera", ¬
"Privacy_Microphone", ¬
"Privacy_SpeechRecognition", ¬
"Privacy_Accessibility", ¬
"Privacy_ListenEvent", ¬
"Privacy_AllFiles", ¬
"Privacy_DocumentsFolder", ¬
"Privacy_ScreenCapture", ¬
"Privacy_Media", ¬
"Privacy_HomeKit", ¬
"Privacy_Bluetooth", ¬
"Privacy_Focus", ¬
"Privacy_Automation", ¬
"Privacy_DevTools", ¬
"Privacy_Diagnostics", ¬
"Privacy_Advertising", ¬
"General", ¬
"FDE", ¬
"Firewall", ¬
"Privacy", ¬
"Advanced"} as list
set objRespoce to (choose from list listSecurityAnk with title "セキュリティ&プライバシー" with prompt "セキュリティ&プライバシーの項目を開きます" without multiple selections allowed)
set theRespoce to objRespoce as text
set theCommand to ("open \"x-apple.systempreferences:com.apple.preference.security?" & theRespoce & "\"") as text
do shell script theCommand
| 固定リンク
「TCC」カテゴリの記事
- [TCC]サービス名を指定してTCCをリセットする(2023.06.05)
- [TCC]位置情報 locationd とLiverpoolからアプリケーションを指定して削除(2023.06.05)
- [sqlite3]モード (output mode)その1 ファイルに書き出す(2023.06.01)
- [sqlite3]モード (output mode)その2(2023.06.01)
- [TCC]kTCCService(OS13.4)(2023.06.01)
「prefPane」カテゴリの記事
- prefPaneはSystem Settingsに(2023.05.06)
- [RCDefaultApp]デフォルトで開くアプリケーションを設定(2022.03.14)
- [prefPane] システム環境設定(まとめ)(2022.02.05)
- [prefPane] com.apple.preferences.softwareupdate(2022.02.05)
- [prefPane] com.apple.preference.displays(2022.02.05)