I need to pull out of the task scheduler all the files that they run when the system starts, read many methods, but third-party libraries that are not included in the standard studio are used everywhere, I found where the scheduler files themselves are, this is normal xml, but without extension. c: \ Windows \ System32 \ Tasks \ this is for win7, the question is how do I see them programmatically. Here I do the standard. Unfortunately, I could not find another way how to get the systems started at startup from the scheduler.
string path = @"c:\Windows\System32\Tasks\ "; // смотрим есть ли файлы с таким расширением string[] filesname = Directory.GetFiles(path, "*.*"); Console.WriteLine(String.Join(" ",filesname));
XDocument, for example. But most likely nobody will tell you anything about the format and meaning of the content, since these files are not intended for processing by external utilities. - VladD