解决 Windows 11 更新「某些操作未按计划进行」问题
处理方法:
01. 停止更新相关服务
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
02.重命名相关文件
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
03.重新启动更新服务
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
04.组件修复(需要保持网络畅通)
sfc /scannow
dism /online /Cleanup-Image /StartComponentCleanup
dism /online /Cleanup-Image /ScanHealth
dism /online /Cleanup-Image /CheckHealth
dism /online /Cleanup-Image /RestoreHealth