Share via

Feature update to Windows 10, version 1709 - Error 0x80248007

Anonymous
2018-01-25T03:13:50+00:00

The update has failed repeatedly; usually at the 33% mark. What is the Error 0x80248007 and is there a way to solve this issue?

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2018-03-19T16:01:24+00:00

    Hello,

    Thank you for posting your concern. To resolve your concern, we need to reset Windows Update components or perform an in place installation. Please follow the steps below:

    Download and run Windows Update Troubleshooter

    Install Windows Update again and see if it all good.

    If not, perform SFC and DISM to scan and fix corrupted system files:

    1. Type Command Prompt on Search bar. On the result, right-click on Command Prompt and choose Run as administrator. (Click Yes on the UAC prompt.)
    2. On Command Prompt, type command sfc /scannow and hit Enter. Once done, type another command DISM.exe /Online /Cleanup-image /Restorehealth . (It will fail if your Windows Update client is already broken, in that case, you need the installation disc or media creation tool.)
    3. After that, install Windows Update one more time.

    Reset Windows Update Components

    Type Command Prompt on Search bar. On the result, right-click on Command Prompt and choose Run as administrator. (Click Yes on the UAC prompt.)

    Copy and paste the command by color:

    CD %windir%\system32

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    DEL "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"

    RMDIR %systemroot%\SoftwareDistribution.old /s

    REN %systemroot%\SoftwareDistribution SoftwareDistribution.old  (If you get an error Access denied on this command repeat the command from Net stop bits.)

    RMDIR %systemroot%\system32\catroot2.old /s

    REN %systemroot%\system32\catroot2 catroot2.old

    MKDIR %systemroot%\system32\catroot2

    sc config BITS binPath= "C:\Windows\System32\svchost.exe -k netsvcs" DisplayName= "Background Intelligent Transfer Service" depend= Rpcss/EventSystem start= auto obj= "LocalSystem" password= ""

    sc description BITS "Transfers files in the background using idle network bandwidth. If the service is disabled, then any applications that depend on BITS, such as Windows Update or MSN Explorer, will be unable to automatically download programs and other information."

    sc privs BITS SeCreateGlobalPrivilege/SeImpersonatePrivilege/SeTcbPrivilege/SeAssignPrimaryTokenPrivilege/SeIncreaseQuotaPrivilege

    sc sdset BITS D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;SAFA;WDWO;;;BA)

    sc sidtype BITS UNRESTRICTED

    sc config wuauserv binPath= "C:\Windows\System32\svchost.exe -k netsvcs" DisplayName= "Windows Update" depend= Rpcss start= auto obj= "LocalSystem" password= ""

    sc privs wuauserv SeAuditPrivilege/SeCreateGlobalPrivilege/SeCreatePageFilePrivilege/SeTcbPrivilege/SeAssignPrimaryTokenPrivilege/SeImpersonatePrivilege/SeIncreaseQuotaPrivilege/SeShutdownPrivilege

    sc sdset wuauserv D:(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOSDRCWDWO;;;WD)

    sc sidtype wuauserv UNRESTRICTED

    sc config CryptSvc binPath= "C:\Windows\system32\svchost.exe -k NetworkService" DisplayName= "Cryptographic Services" depend= Rpcss start= auto obj= "NT Authority\NetworkService" password= ""

    sc privs CryptSvc SeChangeNotifyPrivilege/SeCreateGlobalPrivilege/SeImpersonatePrivilege

    sc sdset CryptSvc D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

    sc sidtype CryptSvc UNRESTRICTED

    net stop winmgmt 

    RMDIR %systemroot%\system32\wbem\Repository.old /s       

    REN %systemroot%\system32\wbem\Repository Repository.old     (If you get an error Access denied on this command repeat the command from net stop winmgmt.)

    REGSVR32.EXE /u /s /i atl.dll

    REGSVR32.EXE /u /s /i urlmon.dll

    REGSVR32.EXE /u /s /i mshtml.dll

    REGSVR32.EXE /u /s /i shdocvw.dll

    REGSVR32.EXE /u /s /i browseui.dll

    REGSVR32.EXE /u /s /i jscript.dll

    REGSVR32.EXE /u /s /i vbscript.dll

    REGSVR32.EXE /u /s /i scrrun.dll

    REGSVR32.EXE /u /s /i msxml.dll

    REGSVR32.EXE /u /s /i msxml6.dll

    REGSVR32.EXE /u /s /i msxml3.dll

    REGSVR32.EXE /u /s /i actxprxy.dll

    REGSVR32.EXE /u /s /i softpub.dll

    REGSVR32.EXE /u /s /i wintrust.dll

    REGSVR32.EXE /u /s /i dssenh.dll

    REGSVR32.EXE /u /s /i gpkcsp.dll

    REGSVR32.EXE /u /s /i rsaenh.dll

    REGSVR32.EXE /u /s /i sccbase.dll

    REGSVR32.EXE /u /s /i slbcsp.dll

    REGSVR32.EXE /u /s /i cryptdlg.dll

    REGSVR32.EXE /u /s /i oleaut32.dll

    REGSVR32.EXE /u /s /i ole32.dll

    REGSVR32.EXE /u /s /i shell32.dll

    REGSVR32.EXE /u /s /i initpki.dll

    REGSVR32.EXE /u /s /i wuapi.dll

    REGSVR32.EXE /u /s /i wuaueng.dll

    REGSVR32.EXE /u /s /i wuaueng1.dll

    REGSVR32.EXE /u /s /i wucltui.dll

    REGSVR32.EXE /u /s /i wups.dll

    REGSVR32.EXE /u /s /i wups2.dll

    REGSVR32.EXE /u /s /i wuweb.dll

    REGSVR32.EXE /u /s /i qmgr.dll

    REGSVR32.EXE /u /s /i qmgrprxy.dll

    REGSVR32.EXE /u /s /i wucltux.dll

    REGSVR32.EXE /u /s /i muweb.dll

    REGSVR32.EXE /u /s /i wuwebv.dll

    BitsAdmin /RESET /allusers

    net start cryptsvc

    net start bits

    MSIEXEC /unregister

    MSIEXEC /regserver

    REGSVR32 /u /s /i MSI.dll

    Wuauclt /resetauthorization

    wuauclt /detectnow

    Restart the computer once done and install Windows Update again.

    If the same issue persists, you can perform an in place installation. Follow these steps:

    1. Go to this link where you can download Windows 10 media creation tool.
    2. Choose Download tool now and choose Run. You need to be an administrator to run this tool.
    3. Select Accept.
    4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    5. When Windows 10 is ready to install, you’ll see a recap of what you’ve chosen, and what will be kept through the upgrade. Select Change what to keep to set whether you would like to Keep personal files and apps, or Keep personal files only, or choose to keep Nothing during the upgrade.
    6. Save and close any open apps and files you may be running, and when you’re ready, select Install.
    7. It might take some time to install Windows 10, and your PC will restart a few times. Make sure you don’t turn off your PC.

    Let us know if this resolves your concern.

    Was this answer helpful?

    8 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-01-25T07:08:36+00:00

    Hi Carolyn,

    Error 0x80248007 occurs when some files in the Windows Update are missing, or when the Microsoft Software License Terms cannot be located by Windows Update. For us to troubleshoot this error, we suggest that you run the Windows Update troubleshooter. After running the troubleshooter, try to run Windows Update again and install available updates.

    Let us know how it goes.

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-01-26T00:40:35+00:00

    FYI: followed through with your directions to Terry on this issue. i.e.;

    DISM.exe scan which was 100% successful and the

    sfc /scannow which did not fine any integrity violations

    ...next??

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-03-19T00:27:20+00:00

    I have this same error message (0x80248007) and have done the troubleshooter thing without any change.

    The next step is to download the latest SSU, KB4090914 which does not apply to my OS (1607 build 14393.2125).

    What do I do now?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-01-25T23:12:26+00:00

    Thanks for the reply Janeane, prior to your message, I had used the W-update troubleshooter, and 3 times since with reboots in between and upgrade failures to match. Install got to 43% one time, 33% the rest as before. I now have 3 new error codes to share :(

    0x80070652; 0x80246010; 0x80070020

    Waiting to hear how to stop this loop, using up 3 days, lots of data and still no success.

    Carolyn

    Was this answer helpful?

    0 comments No comments