VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-12 23:15:37 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-08-12 23:15:37 +0200
commit83e1f08a8de49978ee454e7766568d6864a02460 (patch)
tree84b377b52e4f88ab01fe085ffcfd2f0680e54505 /src/Mount/Mount.c
parent3d655ca2a3cd88eb15a021678bfa2bc474e8bfec (diff)
downloadVeraCrypt-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.c2
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
{