Hello there,
A service marked as Automatic (Delayed Start) will start shortly after all other services designated as Automatic have been started.
Try the below registry and see if that helps. Set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\AutoUpdateCheckPeriodMinutes to the REG_DWORD value of "0".
A delayed start has two major components.
- Delayed services wait to start until all of the Automatic services have started
- Initially, the threads for delayed services are set to the lowest priority.
This dramatically reduces the slowdown in responsiveness in user sessions that the services might otherwise cause, because their disk I/O, CPU time, and pace of allocating RAM all ramp up at a more gradual slope than they would otherwise. It helps to avoid the classic "type password then wait for 2 minutes" login that we all hate after a fresh boot.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–