diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-12 23:15:37 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-12 23:15:37 +0200 |
commit | 83e1f08a8de49978ee454e7766568d6864a02460 (patch) | |
tree | 84b377b52e4f88ab01fe085ffcfd2f0680e54505 /src/Mount/Mount.c | |
parent | 3d655ca2a3cd88eb15a021678bfa2bc474e8bfec (diff) | |
download | VeraCrypt-83e1f08a8de49978ee454e7766568d6864a02460.tar.gz VeraCrypt-83e1f08a8de49978ee454e7766568d6864a02460.zip |
Windows: Add VCPassChanger tool that allow converting TrueCrypt volumes even when newer versions of VeraCrypt are installed
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r-- | src/Mount/Mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 5b964d4e..96dabd92 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -1589,7 +1589,7 @@ static void LaunchVolCreationWizard (HWND hwndDlg, const wchar_t *arg, BOOL bEle if (bElevation && !IsAdmin() && IsUacSupported()) { - LaunchElevatedProcess (hwndDlg, t, arg); + LaunchElevatedProcess (hwndDlg, t, arg, TRUE); } else { |