Forum Discussion
rama1985
Jan 13, 2020Copper Contributor
WIndows Updates Issue - Windows Server 2008 R2
Try to install KB4530734 via Windows Updates on windows server 2008 but not successful. Already done troubleshooting by run SFC /scannow on cmd, restart windows updates, install prerequisite KB artic...
Dave Patrick
Jan 13, 2020MVP
What happens when you try? Also I'd verify system and servicing health by running;
sfc /scannow
also system update readiness tool
https://support.microsoft.com/en-us/kb/947821
Then check for errors in;
%SYSTEMROOT%\Logs\CBS\CheckSUR.log
- rama1985Jan 13, 2020Copper Contributor
The results from %SYSTEMROOT%\Logs\CBS\CheckSUR.log
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2020-01-10 11:23Checking Windows Servicing Packages
Checking Package Manifests and Catalogs
Checking Package Watchlist
Checking Component Watchlist
Checking Packages
Checking Component Store
Summary:
Seconds executed: 2535
No errors detected- rama1985Jan 13, 2020Copper ContributorThe result from sfc /scannow:-
C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.- Dave PatrickJan 13, 2020MVP