How to change Windows update Medic service to Automatic

David Reed 0 Reputation points
2024-06-02T21:59:10.5133333+00:00

Trying to set it to Automatic in Services FAILS.

Regedit displays START as set to level 2, which is supposed to be Automatic.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,087 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 16,776 Reputation points MVP
    2024-06-03T00:36:13.86+00:00

    Open Notepad and paste the following code:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc]
    "Start"=dword:00000002
    
    
    1. Save the file with a .reg extension, for example, WaaSMedicSvc_Automatic.reg.
    2. Double-click the .reg file and confirm the changes to the registry.
    0 comments No comments

  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 33,376 Reputation points Microsoft Vendor
    2024-06-03T03:04:25.58+00:00

    Hi David Reed,

    Thank you for posting in Q&A.

    The start type of the service is determined by the Start value of the service. Since you have already set the value data to 2, the start type of the service is currently Automatic.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments