I've used sc create to place a Windows Service I've developed. On the type option I wrote kernel. Next (the day after) I wanted to start that service but I didn't remember the exact name so I looked for it in the Task Manager. But there I get the surprise: It's not listed.
I know where's my service placed, but can't recall the name. And the sc list doesn't show it either.
I know it's there because I had created a second service whose name I did remember, so I had it deleted, and re-created it with type= own and after that it got listed.
Is there a way to filter service by name like 'Foo%' or by exact binPath?
I want to delete it and re-create it with type= own... any ideas on how to do this?
@EDIT: Services.msc doesn't show it either (in case someone asks)
Thanks