mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
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.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user