Renow README
----
Renow is a simple Win32 application that sits in the tray and will reboot the computer at the specified time. Renow reads its INI file (renow.ini) and looks for:

[Defaults]
Time=9:49:00 AM

If none of the above is found, the defult local time for reboot is 6:00 AM.

When rebooting, Renow uses the ExitWindowsEx(EWX_REBOOT,0); Windows API call. Given the way Windows works, you may need to run Renow as Administator.

Contact: info@cwl.cc