您好,这三个问题很可能是同一个原因:Windows Update 被错误指向了 WSUS/代理,随后更新数据库异
如果是个人电脑,并非公司或学校管理,请以管理员身份打开“cmd”,依次执行:
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v WUServer /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v WUStatusServer /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v UseWUServer /t REG_DWORD /d 0 /f
netsh winhttp reset proxy
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start cryptsvc
net start bits
net start wuauserv
个别命令提示找不到项目可以忽略。重启电脑后,先测试 Windows 更新,再测试 Microsoft Store,最后重新添加“无线显示器”。清除 SoftwareDistribution 更新缓存也是微软建议的修复方法。
若电脑由单位管理,请不要删除 WSUS 设置,应联系管理员检查更新服务器地址。