Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created March 12, 2018 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/0c2cdc69e351b3450740534bb1b79c83 to your computer and use it in GitHub Desktop.
Save rtrouton/0c2cdc69e351b3450740534bb1b79c83 to your computer and use it in GitHub Desktop.
Sample com.apple.fdesetup.plist file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FileVault</key>
<dict>
<key>Defer</key>
<true/>
<key>OutputPath</key>
<string>/path/to/recovery.plist</string>
<key>Usernames</key>
<array>
<string>username</string>
</array>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment