Wednesday 13 March 2019

Windows updates failing with error 80072ee2 on Windows Server 2008 R2


Today i faced an issue that i was unable to install windows updates on windows server 2008 R2.  was getting this "80072ee2" error code in windows updates error. 


ERROR Code:     80072ee2

Description:       above error was generated during windows updates

Solution:             Re-register WU DLLs - Run the following commands on elevated cmd.exe and re-register Windows update DLLs.

                                regsvr32 oleaut32.dll

                                regsvr32 jscript.dll

                                regsvr32 vbscript.dll

                                regsvr32 softpub.dll

                                regsvr32 msxml.dll

                                regsvr32 wintrust.dll

                                regsvr32  initpki.dll

                                regsvr32 cryptdlg.dll

P.S: My issue was resolved after registering above *. dll . please note that there may be some other solutions as well and should be resolved accordingly.

No comments:

Post a Comment