Reboot issue seems to resolved
Finally found an easy way to reboot a Windows Server 2003 with a trace left in event log:Simply create a .bat file, with the following command line in it:
shutdown /r /c "Scheduled System Reboot (For refreshing memory)" /t 0
The following two articles will discribe everything in detail:
- How to: Disable the Shutdown Event Tracker in Windows 2003
- What is the Shutdown Event Tracker on a Windows Server 2003?

0 Comments:
Post a Comment
<< Home