Avatar of IT_newbie01
IT_newbie01
 asked on

Window update errors on VMs

Good Afternoon experts,

I'm running into an issue trying to update multiple VMs in my environment.  The VMs are different 64 bit installs of various Window servers.  I can hide them, but prefer the piece of mind in resolving the actual errors.  The VM I'm working on now has Windows Server 2012 R2 installed.  I'm getting the below errors:


Security update for Windows server 2012 (KB3000483)
Security update for Windows server 2012 (KB3110329)
Security update for Windows server 2012 (KB3126593)
Security update for Windows server 2012 (KB3146723)
Security update for Windows server 2012 (KB3175024)
Security update for Windows server 2012 (KB3184943)

Any thoughts?
Windows Server 2012Security

Avatar of undefined
Last Comment
Scott C

8/22/2022 - Mon
aravind anche

Install those updates. Are you getting any errors while installing them? If so post the errors
IT_newbie01

ASKER
I'm getting errors on all of these updates.
WindowUpdateError.PNG
ASKER CERTIFIED SOLUTION
Scott C

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Scott C

Ok, thanks.  Try installing manually and see what happens.  Also, have you rebooted and then tried?
Your help has saved me hundreds of hours of internet surfing.
fblack61
aravind anche

Yes As Scott insisted try installing manually and post screen shots of errors

Also try this
Step 1
Go to My Computer and open C drive. Next navigate the following path: C:\Windows\SoftwareDistribution\Download.
Step 2
There is a great number of folders in Download folder where you should look for a folder named ex:"a39ba752a8aa7203217c758502d7fddd".
Step 3
Delete this folder. To delete the folder you should log in computer with administrator account.
Step 4
Restart computer and launch Windows Update to retry installing available updates.
IT_newbie01

ASKER
I tried doing the install manually and one update says it's already installed and the others are saying "it's not applicable to your computer".  I thought Window Update is suppose to ignore these "non applicable" updates.  Is there a way to update Windows Update so these don't show as errors?
IT_newbie01

ASKER
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Scott C

You could try this:

1. Stop the Windows Update service.
net stop wuauserv
2. Delete the Windows Update cache directory C:\Windows\SoftwareDistribution.
3. Remove-Item -Recurse -Force C:\Windows\SoftwareDistribution
4. Restart the computer. (It may require several restarts to actually get everything deleted from this directory, so keep trying if necessary.)
5. Run Windows Update manually again. It will fail almost instantly and offer to run a diagnostic tool. Download the tool and allow it to run.  (link below)
The tool will find and fix some problems. At this point, run Windows Update manually again. Windows Update should work fine at this point.

http://download.microsoft.com/download/F/2/2/F22D5FDB-59CD-4275-8C95-1BE17BF70B21/WindowsUpdateDiagnostic.diagcab
Scott C

Glad I could help.