After installing the UL Procyon application, you should activate your UL Procyon benchmark license key or license file.

  1. Go to the Windows 10 start screen
  2. Type CMD

If you have a license key

Type the command below in the Command Prompt window, replacing <license key> with your license key, and press enter.

ProcyonCmd.exe --register <license key>

To register a license key via proxy, add following switches, replacing <name or IP> with hostname or IP address of the proxy server, <port number> with the port number of the proxy server and <username> and <password> with the credentials for accessing the proxy server.

ProcyonCmd.exe --register <license key> --proxyHost <name or IP> --proxyPort <port number> --proxyUser <username> --proxyPassword <password>

If you have a license file

Type the command below in the Command Prompt window, replacing <license file> with the filename of your license file, with full path, and press enter.

ProcyonCmd.exe --register-licenses <license file>

To register a license file via proxy, add following switches, replacing <name or IP> with hostname or IP address of the proxy server, <port number> with the port number of the proxy server and <username> and <password> with the credentials for accessing the proxy server.

ProcyonCmd.exe --register-licenses <license file> --proxyHost <name or IP> --proxyPort <port number> --proxyUser <username> --proxyPassword <password>