Open a command prompt with Admin rights (CMD) - press “Win + R” and type “CMD” than press “Ctrl + Shift + Enter”
In a CMD console type: sc queryex APythonRPAService
Press Enter.
Identify the PID.
In the same command prompt type
taskkill /pid [pid number] /f
Press Enter.