Write a batch file that calls the shutdown program, then schedule it with
the task scheduler. You can find the shutdown program in the Windows 2000
Resource Kit, and it is built into XP.
Alternatively use the WMI Win32_Computer object in a VBScript program and
schedule that. You'll find info on that at www.microsoft.com/technet/scriptcenter