[SOLVED] Task Scheduler not working

Status
Not open for further replies.
May 27, 2020
1
0
10
When I try to start the task scheduler services i get a prompt saying"task scheduler started then stopped some services stop automatically if they are not in use by any other apps or programs" PLS HELP
 
Solution
Solution 1 - Start Task Scheduler from the Command line
  1. Press Windows+X, and then select Command Prompt (Admin).
  2. Type the following command, and then press Enter:
    net start task scheduler

Solution 2 - Check if the Task Scheduler service is running.
  1. Press Windows+R.
  2. Type services.msc, and then click OK.
  3. Look for Task Scheduler, right-click, and then select Properties.
  4. Under Startup type, make sure that it is set to Automatic.
  5. Click Start > Apply > OK.
  6. If the issue persists, try restarting the Task Scheduler service by selecting Restart.

Solution 3 -...

RamBoy_69

Prominent
Apr 17, 2020
103
10
715
Solution 1 - Start Task Scheduler from the Command line
  1. Press Windows+X, and then select Command Prompt (Admin).
  2. Type the following command, and then press Enter:
    net start task scheduler

Solution 2 - Check if the Task Scheduler service is running.
  1. Press Windows+R.
  2. Type services.msc, and then click OK.
  3. Look for Task Scheduler, right-click, and then select Properties.
  4. Under Startup type, make sure that it is set to Automatic.
  5. Click Start > Apply > OK.
  6. If the issue persists, try restarting the Task Scheduler service by selecting Restart.

Solution 3 - Perform a clean boot.
  1. Press Windows+R.
  2. Type msconfig, and then click OK.
  3. Go to the Services tab.
  4. Put a check on the checkbox for Hide all Microsoft services.
  5. Click on Disable all.
  6. Go to the Startup tab, and then open Task Manager.
  7. Close Task Manager, and then click OK.
  8. Restart your PC.

Solution 4 - Create a new user and check if the same issue persists. If it doesn't, the issue might be due to a corrupted user profile.
  1. Click Start, and then go to Settings > Accounts > Family & other people > Add someone else to this PC.
  2. Enter a user name, and then select Next.
 
Solution
Status
Not open for further replies.