如何解决我无法更新windows的问题

asllyj 0 信誉分
2025-06-13T14:09:03.11+00:00

2024-适用于 Windows 11 Version 22H2 的 10 累积更新,适合基于 x64 的系统 (KB5044285)
安装错误 - 0x800f081f

2024-10 用于 .NET Framework 3.5 和 4.8.1 的累积更新,适合基于 x64 的 Windows 11, version 22H2 (KB5044033)

安装错误 - 0x8007371b

已尝试DISM.exe /Online /Cleanup-image /Restorehealth

错误: 0x800f081f

找不到源文件。

请使用“源”选项指定还原该功能所需的文件位置。有关指定源位置的详细信息,请参阅 https://go.microsoft.com/fwlink/?LinkId=243077。

Windows 商业版 适用于 IT 专业人员的 Windows 客户端 用户体验 其他
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. SplashCN 80 信誉分 志愿者审查方
    2025-06-14T22:27:38.0033333+00:00

    您好,可以试一下开始右键(Win+X)→终端管理员(A)→输入 cmd 并回车(或者手动切换成命令提示符),然后复制粘贴以下内容:

    secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
    RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
    RD /S /Q "%WinDir%\System32\GroupPolicy"
    gpupdate /force
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
    reg delete "HKLM\Software\Policies" /f
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
    reg delete "HKCU\Software\Policies" /f
    reg delete "HKLM\Software\Microsoft\Policies" /f
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 0 /t REG_DWORD /f
    SC config wuauserv start= auto
    SC config bits start= auto
    SC config cryptsvc start= auto
    SC config trustedinstaller start= auto
    SC config wuauserv type=share
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    USOClient StartInteractiveScan 
    

    回车后再看看?如果不行可以试一下以下两个方案。

    更新修复:使用MediaCreationToolW11升级/修复Windows11系统

    你也可以参考:利用DISM修复WIN11的系统组件错误

    0 个注释 无注释

你的答案

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