Summary: Learn how to use Windows PowerShell to disable a scheduled task.
How can I use Windows PowerShell to disable a scheduled task?
Use the Disable-ScheduledTask cmdlet and specify the task name, for example:
Disable-ScheduledTask -TaskName “SystemScan”