1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08: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:
Mounir IDRASSI
2016-09-28 10:55:53 +02:00
parent 3bad079d75
commit e362d804b0
5 changed files with 8 additions and 8 deletions

View File

@@ -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)
{