diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-09-28 10:55:53 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-17 18:40:20 +0200 |
commit | e362d804b0a9e92b36f3e2d28d08bbbc387ac9a2 (patch) | |
tree | e9535f34a5dad44d496417976d9daddfa79e01c7 /src/Format/Tcformat.c | |
parent | 3bad079d758edef34136a3d9634cfa52d823502c (diff) | |
download | VeraCrypt-e362d804b0a9e92b36f3e2d28d08bbbc387ac9a2.tar.gz VeraCrypt-e362d804b0a9e92b36f3e2d28d08bbbc387ac9a2.zip |
Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
Diffstat (limited to 'src/Format/Tcformat.c')
-rw-r--r-- | src/Format/Tcformat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 66ec3ac3..d83d9f49 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -8157,7 +8157,7 @@ retryCDDriveCheck: try { - BootEncObj->RestartComputer (); + BootEncObj->RestartComputer (bSystemIsGPT); } catch (Exception &e) { @@ -10112,7 +10112,7 @@ static void AfterWMInitTasks (HWND hwndDlg) try { - BootEncObj->RestartComputer (); + BootEncObj->RestartComputer (bSystemIsGPT); } catch (Exception &e) { |