Por exemplo, eu sei que o serviço usa 'myservice.exe'. Como descubro qual é o nome do serviço registrado usando esta tarefa, no prompt do MS-DOS ou no Powershell?
Responder1
Como encontro um serviço pelo nome da tarefa
Use wmic service
junto com findstr
.
Exemplo:
C:\Users\David>wmic service get DisplayName, PathName | findstr httpd.exe
wampapache64 "c:\wamp\bin\apache\apache2.4.9\bin\httpd.exe" -k runservice