禁止windows10自动更新

1、利用服务器管理程序以下2个服务:

1)Background Intelligent Transfer Service  //BITS

2)Windows Update //wuauserv
 

禁止服务的命令如下:

sc config wuauserv start=disabled  //禁用

sc failure wuauserv reset=30000 actions=run/3600000000000      //失败后无操作,只有这个选项可以用

sc config BITS start=disabled

sc failure BITS reset=30000 actions=run/360000000000

2、利用注册表禁止以下两个服务

1)Update Orchestrator Service  //UsoSvc

2)Windows Update Medic Service”服务)//WaaSMedicSvc 

 

修改Start参数为4

修改FailureActions 0010:0004 和0018:0004偏移的字节为00

即0010左数第5个数值

 

3、关闭组策略

计算机配置->管理模块->Windows组件->Windows更新->配置自动更新->已禁用

 

4、必须删除所有计划任务

 

 


 

 


版权声明:本文为eliuxiaoming1原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。