Cannot delete an existing service using sc command: The specified service does not exist as an installed service
View the properties of the service and you'll see a "Service Name
" and "Display Name
". The display name is the one you see in services.msc, you need to use the service name with the net command however. Sometimes they're very different for example "Extensible Authentication Protocol Service
" is the display name and "EapHost
" is the service name.