Probeer eerst checkdisk te draaien (via commandprompt):
chkdsk c: /f
Herstart de PC en probeer de update opnieuw.
Werkt dit niet, probeer dan:
SFC /SCANNOW
Herstart de PC en probeer de update opnieuw.
Werkt dit ook niet, volg dan de stappen hieronder:
delete the following file:
C:\windows\winsxs\pending.xml
Since Windows security will not allow you to do this, hereunder the
procedure to take ownership of the file:
run a command prompt with "Run as Administrator".
Type in the following commands:
takeown /f C:\Windows\winsxs\pending.xml
cacls C:\Windows\winsxs\pending.xml /G <YourUsername>:F
then delete the file
Reboot the machine, then manually install the WUA 3.0 downloadable from
here:
http://download.windowsupdate.com/v7...gent30-x86.exe
This should fix the Error 80073712 when the other solutions do not work.