When a windows service unexpectedly exits, it can be nice to have it try to restart itself. You can do this from the CMD prompt instead of wading through the computer management applet with the following command:
sc \\<server_name> failure <service_name> actions= restart/60000/restart/60000/restart/60000 reset= 0
No comments:
Post a Comment