Retrieve the value from Regedit using UiPath

Hi All,

Hope you all are doing good.
I am completely new to UIpath, I have one scenario where I need to get the values from Registry Editor as input for most of the things such web url, datbase name, databse platform.

Can anyone please tell me is it possible to get the value using UIpath community edition.
Thanks in advance

It would be simple enough to use the Invoke Power Shell activity and use the Get-Item, Get-ItemProperty cmdlets among others.

Thanks Ciprin,

Could you please share me any sample demo ‘.xaml’ file to refer

The example is clear enough. Just don’t forget to add Microsoft.Win32 to imported namespaces so you can have access to Registry.GetValue

image

1 Like
  • List item

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