Close windows10 automatic update service

Need to disable the need to close two services, namely Windows Update and Windows Update Medic Service

  • window key + R key to open the window to run
  • Run window, type services.msc to open the Services window to disable the Windows Update service out, but Windows Update Medic Service display deny access
  • Then skip to restore the window to all three operations failed to "no action"
  • The next step is to pack this up Windows Update Medic Service;
  • Also use cmd windows shell or execute this code is:
REG add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v "Start" /t REG_DWORD /d "4" /f
  • After the successful implementation of the display is disabled, but the recovery there still can not change; that would have modified the registry

Modify the registry

+ 同样 window键 + R键输入 regedit 打开注册表编辑器;
+ 定位到 目录   计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
+ 找到 Start 这个文件 右键修改 将 数值数据 框 里面的值改为 4;
+ 找到 FailureActions 这个文件
![avatar](https://images.cnblogs.com/cnblogs_com/kgwei520blog/1672814/o_2003181434302020-03-18_223044.png)
  • So far three failed recovery options are displayed under a no-op

Guess you like

Origin www.cnblogs.com/kgwei520blog/p/12520987.html