werther666 Posted September 5, 2009 Posted September 5, 2009 hiIs there any way to schedule a task "inside an image" ? i want to schedule an app to run at every starup and i was wondering if this can be accomplished via Task Scheduler...and also the task must apply to all users..PLEASE HELP! Thank you!!!
iamtheky Posted September 5, 2009 Posted September 5, 2009 (edited) http://msdn.microsoft.com/en-us/library/bb736357(VS.85).aspxmaybe a command like the following thrown into setupcomplete.cmd:schtasks /create /SC onlogon /RU System /RP "" /TN name /TR yourtask.exe Edited September 5, 2009 by iamtheky
cluberti Posted September 5, 2009 Posted September 5, 2009 The short answer is no, currently none of the tools can create a scheduled task natively in an offline image. However, the use of oobe and setupcomplete to configure this can be done in WSIM (or editing the unattend xml file directly) to do just what the previous poster said. You'll end up with the same outcome, except if you ever want to remove the task in the future from the imaging process it'll be easier to do.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now