卸载更新后,Windows 更新是否会重新推送?

Xiao Zhang 20 信誉分
2025-06-11T10:39:50.1333333+00:00

就在刚刚,由于我启动游戏 Apex Legends 蓝屏。我卸载了我昨晚更新的“2025-适用于 Windows 11 Version 24H2 的 06 累积更新,适合基于 x64 的系统 (KB5060842),OS Build 26100.4349“

目前我的 OS Build 26100.4202。现在我想重新安装 KB5060842 安全更新,但是 Windows 更新并没有给我推送,反复点检查更新也没用。

我担心的是,由于我卸载了此安全更新 KB5060842,它不会再次给我推送更新了。会这样吗?

Windows 11
Windows 11
专为提高工作效率、创造力和易用性而设计的 Microsoft 操作系统。
245 个问题
0 个注释 无注释
{count} 票

接受的答案
  1. Joseph Tran 665 信誉分
    2025-06-12T17:08:11.3133333+00:00

    Based on situation, What you can really do right now is follow my recommend steps I suggest for you bellow :- Option 1: You can manually download and install KB5060842

    You can reinstall the update manually using the Microsoft Update Catalog:

    1. Visit: https://www.catalog.update.microsoft.com
    2. Search for: KB5060842
    3. Download the appropriate version (choose x64 if you're on standard 64-bit Windows 11).
    4. Run the .msu installer to apply the update manually.
    5. Reboot your system after installation.

    -> This is the fastest and most reliable way to get the update back if Windows Update isn't offering it.

    - Option 2: Reset Windows Update components (optional if you want to troubleshoot)

    If you’d prefer Windows Update to handle it, you can reset Windows Update to clear its cache:

    Open Command Prompt as Administrator and run the following commands:

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    

    -> Then restart your computer and check for updates again.

    1 个人认为此答案很有帮助。
    0 个注释 无注释

0 个其他答案

排序依据: 非常有帮助

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。