Unable to Locate Device ID in Studio or via regutil.exe

Hi everyone,

I’m trying to retrieve my Device ID to submit a support ticket, but I’m running into a couple of issues:

  • I checked the Help tab in UiPath Studio, but I don’t see any Device ID listed there.
  • I also tried using the regutil.exe method, but I couldn’t find the regutil.exe file in my UiPath installation folder.

Has anyone encountered this before? Is there another way to retrieve the Device ID, or could it be located somewhere else depending on the installation type?

Thanks in advance for your help!

Try below approach to get the Device Name from studio: It returns string value
System.Net.Dns.GetHostName
or
Environment.MachineName

To get Device Id

Thank Manas,

However, when I follow the path to the Device ID I do not find the AppData folder. Could it be because I run Studio in a virtual PC?

On Windows Explorer, Click on View> Then Show > Hidden Items

@Giraldo_Juan_P, Could you specify where do you require this? and how it looks like?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.