German
Russian
EXLADE - Disk encryption. Data encryption. Boot protection. Security and Encryption Solutions Development Company
    English
Home Products Download Purchase Support Articles Partners Press room Contacts  
Products
Cryptic Disk
Disk Password Protection
DefenseWall HIPS
Handy Backup
Related Links
Boot Protection
Partition Protection
Low-level Protection
Getting started
Wizard
Working with boot protection
Working with partition protection
Program Launch Protection
Command line support
SDK
Using SDK
SDK Functions
Newsletter subscription

Command line support


Disk Password Protection supports controlling protection from the command line.

The format of the command line command is given below:

diskpp.exe </nosplash> <boot|part> <set|unset|change> </hide> </d disk> </v part> </p password> </h hint> </n newpassword>

Parameters:
/nosplash - hide the splash screen when the program is started
boot - boot protection
part - partition protection
set - enable protection
unset - disable protection
change - change the password
/hide - disable program messages (requests, operation results, etc)
/d "disk" - disk number in the system (starting with 1)
/v "partition" - partition number on the disk (starting with 1)
/p "password" - password
/h "hint" - password hint
/n "newpassword" - new password

You cannot use the quotation mark characters in command line passwords and password hints.

Sample use:

1. dikspp.exe /nosplash
Hides the splash screen when the program is started.
2. diskpp.exe part set /d 1 /v 1 /p demo /h "my hint for password"
Enables partition protection for the first partition on the first disk; the password is "demo", the password hint is "my hint for password".
3. diskpp.exe part change /d 1 /v 1 /p demo /n "new demo" /h "super hint"
Changes the password and the password hint for a protected partition (the first partition on the first disk); the old password is "demo", the new password is "new demo", the new hint is "super hint".
4. diskpp.exe part unset /d 1 /v 1 /p "new demo" /hide
Disables protection for the first partition on the first disk; the password is "demo"; program messages are disabled.
5. diskpp.exe boot set /d 1 /p demo /h "my hint for password"
Enables boot protection for the first disk; the password is "demo", the password hint is "my hint for password".


    Home  |  Products  |  Download  |  Purchase  |  Site map  |  Privacy Policy