环境:
Windwos Server 2003 SP1 / Windows XP SP2,WSUS 2.0 SP1 / WSUS 3.0 SP1
 
现象:
WSUS服务器显示能发现服务器 / 客户机,但是长时间没有报告状态。即使运行wuauclt.exe  /detectnow也无法解决问题。在WindowsUpdate.log里显示error = 0x8024400D
 
解决办法:
把一下命令做成.bat问题,运行一下,等待至少15-30分钟后,在WSUS管理控制台内查看该计算机状态。
 
reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\ /va /f
net stop "Automatic Updates"
net stop bits
md %windir%\softwaredistribution-old
xcopy %windir%\softwaredistribution %windir%\softwaredistribution-old /s /e /y
del %windir%\softwaredistribution\*.* /s /q
rmdir %windir%\softwaredistribution\ /s /q
net start bits
net start "Automatic Updates"
proxycfg -d
wuauclt.exe /resetauthorization /detectnow

相关文章:

  • 2021-08-12
  • 2022-01-22
  • 2022-01-07
  • 2021-05-20
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2021-09-26
  • 2021-07-27
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案