1-1
1. Use WSUS client tools to check the client
There are three software checks:
Wuserver = http: // 10.10.10.5: 8530
------- (WSUS server address)
Wustatusserver = http: // 10.10.10.5: 8530 ----- (WSUS server address)
(1) usewuserver is enable
--------- Pass
(2) onnection to server
---------- Pass
(3) selfupdate folfer is present
---------- Pass
Perform the 2-1 operation if all three items are pass and the client does not have any patch updates.
For example, if the first two items pass and the error 80072efd is displayed
Solution: Use proxycfg-P proxyservername: Port (proxyservername: Port WSUS server address and port) on the client)
2-1
1. Stop the Automatic Updates Service and BITS Service and run:
Net stop wuauserv
Net Stop bits
2. Delete the % WinDir % \ softwaredistribution directory
3. Start the Automatic Updates Service and BITS Service. When these two services are not started, they will automatically create softwaredistribution and related sub-files.
Run:
Net start wuauserv
Net start bits
4. When the % WinDir % \ softwaredistribution directory has been created, connect the client to the WSUS server immediately.
Wuauclt.exe/resetauthorization/detectnow
5. After 15 minutes, check whether the client has checked the required updates.
If the problem persists, perform the following operations on the WSUS client:
1. confirm that the Background Intelligent Transfer Service is started.
2. Run the following command to rename the catroot2 folder.
Net stop cryptsvc
Ren % SystemRoot % \ system32 \ catroot2 oldcatroot2
Net start cryptsvc
If the preceding operation persists, copy the windowsupdate. log file in the Windows folder on the system disk for analysis by professionals. (Note: Check that the WSUS server is correct. Other PCs can be updated normally .)