Solve the problem that Windows update medic service cannot be disabled and access is denied

Solve the problem that Windows update medic service cannot be disabled and access is denied

Insert picture description here
Solution:

Method 1: CMD command

1. First use the Win + R combination shortcut key to open the Run dialog box, then enter the command cmd, and click "OK" below to open the service, as shown in the figure below.
Insert picture description here
Copy this command
REG add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v "Start" /t REG_DWORD /d "4" /f
2. Right-click and paste, then press Enter
Insert picture description here

Method 2: Modify the registration list

1. First use the Win + R combination shortcut key to open the Run dialog box, then enter the command regedit, and click "OK" below to open the service, as shown in the figure below.
Insert picture description here
2. In the registry settings, find and locate "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc", find the "Start" key on the right, right-click "Modify", and change the value to "4"
Insert picture description here
Insert picture description here
3. Continue on the right Find the "FailureActions" button on the side, right-click "Modify", modify the binary data of the button, select the 5th value from the left of the "0010" and "0018" rows respectively, and change the original "01" to "00"
Insert picture description here
After the modification, go back to the "Services" window to find the Windows Update Medic Service service, click the right mouse button, in the "Properties-General" and "Properties-Recovery", you can see that the service has been disabled, and after three failures 'S actions are all "no action"
Insert picture description here
Insert picture description here

In addition, the following article is to forcefully close Win10 automatic update through services, registry, group policy, and scheduled tasks. Please go to Win10 automatic update to effectively and permanently close it .

Guess you like

Origin blog.csdn.net/weixin_44179485/article/details/113663449