I am trying to access the “FileVault” Tab using Applescript. Can someone help me out?
This is where I am getting the error:
reveal anchor "FileVault" of pane id "com.apple.preference.security"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For some reason, the anchor has a different name internally:
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 tellI suspect that the “FileVault” anchor was reserved for the old home-directory-only File Vault encryption settings, which only show up (as “Legacy FileVault”, iirc?) if you’re still using that scheme.