January 7, 2018

Fix The select task “{0}” no longer exists error

Fix The select task “{0}” no longer exists error: If you are trying to access Task Scheduler then it’s possible that you may face the error message “The selected task “{0}” no longer exists. To see the current task, click Refresh.” Now if you go ahead and click Refresh you will again face the same error message. The main problem is that the Task Scheduler has a copy of tasks in Registry Editor and another copy of them in the task files on disk. If both are not in sync then you will definitely face “The select task no longer exists error”.

Fix The select task {0} no longer exists Error

In Registry the tasks are stored in the following path:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTasks

Wheres Task tree is stored in:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTreeMicrosoft

Task File Stored on the disk:
C:WindowsSystem32Tasks

Now if the tasks in both of the above location are not synced then it means either the task in Registry got corrupted or the task files on the disk got corrupted. So without wasting any time let’s see how to actually Fix The select task “{0}” no longer exists error with the help of below-listed troubleshooting guide.

Fix The select task “{0}” no longer exists error

Make sure to create a restore point just in case something goes wrong. Also, take a backup of registry and also backup the folder:

C:WindowsSystem32Tasks

Also, if you find modifying the registry and deleting files a little complex then you could simply Repair Install Windows 10.

Method 1: Delete the corrupted Task

If you know the name of the corrupted Task, as in few cases instead of “{0}” you will receive the Task Name and it will make the process of fixing the error much more simple.

For the sake of simplicity let’s take the example of Adobe Acrobat Update Task which in this case is generating the above error.

1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

Run command regedit

2.Navigate to the following registry key:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTree

3.Find the Adobe Acrobat Update Task under the Tree key than from the right window pane double-click on ID.

Under Tree find Adobe Acrobat Update Task

4.Note down the GUID string in this example it is {048DE1AC-8251-4818-8E59-069DE9A37F14}.

Double click on ID key then note down GUID string value

5.Now right-click on Adobe Acrobat Update Task and select Delete.

6.Next, delete the GUID string subkey you noted earlier, from the following keys:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheBoot
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheLogon
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheMaintenance
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCachePlain
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTasks

Right-click on the GUID value key and select Delete

7.Next, delete the Task File from the following location:

C:WindowsSystem32Tasks

8.Search for the file Adobe Acrobat Update Task, then right-click on it and select Delete.

Right-click on Adobe Acrobat Update Task under System 32 Task folder

9.Reboot your PC and see if you’re able to Fix The select task “{0}” no longer exists error.

Method 2: Disable Disk Defrag Schedule

1.Press Windows Key + R then type dfrgui and hit Enter to open Disk Defragmentation.

Type dfrgui in run window and hit Enter

2.Under Scheduled optimization click on Change settings.

Click on Change Settings under Scheduled optimization

3.Now uncheckRun on a schedule (recommended)” and click OK.

Uncheck Run on a schedule (recommended)

4.Click OK and reboot your PC to save changes.

5.If you’re still facing the error then navigate to the following directory:

C:WindowsSystem32TasksMicrosoftWindowsDefrag

6.Under the Defrag folder, delete the ScheduledDefrag file.

Right-click on ScheduledDefrag and select Delete

7.Again reboot your PC and see if you’re able to Fix The select task “{0}” no longer exists error.

Method 3: Manually Sync Task in Explorer and Registry Editor

1.Navigate to the following folder:

C:WindowsSystem32Tasks

2.Now press Windows Key + R then type regedit and hit Enter.

Run command regedit

3.Next, navigate to the following registry key:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCache

4.Now one by one copy the name of the Tasks from C:WindowsSystem32Tasks and search for these Tasks in the registry subkey TaskCacheTask and TaskCacheTree.

 one by one copy the name of the Tasks from C:WindowsSystem32Tasks and search for these Tasks in the registry subkey TaskCacheTask and TaskCacheTree

5.Delete any task from the C:WindowsSystem32Tasks directory which is not found in the above Registry key.

6.This will sync all the task in Registry Editor and Task folder, reboot your PC to save changes.

Method 4: Locate the Corrupted Task in Task Scheduler

1.Press Windows Key + R then type Taskschd.msc and hit Enter.

press Windows Key + R then type Taskschd.msc and hit Enter to open Task Scheduler

2.Once you receive the error message simply click OK to close it.

Click OK to Close The selected task {0} no longer exists error message

3.It may seem like you are receiving the error message over and over, but it’s because of the number of tasks which are corrupted. For example, if you receive the error message for 5 times then it means there are 5 corrupted task.

4.Now navigate to the following location in task scheduler:

Task Scheduler(Local)Task Scheduler LibraryMicrosoftWindows

5.Make sure to expand Windows then select each task one by one until you are prompted with the selected task “{0}” error message. Take a note of the name of the folder.

Fix The selected task CreateChoiseProcessTask no longer exists

6.Now navigate to the following directory:

C:WindowsSystem32TasksMicrosoftWindows

7.Find the same folder under which you receive the above error and delete it. It may be a single file or a folder, so delete accordingly.

Delete CreateChoiceProcessTask from Windows folder

Note: You will need to close and re-open tasks scheduler as Task Scheduler no longer display the tasks once you encountered the error.

8.Now compare the folders inside Task Scheduler and Task folder, and delete any file or folder which may be present in Task folder but not in Task Scheduler. Basically, you need to repeat the above steps each time you encountered the error message and then again re-start Task Scheduler.

9.Reboot your PC to save changes and see if you’re able to Fix The select task “{0}” no longer exists error.

Method 5: Delete Task Registry Key

1.First, makes sure to back Registry and more specifically TaskCacheTree key.

2.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

Run command regedit

3.Navigate to the following registry key:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleTaskCacheTree

4.Right-click on Tree key and select Export.

Right-click on Tree folder then select Export

5.Select the location where you want to create a backup of this reg key and click Save.

Select the location where you want to create a backup of this reg key and click Save

6.Now go the following location:

C:WindowsSystem32Tasks

7.Again create a backup of all the task in this folder and then again go back to Registry Editor.

Create a backup of all the task in Tasks folder

8.Right-click on Tree registry key and select Delete.

Right-click on Tree registry key and select Delete

9.If it asks for confirmation select Yes/OK to continue.

10.Next, press Windows Key + R then type Taskschd.msc and hit Enter to open Task Scheduler.

press Windows Key + R then type Taskschd.msc and hit Enter to open Task Scheduler

11.From the Menu click on Action > Import Task.

From Task Scheduler Menu click on Action then select Import Task

12.Import all the task one by one and if you find this process difficult then simply restart your system and Windows will automatically create these tasks.

Method 6: Create a New User Account

1.Press Windows Key + I to open Settings and then click Accounts.

 From Windows Settings select Account

2.Click on Family & other people tab in the left-hand menu and click Add someone else to this PC under Other people.

Family & other people then click Add someone else to this PC

3.Click I don’t have this person’s sign-in information in the bottom.

Click I don’t have this person’s sign-in information

4.Select Add a user without a Microsoft account in the bottom.

Select Add a user without a Microsoft account

5.Now type the username and password for the new account and click Next.

Now type the username and password for the new account and click Next

Method 7: Repair Install Windows 10

This method is the last resort because if nothing works out then this method will surely repair all problems with your PC. Repair Install just using an in-place upgrade to repair issues with the system without deleting user data present on the system. So follow this article to see How to Repair Install Windows 10 Easily.

Recommended for you:

That’s it you have successfully Fix The select task “{0}” no longer exists error but if you still have any question regarding this guide then feel free to ask them in the comment’s section.