Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could any body know the db schma of windows task scheduler
Posted
Comments
Kornfeld Eliyahu Peter 12-Jan-15 5:04am    
Are you looking for this?
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383609(v=vs.85).aspx
dotnetmurthy 12-Jan-15 5:21am    
I need the Tables design

1 solution

Windows Task Scheduler stores every task in a separate XML file...The files can be found at %systemroot%\Tasks or %systemroot%\System32\Tasks, depending on your system...
The structure of such XML file described here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383609(v=vs.85).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900