【问题标题】:Turning off Windows Update on Google Cloud Platform Windows Virtual Machine (Server 2016)在 Google Cloud Platform Windows 虚拟机 (Server 2016) 上关闭 Windows 更新
【发布时间】:2019-01-10 18:54:26
【问题描述】:
尽管这样做让我很痛苦,但我必须在 Google Cloud Platform 上运行 Windows VM,以便每晚运行一些旧的数据提取软件。
它工作正常(除了我每次 RDP 进入 VM 时我都会及时退后的反复感觉),除非在节假日期间提取停止。我检查了更新日志,似乎发生了自动 Windows 更新。因此,我想阻止这些事情的发生,但是我找不到任何阻止它们的方法!
我拥有 GCP 项目和 VM,因此应该有权更改我喜欢的任何设置,请问有人知道如何执行此操作吗?
【问题讨论】:
标签:
google-cloud-platform
google-compute-engine
windows-server-2016
【解决方案1】:
您确实有权在您的 VM Windows 中执行任何操作。
适用于 Windows 7
1- 以用户身份登录 Windows 7 或 Windows 8 客户机操作系统
管理员。
2-单击开始>控制面板>系统和安全>自动
打开或关闭更新。
3- 在重要更新菜单中,选择从不检查更新。
4- 取消选择以我收到的相同方式给我推荐的更新
重要更新。
5- 取消选择允许所有用户在此计算机上安装更新,然后
点击确定。
适用于 Windows 10
我建议您按照 Here 提供的步骤操作,因为 Windows 10 的政策是 forced updates 三个选项可用。
【解决方案2】:
找到答案了!在这里发帖以防它帮助其他人......
https://community.shavlik.com/docs/DOC-24588
解决方案
打开 SCONFIG 并验证您当前的 Windows 更新设置:
使用管理员权限打开命令提示符。
键入 sconfig 并按 Enter。
注意:当工具检查您的系统时,可能会有短暂的暂停。
选项 #5 显示您的 Windows 更新设置的当前配置。
配置文件.PNG
要更改您的自动更新设置,请按以下步骤操作:
从 SCONFIG 屏幕按 5,然后按 Enter。这将显示以下选项供您选择:
(A)utomatic – 这会将您的机器配置为在应用任何更新后自动扫描、下载、安装和重新启动。
(D)ownloadOnly – 如果需要安装更新,它将自动扫描、下载并通知管理员。这是 Windows Server 2016 上的默认设置。
(M)anual -- 这将关闭自动更新。您的系统永远不会检查更新。
2. Press the letter specified in the "( )" and press Enter to apply.
3. When the tool applies the configuration you have selected, you will see a message pop-up similar to the one below. Click the OK button to dismiss the message. The tool will refresh the menu and option 5 will now show the new configuration.