Hi Greenkey,
Based on what you described, the disappearing tasks and snap-in errors are not caused by the tasks themselves but rather by how the Task Scheduler MMC console is rendering them after the recent update. The fact that tasks remain in C:\Windows\System32\Tasks and continue to launch (though inconsistently) confirms they are still present in the system.
A few troubleshooting steps you can try:
- Clear the Task Scheduler cache by restarting the Task Scheduler service or rebooting (as you’ve noticed, reboot temporarily resolves it).
- Check the Event Viewer > Microsoft > Windows > TaskScheduler > Operational log for error codes tied to the snap-in crash, this often points to corrupted XML in one or more tasks.
- Run
sfc /scannowandDISM /online /cleanup-image /restorehealthto ensure no system files were corrupted during the update. - If the issue persists, test by temporarily uninstalling or rolling back the Azure Connected Machine Agent update you mentioned, as that timing aligns closely with when the behavior started.
Best practice is to export your custom tasks to XML, then re-import them after confirming system health, which can eliminate hidden corruption.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.