I’m trying to activate an unnatended license in a machine which only has UiRobot (does not have UiPath Studio) using the cmd application and using the regutil command. However when I try to do it, the cmd says that the email is not correct.
Generate an activation certificate from the command line, by writing something like: regutil.exe get-activation-cert /email=documentation@uipath.com /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 .