2024年3月30日发(作者:)

Computer no report to WSUS(计算机长期没有向WSUS报告状态)

本方法已经由本人测试通过

环境:

Windwos Server 2003 SP1 / Windows XP SP2,WSUS 2.0 SP1 / WSUS 3.0 SP1

现象:

WSUS服务器显示能发现服务器 / 客户机,但是长时间没有报告状态。即使运行

/detectnow也无法解决问题。在里显示

error = 0x8024400D

解决办法:

把一下命令做成.bat问题,运行一下,等待至少15-30分钟后,在WSUS管理

控制台内查看该计算机状态。

reg delete

HKLMSoftwareMicrosoftWindowsCurrentVersionWindowsUpdate /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

/resetauthorization /detectnow

1

2

3 808530

4

5

1

2

3

4

5

1

2

3