Task Scheduler Managed Wrapper does not show all tasks
问题 I have created a simple Windows Forms Application that displays the names and folders of all scheduled tasks on the machine. I'm using the Task Scheduler Managed Wrapper (Microsoft.Win32.TaskScheduler) and below is the code that gets the names and display them. However it seems as if AllTasks does not actually give me all tasks. There are some that are not displayed. What could cause a task to be hidden in this case? using (TaskService tsksrvs = new TaskService()) { foreach (Task tsk in