microsoft / java-wdb

Windows Developer Box for Java Developers
MIT License
75 stars 1 forks source link

Ability to remove a service in windows (improvement for services.msc) #20

Open JurrianFahner opened 3 years ago

JurrianFahner commented 3 years ago

Summary

It is possible to list, start and stop services in windows. But to remove a service we need to use the sc command in order to be able to remove the service.

Since windows is mainly UI oriented (it is real benefit that we can automate things in powershell), it should be possible to remove the service in the services.msc program.