Skip to main content

New answers tagged

0 votes

Modern .NET - Self installing a Windows Service

In the last 16 months since I posed this question, I made some progress. I started from the code in the TopShelf library, and I discovered that the crux of the install / uninstall procedures lies in ...
Alberto Chiesa's user avatar
0 votes

Check if a Windows Service exists with Python

What if you want to find out without installed outside packages? At the command line you do this: > sc query "some service" So in Python do this: service_name = 'some service' cmd = ['...
mike rodent's user avatar
  • 16.2k

Top 50 recent answers are included