From a196be59bf0ec97f76b7171c174077ad1adbdc69 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Fri, 23 Oct 2015 17:24:01 +0100 Subject: [PATCH] Added FileVault command to restart machine and skip initial unlock --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d559d4..c5528bf 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,12 @@ pbpaste | sort | uniq | pbcopy sudo fdesetup status ``` +#### Restart Computer and Unlock FileVault +If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The command may not work on all systems. +```bash +sudo fdesetup authrestart +``` + ### Information/Reports #### Generate Advanced System and Performance Report