windows services



Hi,

it is possible to start windows services with the command
NET START

and to stop them with the command

NET STOP.

Is there a way to make it impossable to shutdown a service? For example by protecting it with a password?

Thanks!
.



Relevant Pages

  • Trouble installing Windows Service created with VB.NET
    ... I am trying to figure out how to make Windows Services using VB.NET. ... have had to manually convert from longname format to, I am assuming, 8.3 ... I seem to remember their being some command line command that can do ... directory that Visual Studio puts my files in, I would like to know the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Windows Services
    ... I've built some .NET windows services recently. ... Jeff ... One just waits for a command ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Windows service - Nightly task
    ... Are there any reliability issues around windows services? ... What you should do is create a command line exe which will make the call ... I want to run a webservice method every night at a specified time, ...
    (microsoft.public.dotnet.languages.csharp)
  • Windows Services
    ... I have written two simple Windows Services. ... One just waits for a command to ... However when I load and run ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Windows Services
    ... > I have written two simple Windows Services. ... One just waits for a command to ... 'OnStart' as soon as possible. ... M S Herfried K. Wagner ...
    (microsoft.public.dotnet.languages.vb)