Access denied_1

@bcorrea
This problem can be reproduced. I’m on community edition.(2020.4.2 stable)
When running studio as a normal user you won’t have any issues.
The moment you start Studio as an administrator the problems occur. Although i never run studio as an administrator i was wondering if i could reproduce it. That’s pretty simple.

Open Studio as an administrator. Create a simple project (just the default acitivities will do). Hit the debug button and you will get the access denied error.

The solution given in the other topic worked. (although there is no UiPath User Service), it is now called: Uipath.Service.UserHost.exe)

Solution
Start Uipath Studio as Administrator and open your project
Do not close Studio.

Open taskmanager and kill (end process) “Uipath.Service.UserHost.exe”
(Sorry for the dutch language, don’t have an english one available), but you will get the point.

After that go back to studio again.
Hit the debug (or run or run file) button in Studio.

That will solve the issue.
As long as your project is open in studio it is fine. As soon as you start studio again as administrator you have to repeat the steps again

@mitul_choudhary Can you give that a try?