Using schtasks on Windows XP to Stop a Task After Running for a Specific Amount of Time -


how use schtasks command line tool on windows xp stop task after runs specific amount of time? page @ enter link description here not explain how though lists option when querying task. stop task option in windows scheduled tasks

if else fails, can create second scheduled task ends first task @ time. less cpu intensive , think schtasks service anyway, in background.

aalso, on windows 7 option /du sets "duration" of task, , think ends task afterwards. similarly, setting /st , /et ("start time" , "end time") kill task after end time has passed, though doesn't seem apply here.

i think scheduled tasks automatically killed after period of time. additionally, schtasks /create /? on windows 7 states for /v1 tasks, if /ri specified, duration defaults 1 hour "/v1 tasks" tasks have been created compatible pre-vista versions of windows. in mind, means task made command line defaults 1 hour anyway, , it's possible kill-time required, since need default pre-vista tasks happy.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -