If you are trying to run Windows Update but suddenly you get an 80072EE2 error message, don’t worry as today we will see How to Fix Windows Update Error 80072EE2 with the help of the below-listed guide. The main cause of Windows Update Error 80072EE2 is corrupt or outdated drivers, incorrect configuration, etc. So without wasting any time let’s see How to Fix Windows Update Error 80072EE2 with the help of the below-listed tutorial.
Table of Contents
Fix Windows Update Error 80072EE2
Make sure to create a restore point just in case something goes wrong.
Method 1: Run Windows Update Troubleshooter
1. Press Windows Key + I to open Settings then click on Update & Security icon.
2. Now, from the left-hand menu, click on Troubleshoot.
3. Next, click on “Windows Update” under Get up and running heading.
4. Once the troubleshooter starts, follow on-screen instructions to run the troubleshooter.
5. You will be prompted to give administrative access, so click on “Try troubleshooting as an administrator“.
6. Reboot your PC to save changes.
Method 2: Rename SoftwareDistribution Folder
1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
2. Now type the following commands to stop Windows Update Services and then hit Enter after each one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3. Next, type the following command to rename SoftwareDistribution Folder and then hit Enter:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
4. Finally, type the following command to start Windows Update Services and hit Enter after each one:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5. Reboot your PC to save changes and check if you can fix Windows Update Error 80072EE2.
Method 3: Registry Fix
1. Press Windows Key + R then type services.msc and hit Enter.
2. Find “Windows Update” in the services window, then right-click on it and select Stop.
3. Make sure you have followed Method 2 before continuing with the next step.
4. Press Windows Key + R then type regedit and hit Enter to open Registry Editor.
5. Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
6. Make sure to select WindowsUpdate then in right window pane find WUServer and WUStatusServer.
7. Right-click on each of them then select Delete.
8. Select Yes to continue with your actions.
9. Again go back to service window, right-click on Windows Update and select Start.
10. Close services window and Registry Editor then see if you’re able to Fix Windows Update Error 80072EE2.
Method 4: Reset Windows Update Component
1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
2. Type the following command into cmd and hit Enter after each one:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
3. Delete the qmgr*.dat files, to do this again open cmd and type:
Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
4. Type the following into cmd and hit Enter:
cd /d %windir%\system32
5. Reregister the BITS files and the Windows Update files. Type each of the following commands individually in cmd and hit Enter after each one:
regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe browseui.dll regsvr32.exe jscript.dll regsvr32.exe vbscript.dll regsvr32.exe scrrun.dll regsvr32.exe msxml.dll regsvr32.exe msxml3.dll regsvr32.exe msxml6.dll regsvr32.exe actxprxy.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe oleaut32.dll regsvr32.exe ole32.dll regsvr32.exe shell32.dll regsvr32.exe initpki.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll regsvr32.exe qmgr.dll regsvr32.exe qmgrprxy.dll regsvr32.exe wucltux.dll regsvr32.exe muweb.dll regsvr32.exe wuwebv.dll
6. To reset Winsock:
netsh winsock reset
7. Reset the BITS service and the Windows Update service to the default security descriptor:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU) sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
8.Again start the Windows update services:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
9. Install the latest Windows Update Agent.
10. Reboot your PC to save changes.
Recommended:
- How to set Data Limit for WiFi and Ethernet in Windows 10
- 12 Ways to Fix Steam Won’t Open Issue
- Fix IPv6 Connectivity No Internet Access on Windows 10
- How to Change a Folder Picture in Windows 10
That’s it you have successfully learned How to Fix Windows Update Error 80072EE2 but if you still have any queries regarding this tutorial then feel free to ask them in the comment’s section.
Leave a Reply