It really depends on your own needs - some sites I visit have daily reboot schedules, a very few others are fine for a month. Most stick to once a week - but if you are not having major issues, then your cycle should be fine.
Thx,I am experiencing blank screens and a very high thread count at times. I am now rebooting every 2 weeks as a result. Looking for a reboot script tried a couple found on web already not very good.
You should also create a batch file that runs before the reboot to cleanup the server a bit. You can then schedule the batch file to run using the AT command. Here is an example
Line 1 Removes the Temp directory and anything in the Temp directory that is orphaned. /S is to include the subdirectory. /Q is to disables the confirmation promt.
Line 2 recreates the temp directory.
Line 3 deletes all the temp files created for Terminal Services for each user. You should see quite a few of them in the Systemroot.
Line 4 reboots the server and gives a 60 second warning.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.