Running BestCrypt Volume Encryption with command-line parameters


The user can run BestCrypt Volume Encryption from a command-line prompt with parameters to mount or dismount encrypted volumes and for several other purposes.

The folder where BestCrypt Volume Encryption files are installed (for example, C:\Program Files\Jetico\BestCrypt Volume Encryption) contains program bcfmgr.exe. The user can run bcfmgr.exe from command-line prompt with the following parameters:

-? Show the help information. For example,
bcfmgr.exe -?
-ShowPwd Display password characters when the users enters password. For example:
bcfmgr.exe -ShowPwd
-ShowVolName <drive_letter> Show Windows volume name for the drive letter and place it to clipboard. For example:
bcfmgr.exe -ShowVolName C:
Volume name like \??\Volume{07e2cd11-4ae1-11dc-9619-005056c00008} will be returned.
-Mount <drive_letter> Mount volume by its drive letter. For example:
bcfmgr.exe -Mount D:
-Mount <drive_letter> -P<password> Mount volume by its drive letter and password. For example:
bcfmgr.exe -Mount D: -Pmy_password_string
-Mount <volume_name> Mount volume by its volume name. The command is useful if the volume has no drive letter assigned in dismounted state. It happens when the user set option Hide drive letters for not mounted volumes in Options menu. For example:
bcfmgr.exe -Mount \??\Volume{07e2cd11-4ae1-11dc-9619-005056c00008}
-Mount <volume_name> -P<password> Mount volume by its volume name and password. For example:
bcfmgr.exe -Mount \??\Volume{07e2cd11-4ae1-11dc-9619-005056c00008} -Pmy_password_string
-Dismount <drive_letter> Dismount volume by its drive letter. For example:
bcfmgr.exe -Dismount D:
-Dismount <volume_name> Dismount volume by its volume name. For example:
bcfmgr.exe -Dismount \??\Volume{07e2cd11-4ae1-11dc-9619-005056c00008}
-Dismount <volume_name or drive_letter> ForceDismount Forced volume dismounting. The volume will be dismounted even if there are opened files on it. For example:
bcfmgr.exe -Dismount D: ForceDismount

See also: