In case you have issues on your Windows 2003 concerning VSS, Microsoft has an update rollup available for download to fix certain issues with VSS:
For those using the Quick Launch bar in Windows 7 and have "misplaced" their Show Desktop and Window Switcher icons, can download the shortcuts in the attached archive to replace them.
If the Show Desktop icon is deleted from Quick Launch, the procedure below will recreate the file.
Open Notepad and enter the following text:
[Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop
Save the new file as Show Desktop.scf (note the SCF extension) then drag and drop the icon on the Quick Launch bar or whatever location you want the shortcut to appear.
In case of an infection with phony anti-spyware software (such as Anti Spyware 2009), where the EXE file association has been corrupted, use these Registry fixes to reset them to default behaviour.
Found this tool on some obscure site (don't even know where anymore). It's the most easy-to-use patcher to remove the TCP/IP simultaneous connections limit in Windows XP.
I've uploaded it on my site because I can't find the download link anymore*.
* If anyone has a problem with me mirroring it here, contact me through regular channels.
For a daily automated reboot, create a cmd-script with this content.
@echo off shutdown -r -t 5 -f -c "daily reboot"
Add it as a task in task scheduler, set to daily, weekly, or whatever you want.