It is possible to activate Déjà Vu X3 using a command line tool. This allows you, for example, to deploy a script to several machines that runs the tool to activate Déjà Vu X3 in all of them. You can download the utility from here.
Using the activation tool
Activating Déjà Vu X3
To activate Déjà Vu X3 with this tool, run the following command in the command line:
ConsoleActivation.exe "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-X"
Where the X’s represent the activation code you will use.
Deactivating Déjà Vu X3
To deactivate Déjà Vu X3, run this command:
ConsoleActivation.exe
If you run the tool without any parameters, it will attempt to deactivate Déjà Vu X3.
Exit status codes
As it runs, the tool outputs a message to the console to let you know the result of the activation or deactivation process but, especially if you use it as part of a script, you should rely instead on the exit status codes it outputs. The exit status codes are the following:
- 0 - Activation successful
- 1 - An invalid key was specified
- 2 - Activation server is not responding
- 3 - Maximum activation count exceeded
Comments