How can i know my license key?

image

1 Like

We can check that in license option
That is go to right top of your page in orchestrator and click on your username
And in that choose the option LICENSE where we can find the license key
Cheers @18739932948

This comes with your original purchase for the licence - check your emails (or whomever purchased them) for the documentation. If that is not possible then raise a support ticket. Licence key normally needs to be hidden.

Can you tell me how to view the whole one? Only part of it can be seen here

1 Like

Run this command in your cmd
C:\Program Files (x86)\UiPath Studio\UiPath\Regutil.exe get-info
For more details

Cheers @18739932948

image
Unable to read license key

The e-mail only provides the function of verifying the account, not receiving license key

@Palaniyappan
@balupad14
@UiPathMaster
Hi As Per guideline i’m navigating same path but this path is not available in my Virtual machine. present im using Uipath 2018.4.3 version. Kindly suggest any option to get license.

Regards,
Chinnapu Reddy

Hi Chinnapu Reddy,

The path of UiPath may vary depending on the folder selected during initial installation of UiPath. It is recommended to use Windows Explorer to first navigate to your UiPath platform, it is easier to use the UI explorer to find the specific path to the RegUtil.exe utility. Once you have found the path in the UI explorer, you can then copy that path and go to the command prompt and perform the RegUtil get-info command.

Also, as per your screenshot, you will need to put the full path in double quotes, as there are spaces within the command and that will confuse the command prompt.

Example:
cd "C:\Program Files (x86)\UiPath Platform\UiPath"

Please verify that UiPath Platform\UiPath is the correct installed location in your machine.