Displays the help information required to get you going with Regutil.exe.
Example: regutil.exe help /help
activate
Helps you activate your Robot offline or online. Online activation:
A valid email address and activation code are required. These can be specified using the /code and /email arguments. If no activation code is provided, the trial mode is used.
Example: regutil.exe activate /[email protected] - only for trial activation regutil.exe activate /[email protected] /code=1234567890
Offline activation:
The following are required:
a valid email address
a valid activation code
access to a computer with internet access or with access to our validation portal
The following arguments have to be used: get-activation-cert, /email, /code, /out_file, /offline, and /response_file.
To activate your Robot offline, do the following:
Generate an activation certificate from the command line, by writing something like: regutil.exe get-activation-cert /[email protected] /code=1234567890 /out_file=E:\certificate.txt.
In the Activation Code field, paste the information in the certificate generated at step 1.
Click Activate. An activation response code is generated.
Save the generated response to a .txt file.
On the machine used at step 1, activate the license offline, as follows: regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt.
deactivate
Deactivates your license online, using the locally stored code.
Example: regutil deactivate
get-deactivation-cert
Helps you deactivate your license on a machine without internet connection. Please note that you still need access to a computer with internet access to perform the deactivation. Additionally, you have to use the /out_file argument.
Export the deactivation certificate to a .txt file using the following command: regutil get-deactivation-cert /out_file=D:\certificate.txt. Once this command is executed, the local license becomes invalid.
Move the certificate to a machine with internet access.
In the Deactivation Certificate field, paste the information from the file generated at step 1.
Click Deactivate. A Deactivation Successful message is displayed.
get-info
Displays license information in the command line, as follows: License code License status - displays an error code that explains the status of your licensing. Device Id License expire date - the next time the license is going to be checked by the licensing server. Subscription expire date - the license expiry date, as communicated by our teams Maintenance expire date - no longer used Attended - the total number of Attended Named User licenses available. Unattended - the total number of Unattended licenses available. Free - the total number of NonProduction licenses available. Dev - the total number of Development Named User licenses available. AttendedConcurrent - the total number of Attended Concurrent licenses available. DevConcurrent - the total number of Development Concurrent licenses available.
Example: Regutil get-info
export-info
Displays a string that contains the local licensing information.
Example: regutil.exe export-info
It can be used with the /out_file argument to export the license to a custom file. The output file can be in any format. This license file can be uploaded to Orchestrator, in the License tab of the Settings page.
Example: regutil.exe export-info /out_file=E:\license.txt regutil.exe export-info /out_file=E:\orchestrator.license
/offline
Helps you activate your license offline. If the /response_file argument is not provided, the certificate is read from the standard input. The /code argument must be used with it.
Example: regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt
/verbose
Displays additional information to standard output.
/code
Helps you specify the activation code. Can be used with both online and offline activation. If omitted when activating your license, the trial is used.
Example: regutil.exe activate /[email protected] /code=1234567890
/email
Specifies the email to be used with the activation. It has to be used with both offline and online activations.
Example: regutil.exe get-activation-cert /[email protected] /code=1234567890 /out_file=E:\certificate.txt regutil.exe activate /[email protected]
/response
Specifies the response certification file, when activating your license offline. All types of files are supported (.txt, .docx, .license, etc.).
If you do not provide the full path of the file, it is downloaded to the UiPath Platform folder (C:\Program Files (x86)\UiPath\Studio\UiPath).
Example: regutil.exe activate /offline /code=1234567890 /response_file=D:\response.txt
/out_file
Specifies the output file for licensing information. The resulted file can be uploaded to Orchestrator to help you license your Robots, as explained here. All types of files are supported (.txt, .docx, .license, etc.). The data is encrypted and contains all the information displayed by the regutil get-info command.
If you do not provide the full path of the file, it is generated in the installation directory of the UiPath Platform, C:\Program Files (x86)\UiPath\Studio\UiPath.
Example: regutil.exe export-info /out_file=E:\orchestrator.license
/config_file
Specify a custom configuration file for licensing library.