TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Has anyone found a way to avoid Windows Update KB5012170

2 点作者 nanis超过 2 年前
I have an old T400 which has Windows 10 Pro 21H1 19043.2311 installed on it. It is set to boot from BIOS. Nothing related to secure boot or UEFI in sight. It is not an essential machine, but I would like to keep it in good working order for as long as possible.<p>A couple of weeks ago, it attempted to install the KB5012170 security update[1]. Each time, the update fails, complaining about &quot;...[I] have less than 500 MB in system reserved partition.&quot; (error code: 0x800f0922). That is true enough, there is no system reserved partition on this computer.<p>Each install failure results in a crash in reboot, requires restoring system to the state previous to the install, and then the cycle repeats. I have not found a good way to block this update and&#x2F;or move past it somehow and install 22H2 just for the sake of it.<p>The intarwebs is full of fix attempts that do not apply to a BIOS booting laptop with no secure boot setup.<p>I am wondering if anyone else here ran into this issue (not a common setup by any means) or if they know a way where a I can cleanly ignore this upgrade. The computer is not joined to a domain and it is set up with a local account only.<p>[1]: https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;topic&#x2F;kb5012170-security-update-for-secure-boot-dbx-august-9-2022-72ff5eed-25b4-47c7-be28-c42bd211bb15

2 条评论

cshokie超过 2 年前
There is usually (always?) a hidden disk partition that is reserved for the OS. It is well hidden and tools like diskpart are needed to see that it even exists. Presumably that is your problem.<p>The default size for the reserved partition has seemingly increased over the years so if this device is older and has not clean installed Windows in a long time it might be almost full.<p>All that said I have no idea if there is a way to prune this partition to make space.
评论 #33796104 未加载
sacrosanct超过 2 年前
There is a nice tool called InControl[0] that lets you install updates on your own terms. Not sure if you can exclude certain updates though.<p>[0] <a href="https:&#x2F;&#x2F;www.ghacks.net&#x2F;2022&#x2F;02&#x2F;16&#x2F;take-control-of-windows-updating-and-upgrading-with-incontrol&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ghacks.net&#x2F;2022&#x2F;02&#x2F;16&#x2F;take-control-of-windows-up...</a>
评论 #33675830 未加载