I am trying to terminate a service using PID/Servicename which is already in running state in the Windows services list.
I have tried "Process" Library and it works if I start a process from Robot Framework and terminate it using handle from there itself. But, not for the existing process in the Windows services.