Solution 1 - Start Task Scheduler from the Command line
- Press Windows+X, and then select Command Prompt (Admin).
- Type the following command, and then press Enter:
net start task scheduler
Solution 2 - Check if the Task Scheduler service is running.
- Press Windows+R.
- Type services.msc, and then click OK.
- Look for Task Scheduler, right-click, and then select Properties.
- Under Startup type, make sure that it is set to Automatic.
- Click Start > Apply > OK.
- If the issue persists, try restarting the Task Scheduler service by selecting Restart.
Solution 3 -...