How To Fix Task Scheduler Working Glitch On Windows?
To fix Task Scheduler glitches on Windows, you can follow these concise steps based on the search results:
Check Task Scheduler Service
- Press
Win + R
, typeservices.msc
, and pressEnter
. - Locate and right-click on "Task Scheduler," then choose "Properties."
- Set the Startup type to "Automatic" and click "Start," "Apply," and then "OK" to start the service.
- Press
Run System File Checker (SFC)
- Press
Win + R
, typecmd
, then holdCtrl + Shift
and pressEnter
to open Command Prompt (Admin). - Type
sfc /scannow
and pressEnter
to scan for system file corruption and attempt repairs.
- Press
Start Task Scheduler Using Command Prompt
- Press
Win + R
, typecmd
, then holdCtrl + Shift
and pressEnter
to open Command Prompt (Admin). - Type
net start task scheduler
and pressEnter
to start the Task Scheduler service.
- Press
Change Service Configuration
- Follow step 3 to open Command Prompt (Admin).
- Type
sc config schedule start= auto
and pressEnter
to set the Task Scheduler service to automatic startup.
Delete Corrupted Task Scheduler Tree Cache
- Press
Win + R
, typeregedit
, and pressEnter
to open Registry Editor. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree
. - Right-click the "Tree" registry key, rename it to "Tree.old", and see if the Task Scheduler starts working. Revert the changes if not.
- Rename and test individual keys within Tree cache to identify any corrupt keys (preferably starting with user-created entries).
- Press
Perform System Restore
- Open the System Restore utility by navigating to Control Panel > All Control Panel Items > Recovery > Open System Restore.
- Select a restore point where the Task Scheduler worked and follow the prompts to restore to that point.
Roll Back Windows Updates
- Press
Win + R
, typemsconfig
, and pressEnter
to open System Configuration. - Click "Services" tab, tick "Hide all Microsoft services," and click "Disable all."
- Click "Startup" tab, disable unnecessary programs, and click "OK."
- Restart your computer to perform a clean boot.
- Press
Update or Roll Back Windows Updates
- Check for Windows updates to ensure your system is up to date.
- Try rolling back updates if the issues began after a recent update.
Always create a system restore point before trying these steps. If the issue persists, consider data backup before attempting a reset or clean Windows installation in the worst-case scenario.