UiPath Go ! BalaReva Windows Service Activities

Windows Service Activities

The Windows Service Activities package contains the activities to control the Windows Service and get the information like status and description related to Windows Services.

1.Service Execute – Using this activity, you can start, stop, pause and continue the Windows Service.

2.Service Info - Using this activity, you can get the status of the Windows Service.

3.Get All Service - Using this activity, you can get all the Windows Service Names.

Namespaces :

image

https://go.uipath.com/component/activities-for-microsoft-windows-service

Sample :

Get All Services :
WindowsServices.zip (17.0 KB)

Regards
Balamurugan.S

2 Likes

Have used Service Execute and Service Info. But couldn’t use service all activity. Kindly give an example of how to use Get All Service activity.

Hi @sandy1,

Above I have attached the sample . And here is the screen shots.

Regards
Balamurugan.S

Hi all,
Here I have attached a video demo for to manage the windows service in UiPath.

Thank you
Balamurugan.s

Hello,

When I try to stop a service, it gives me "RemoteException wrapping System.OperationException: Cannot open PanGPS service on computer ’ ----> RemoteException wrapping System.ComponentModel.Win32Exception: Acess Denied.

What can I do?