Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Scheduling a restart of a service
Name: Scott Cazan Date: October 26, 2001 at 15:02:53 Pacific
Comment:
Is there a way that I can automatically stop a service and immediately (or soon after) start it up again? Maybe a program or something easy to schedule it? Thanks.
P.S. This is under NT 4 and the system can't be restarted in the night.
Name: Larry Date: October 29, 2001 at 19:21:20 Pacific
Reply:
Look at the AT command for scheduling Look at the NET command for controlling services. SVCLIST should show you names of the services runnning to use in the AT statement.
Summary: The following is from the Windows NT Resource kit. It discusses how to set up a batch file that you can run as a service. I have found it to be very useful. I set mine up as a system accounts. If y...
Summary: A Service Pack is a release from Microsoft after they release a software package/OS and realize it wasn't ready for release. Service Packs update drivers, security vulnerabilities, etc. Last SP I knew...
Summary: I have compiled a kernel device driver pulled from a textbook and would like to get it installed. After a full day of arguing with SDK, DDK, VC++ and the text in question, I still can't figure out ho...