Hi guys,
I was wondering if someone could help, I've recently deployed a Windows 2012 R2 server and am getting a C80003FA error message when running windows updates.
I've tried the following which got rid of the message but then the downloads all stuck at 0%
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
I've since tried again and get the same error. Also tried to rebuild this machine and no joy, same error.
Any thoughts?