Im trying to kill some processes on my PC-WIN10. Only one user -me- and im an admin.
There are processes that i cant kill… i get a “Access Denied” error.
I tried:
Start UiPath studio as an administrator and use “Kill process” activity.
Tried also kill from “command prompt” (from UiPath) with and without “run as an administrator.”
If i just use the cmd or task manager im able to kill does “something.exe” proccesses. But no matter how i try a cant kill does with UiPath
Did you set the Kill Process activity to “only current session”? If not, it’s trying to kill that process for all logged in users and that’s why you’re getting this error.
Also, why are you using Kill Process? It seems like people use it way more than they should.
And i get the same errors if i try to run UiPath studio as an administrator.
And i also tried the same, from UiPath >> open application >> CMD >> type into >>> “taskkill /F /IM BraveCrashHandler64.exe” same errors and problems.
Let me know if you have any other ideas! Thanks again!
AppliesTo - Kill process only if it belongs to the current user, session, or desktop. Select one of three options: All, OnlyCurrentUser, OnlyCurrentSession, OnlyCurrentDesktop. The default value is none.
Process - A Process type object describing the process to be closed.
ProcessName - The name of the process to be closed, written in the following format: "process". This field supports strings and string variables.