Configure the Task Scheduler Log
8 July 2004 by Snakefoot | Comment » | Trackback OffThe graphical Task Scheduler has its own event log, which can be viewed like this:
It is possible to configure the max-size and the location of the log-file:
- Open Control Panel
- Double-click the Scheduled Tasks folder
- Select the Advanced-item in the menu, and pick View Log
It is possible to configure the max-size and the location of the log-file:
Credits Sanx.org[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \SchedulingAgent]
MaxLogSizeKB = 32 (Default = 32 KBytes)
LogPath = "%windir%\SchedLgU.Txt"
More Info MS KB Q169443
Tags:
Category:
Updated: 2 October 2008