Hello forum! I need knows if a Windows Service is running and know your Windows Service Name to stop it. I give a path's windows service, and return an array with Windows Service Name and you state... There are another (best) way to do this? Br, Detefon #include <String.au3> #include <Array.au3> Local $aRun = Service_Is_Running_From_Path('C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe') _ArrayDisplay($aRun) Func Service_Is_Running_From_Path($in = '') Local