I have a scheduled task set to run when logged on or off, and it seems to work, but if a different user is logged into the machine (the machine is on a domain, so a different domain user), will the task still run, or will this log-on prevent it?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

The task will run. It will use the credentials supplied when it was created. The other user being logged on will have no affect whatsoever.

link|improve this answer
feedback

edited - see Joe's answer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.