卸載指定加密硬碟 <H磁碟機>:
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /d H /f /q /s
卸載全部加密硬碟:
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /d /f /q /s
掛載加密檔案<C:\temp\vctest.vc> 到 <H磁碟機>,使用密碼 <123456abc>:
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /v "C:\temp\vctest.vc" /l h /p 123456abc /hash sha512 /q /s
掛載加密硬碟<加密的實體硬碟3> 到 <H磁碟機>,使用密碼 <123456abc>:
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /v "\Device\HarddiskVolume3" /l h /p 123456abc /hash sha512 /q /s
掛載加密檔案<C:\temp\vctest.vc>到 <H磁碟機>,使用兩個密鑰檔案 <C:\temp\1.key> 與 <C:\temp\2.key>:
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /v "C:\temp\vctest.vc" /l h /tryemptypass /k "C:\temp\1.key" /k "C:\temp\2.key" /hash sha512 /q /s