摘要: 如果是临时关闭,可以在cmd下使用这个命令 net stop wuauserv 如果打算长期关闭,可以在cmd下使用这个命令组合 sc config "wuauserv" start= disabled sc stop wuauservtimeout /t 10 将以上命令放到文本中,然后将文本的后 阅读全文
posted @ 2025-05-12 11:14 xxyBlogs 阅读(31) 评论(0) 推荐(0)