2011-09-14 16 views

答えて

2

を、アンカーは、内部的に別の名前を持っています

tell application "System Preferences" 
    get every anchor of pane id "com.apple.preference.security" 
     --> {anchor "Firewall" of pane id "com.apple.preference.security", 
      anchor "FDE" of pane id "com.apple.preference.security", 
      anchor "General" of pane id "com.apple.preference.security", 
      anchor "Privacy" of pane id "com.apple.preference.security"} 
end tell

私は「FileVaultの」アンカーがために予約されたと思われます古いスキーマを使用している場合は、古いホームディレクトリのみのFile Vault暗号化設定(「レガシーFileVault」、iirc?)のみが表示されます。

+0

パーフェクト。どうもありがとうございます!!! – user754905

+1

このスクリプトからプライバシー>アクセシビリティを明らかにするためにステップを進めるには? –

+2

@ PiyushMathur 'anchor" Privacy_Assistive "' – duskwuff

関連する問題