Service starting Notepad not showing in tasklist

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I have a Windows Service I am trying to get to work, which is not working
correct, but one of the things it does is start Notepad.exe.

The program seems to be doing this and it shows in the Tasklist, but I don't
see it running. When I kill it from the Tasklist, it starts back up again
(it shows in the Tasklist), but again I can't see it.

Why is that?

Thanks,

Tom
 
tshad said:
I have a Windows Service I am trying to get to work, which is not working
correct, but one of the things it does is start Notepad.exe.

The program seems to be doing this and it shows in the Tasklist, but I don't
see it running. When I kill it from the Tasklist, it starts back up again
(it shows in the Tasklist), but again I can't see it.

Why is that?

Thanks,

Tom

By default windows services do not interact with the desktop. This is
by design and usually you do not want a service to have a UI.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top