How to access windows service in uipath?

I want to access one of a service from windows service, help me to access it.

We can access through.net code using system.serviceprocess but i want to access using UiPath.

For the Windows Services we can make use of the from above .Net Classes:

e.g. start / stop services
Feel free to play within the immediate panel
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

e.g. with

System.ServiceProcess.ServiceController.GetServices()