禁用Windows Update服务不会持续 [英] Disable Windows Update service does not last

查看:213
本文介绍了禁用Windows Update服务不会持续的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试了以下方法在Windows 10 IoT Core上禁用Windows Update服务:

I've tried the following way to disable Windows Update service on Windows 10 IoT Core:

# set the Windows Update service to "disabled"
sc.exe config wuauserv start=disabled

# display the status of the service
sc.exe query wuauserv

# stop the service, in case it is running
sc.exe stop wuauserv

# display the status again, because we're paranoid
sc.exe query wuauserv

# double check it's REALLY disabled - Start value should be 0x4
REG.exe QUERY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv /v Start 


但是,经过一些它被重新激活的时间。

However, after some time it gets reactivated.

sc.exe query wuauserv 

SERVICE_NAME: wuauserv 
        TYPE               : 20  WIN32_SHARE_PROCESS  
        STATE              : 4  RUNNING 
                                (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

REG.exe QUERY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv /v Start

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    Start    REG_DWORD    0x3

我可以做些什么让它保持禁用状态?

What can I do to make it stay disabled?

推荐答案

你好Alex,

Hello Alex,

哪个版本做了你测试这个问题?在禁用更新服务后你做了一些操作吗?

Which build did you test this issue? Did you do some operation after update service disabled?

最好的问候,

Michael


这篇关于禁用Windows Update服务不会持续的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆