1. Open a command prompt with Admin rights (CMD) - press “Win + R” and type “CMD” than press “Ctrl + Shift + Enter”

  2. In a CMD console type: sc queryex APythonRPAService

  3. Press Enter.

  4. Identify the PID.

  5. In the same command prompt type

    taskkill /pid [pid number] /f
    
  6. Press Enter.

Untitled