I am needing to scan dumped event logs daily at 1 A.M. from the previous day. MS has a utility 'eventcombMT' that performs this work based on saved parameters. Here in lies the trouble I'm having. The parameters are saved to/read from HKCU\Software\Microsoft\EventCombMT registry key. I have a script the generates the correct parameters, writes them to the registry, & the runs the app based in the values. It works great when I'm logged on running it. It fails (hangs, actually) when I schedule it as a task, either letting it run while I'm logged on, or letting it run itself at night. The task is set to 'run as' the same user that it works when clicked on. The registry settings do not seem to be getting written when it runs as task. Is HKCU available to scheduled tasks?