Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Task scheduler problem : task do not close

Reply
Thread Tools Display Modes

Task scheduler problem : task do not close

 
 
Junkyard Engineer
Guest
Posts: n/a

 
      06-07-2007
I've set-up a task to start an internet radio each morning. It starts but it
doesn't close. Here's the XML listing. Thanks for any help !

<?xml version="1.0" encoding="UTF-16" ?>
- <Task version="1.2"
xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
- <RegistrationInfo>
<Date>2007-06-06T20:57:52.0580578</Date>
<Author>ServeurJackEric\Jack-Éric</Author>
</RegistrationInfo>
- <Triggers>
- <CalendarTrigger id="977d0e2e-8879-4fdd-83b8-3fdf02afbf9b">
<StartBoundary>2007-06-05T06:45:00</StartBoundary>
<Enabled>true</Enabled>
- <ScheduleByWeek>
+ <DaysOfWeek>
<Monday />
<Tuesday />
<Wednesday />
<Thursday />
<Friday />
</DaysOfWeek>
<WeeksInterval>1</WeeksInterval>
</ScheduleByWeek>
</CalendarTrigger>
</Triggers>
- <Principals>
- <Principal id="Author">
<UserId>ServeurJackEric\Jack-Éric</UserId>
<LogonType>InteractiveToken</LogonType>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
- <Settings>
- <IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<MultipleInstancesPolicy>StopExisting</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
<NetworkSettings />
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT2H</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
- <Actions Context="Author">
- <Exec>
<Command>"C:\Program Files\Internet Explorer\iexplore.exe"</Command>
<Arguments>"http://www.radio-canada.ca/util/zapmedia/version10/frame.asp?menuFlash=6&directLink=http://www.radio-canada.ca/util/endirect/premiere.asx&promo=&duree="</Arguments>
</Exec>
</Actions>
</Task>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Task Scheduler repeat task duration bug? sm02463 Windows Vista General Discussion 4 12-06-2008 06:40 PM
Task Scheduler Problem Keith Windows Vista General Discussion 16 05-16-2008 09:16 PM
Task scheduler returns an error : the task image is corrupt ortamp Jean-David Windows Vista Performance 2 05-03-2008 02:02 PM
task scheduler doesn't start delayed task wuschba Windows Vista General Discussion 6 07-26-2007 08:06 AM
Task Scheduler: Repeat Task and Duration kirsch59 Windows Vista General Discussion 6 07-11-2007 09:01 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59