.As computers get smarter, so do performance expectations. Users want their PCs to work as fast and efficiently as possible, and a way to ensure this is to quicken the boot time. One way to make your computer boot quickly is to reduce the number of programs and services that start up when you power on your PC and enter Windows. You don’t want to block services from running on system startup outrightly; sometimes, you only have to delay their startup. Here is where you can run into challenges. Some users have complained of not being able to delay a Service startup on boot. When they attempt to do it via Services Manager, the following error message shows up: Or Most users experienced these errors when working on the OneSyncSvc service. This article will tell you what the error means as well as how you can resolve it and delay the auto-start of these services.

The delayed auto-start flag could not be set

When you try to set the startup of a Windows Service to Automatic (Delayed Start) but fail to do so, don’t fret because others have encountered similar problems and came out on top of the situation. Here are the recommended ways to set a delayed auto-start flag and rid the error off of your machine. Before you begin, do remember to create a system restore point first.

1] Set delayed startup type from the Windows Registry Editor

Press the Windows + R combination to invoke the Run dialog box. In the Run dialog box, type Regedit and hit ENTER. Navigate to the following location in the Windows Registry: Here, look for the specific service that you are trying to delay its auto-start. Let’s say it is Windows Search (WSearch).

You have to look for the DelayedAutostart key. The values are as follows:

0 – Not set to delayed Start1 – Automatic (delayed start)

So you have to set it to 1 for Delayed Start. Next, look at the value of the Start key on the same page:

For the Start DWORD, the values are:

2 – Automatic3 – Manual4 – Disabled

Now if the Start DWORD is set to anything other than 2 (Automatic), then the DelayedAutoStart value is ignored, even if it’s set to 1. So you have to ensure that its value is set to 2 in this case. This should help.

2] Use PowerShell

Press the Windows key and search for PowerShell. Right-click on Windows Power Shell from the results to open it with Administrative privileges. In the PowerShell window, enter the following command and hit ENTER to run it: NOTE: In the command above, replace the ServiceName part with the name of the service you wish to work on.

3] Remove the Service from its Service group (Not advised)

If you see the Access is Denied error, then one should not try to change the Startup type, as such Services belong to some Service Group, that require Services to load in a particular order. These services depend on other services and are controlled by the ServiceGroupList in the registry. But if you still wish to go ahead, then in this instance, you can delete the Group value from the following Windows Registry location: NOTE: Replace ServiceName with the name of the service in question. After doing these, restart your computer for the changes to take effect.