<Shivakumar.P.RemoveThis@gmail.com> wrote in message
news:1143749958.010509.114350@v46g2000cwv.googlegroups.com...
> Hi - How to stop service that has hung without rebooting the Server?
>
> In command prompt, give the below mentioned to stop the service without
> re-booting.
>
> NET STOP W3SVC
> NET START W3SVC
>
> Other than this.
>
> Many thanks in advance.
>
> Cheers,
> Sivakumar Palanivel
>
This post is confusing.
Do you mean "net stop" is your solution? or that you know about it and want
something else?
With the SDK for W2k there's a pair of utilities called 'tlist.exe' and
'kill.exe' which are tools for listing services and killing them
respectively... Kill.exe is a little rude, but it stops everything no
matter how borked up it is.
>> Stay informed about: How to stop service that has hung without rebooting the Se..