HomeManual
Manual

Automated Installation — Activating with the Registry

When deploying Desktop Call Recorder via an automation script, you can pre-activate it with your subscription key by writing a value to the Windows Registry before the application first launches.

  1. In your script, add a new registry entry at the following path: HKEY_CURRENT_USER\Software\Domit\DCR
  2. Create (or update) a string value named AC.
  3. Set its value to your subscription key in the format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
  4. The next time Desktop Call Recorder starts, it will read the key and activate automatically.

This approach allows you to fully automate deployment without any manual activation steps.