Answered by:
need a fix window 10 error 0X80240437

Question
-
I'm unable to download and install apps and games from the Windows Store. I get the error message 0X80240437, I don't know how to fix this, please help.Monday, December 7, 2015 7:22 PM
Answers
-
Hi,
I'd ask over here (Participate -> Ask a Question):
Windows 10 - Windows Store forum on Microsoft Answers
- Proposed as answer by Dave PatrickMVP Monday, December 7, 2015 8:37 PM
- Marked as answer by Just Karl Tuesday, December 15, 2015 3:47 PM
Monday, December 7, 2015 7:25 PM
All replies
-
Monday, December 7, 2015 7:25 PM
-
Hi,
I'd ask over here (Participate -> Ask a Question):
Windows 10 - Windows Store forum on Microsoft Answers
- Proposed as answer by Dave PatrickMVP Monday, December 7, 2015 8:37 PM
- Marked as answer by Just Karl Tuesday, December 15, 2015 3:47 PM
Monday, December 7, 2015 7:25 PM -
I have been troubleshooting for 5 days now. I even resorted to a full PC Reset, which didn't complete, because of some issue. I have tried everything suggested at least once. Nothing has fixed this issue.Tuesday, December 8, 2015 1:32 PM
-
Do you have answers as to how to fix the error 0x80240437. It's a brand new computer, I've tried every suggestion given. I'm wondering if I should uninstall Windows 10 and reinstall? Nothing has helped to rectify my issue. I've tried chatting with the help desk, and they are unable to do a remote access, so have been no help.Tuesday, December 8, 2015 1:37 PM
-
-
click Start > Run > cmd
Press ENTER after you type each command.
net stop bits
net stop wuauserv
Delete the qmgr*.dat files. To do this, type the following command at a command prompt, and then press ENTER:
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
Type the following command at a command prompt, and then press ENTER:
cd /d %windir%\system32
Reregister the BITS files and the Windows Update files. To do this, type the following commands at a command prompt. Press ENTER after you type each command
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
Reset Winsock. To do this, type the following command at a command prompt, and then press ENTER:
netsh winsock reset
Restart the BITS service and the Windows Update service. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
net start bits
net start wuauserv
bitsadmin.exe /reset /allusersFriday, May 8, 2020 10:34 AM