我进行长时间(数月)的数据采集。Windows 更新后自动重启会关闭数据采集软件,从而停止数据采集。我如何才能阻止这些重启,直到我方便为止。
谢谢菲尔
答案1
答案2
注意:这与@afkg* 的答案相同
可以从本地组策略编辑器(gpedit.msc)。转到Computer Configuration\Administrative Templates\Windows Components\Windows Update
并激活该No auto-restart with logged on users for scheduled automatic updates installations
策略。
如果您无法访问组策略编辑器(因为您的 Windows 10 版本不是 Pro、Enterprise 或 Education),您可以从注册表编辑器 (regedit) 执行此操作。转到并将HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
密钥设置NoAutoRebootWithLoggedOnUsers
为1
。
*虽然@afkg 提供的链接提供了有关解决方案的完整详细信息,但正如@Toto 指出的那样,它可能会损坏。我提取了基本信息并将其放在这个答案中(至少,这对我的情况来说已经足够了)。