如何摆脱 Windows 更新重启提示?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/56684/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I get rid of Windows Update reboot prompt?
提问by Phillip Wells
I want Windows Update to automatically download and install updates on my Vista machine, however I don't want to be bothered by the system tray reboot prompts (which can, at best, only be postponed by 4 hours).
我希望 Windows Update 在我的 Vista 机器上自动下载和安装更新,但是我不想被系统托盘重启提示所困扰(最多只能推迟 4 小时)。
I have performed the registry hack described hereto prevent Windows forcibly rebooting my machine, which is a good start. However, is there any way to get rid of the reboot prompts altogether, or decrease their frequency?
我已经执行了此处描述的注册表黑客,以防止 Windows 强行重新启动我的机器,这是一个好的开始。但是,有没有办法完全摆脱重启提示,或者降低它们的频率?
采纳答案by Curtis
Not sure if it is the same for vista, but worth a try.
不确定vista是否相同,但值得一试。
On Windows XP, you can modify a group policy setting to change how frequently it re-prompts you. (start -> run type gpedit.msc)
在 Windows XP 上,您可以修改组策略设置以更改它重新提示您的频率。(开始 -> 运行类型 gpedit.msc)
Look under Computer Configuration/Administrative Templates/Windows Components/Windows Update
查看计算机配置/管理模板/Windows 组件/Windows 更新
The setting you want is called Re-Prompt for restart with scheduled installations. The default is 10 minutes.
您需要的设置称为重新提示以按计划安装重新启动。默认值为 10 分钟。
You can also try modifying the No auto-restart for scheduled Automatic Updates installations setting found in the same location.
您还可以尝试修改在同一位置找到的“计划自动更新安装不自动重启”设置。
回答by Eric Hogue
Just turn off the Automatic Update service. It will restart the next time you reboot so you'll still get the updates done.
只需关闭自动更新服务。它会在您下次重新启动时重新启动,因此您仍然可以完成更新。
回答by Eric Hogue
Running this in a command window will stop it until the next reboot.
在命令窗口中运行它会停止它,直到下一次重新启动。
sc stop wuauserv
回答by bruceatk
I recommend disabling the auto update.
我建议禁用自动更新。
As a developer the last thing you need is to have random updates done to your workstation, especially while you are working. I set aside a time every month to go through the process manually. I avoid doing it if I am in the middle of testing something really important or up against an immediate deadline.
作为开发人员,您最不需要的就是对工作站进行随机更新,尤其是在您工作时。我每个月都会留出时间手动完成这个过程。如果我正在测试一些非常重要的东西或即将到来的最后期限,我会避免这样做。
回答by graham.reeds
回答by botismarius
回答by quux
I will risk some down-votes here by saying: this seems a little bit schizophrenic, though a lot of people ask for it.
我会冒着投反对票的风险说:这似乎有点精神分裂,尽管很多人都要求这样做。
If you want Windows to download and install the updates, but notcomplete the install process by rebooting - what's the point? Why not simply turn of AutoUpdates in the first place? if you don't even want the OS to tell you it would like to reboot, then how can you know that you need to, y'know, reboot?
如果您希望 Windows 下载并安装更新,但不通过重新启动来完成安装过程 - 有什么意义?为什么不首先简单地关闭自动更新?如果您甚至不希望操作系统告诉您它想重新启动,那么您怎么知道您需要重新启动?
Patches which call for a reboot are not fully active until that reboot is complete; thus your system remains vulnerable to the unpatched behaviour. If you are a human who goes to the bathroom or eats meals, I just do not understand the mentality of wanting to patch but then postpone the reboot for days, weeks, months. Better to stay unpatched!
需要重新启动的补丁在重新启动完成之前不会完全激活;因此,您的系统仍然容易受到未修补行为的影响。如果你是一个去洗手间或吃饭的人,我只是不明白想要打补丁然后推迟几天、几周、几个月重启的心态。最好保持未修补!
回答by cv98
just open taskmanager and right-click on "wuauclt.exe" en clcik stop or delete or something that should keep that program from running.
只需打开任务管理器并右键单击“wuauclt.exe”,然后单击停止或删除或阻止该程序运行的内容。