Download version 0.001 - Released September 25, 2007
Usage
After downloading and unzipping the utility, use the following syntax to analyzer the WindowsUpdate log:
FireGenUL path_to_WindowsUpdate_log last_n_hours
or
FireGenUL last_n_hours
If not specified, the following default values will be used:
WindowsUpdate log - C:\Windows\WindowsUpdate.log
Last N hours - 24
Examples:
FireGenUL
Will analyze C:\Windows\WindowsUpdate.log for the entries within the last 24 hours
FireGenUL C:\WINNT\WindowsUpdate.log
Will analyze C:\WINNT\WindowsUpdate.log for the entries within the last 24 hours
FireGenUL C:\WINNT\WindowsUpdate.log 2
Will analyze C:\WINNT\WindowsUpdate.log for the entries within the last 2 hours
FireGenUL 2
Will analyze C:\Windows\WindowsUpdate.log for the entries within the last 2 hours