New answers tagged windows-services
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 ...
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 = ['...
Top 50 recent answers are included
Related Tags
windows-services × 8988c# × 4777
.net × 1702
windows × 1017
wcf × 658
service × 398
asp.net × 303
multithreading × 275
vb.net × 255
java × 254
c++ × 223
winapi × 206
installation × 187
python × 160
sql-server × 159
timer × 156
powershell × 154
windows-installer × 149
visual-studio × 141
.net-core × 140
winforms × 138
web-services × 133
visual-studio-2010 × 126
wix × 123
batch-file × 117