|
Re: Launch UAC restricted programs at startup from a limited account Hello,
I thought it would be helpful if I could provide you (and everybody) with a list of events. Keep in mind that I don't have Vista in english : I had to translate each event description the best I could. However all event IDs are also provided to avoid any confusion.
I hope it will help... Logging on the administrative user account When "Run whether the user is logged on or not" is selected
119 The task is started at log on
319 The task scheduler received a message to launch the task
200 Operation started
100 Task started
129 Task process created
102 Task stopped
201 Action stopped
---> Everything seems ok but the program is not launched ! When "Run when the user is logged on" is selected
Surprisingly, same events as before
----> but this time, the program is launched ! Logging on a limited user account When "Run whether the user is logged on or not" is selected
119 The task is started at log on
200 Operation started
319 The task scheduler received a message to launch the task
100 Task started
129 Task process created
201 Action stopped
102 Task stopped
----> Everything seems ok but the program is not launched! When "Run when the user is logged on" is selected
119 The task is started at log on
101 The task cannot be started (ERROR)
----> There is an error preventing the task from being started |