From a CMD prompt, is there a way to get the Windows Service service name (service_name) via SC Query if we only know the display name (display_name)?
For example, if we issue the following command:
SC Query state= all|FindStr /I "camera"
Only the display name is returned because the service name is different from the display name.