Windows 10: Intel display driver, System update (5/14/2015) repeated fail on 10130

Discus and support Intel display driver, System update (5/14/2015) repeated fail on 10130 in Windows 10 Updates and Activation to solve the problem; Folks, I have a Surface Pro 3 on 10130. The Intel Display driver update repeatedly fails, and I'm repeatedly offered the 5/14/2015 system update,... Discussion in 'Windows 10 Updates and Activation' started by HIAB, Jun 24, 2015.

  1. HIAB Win User

    Intel display driver, System update (5/14/2015) repeated fail on 10130


    Folks, I have a Surface Pro 3 on 10130.

    The Intel Display driver update repeatedly fails, and I'm repeatedly offered the 5/14/2015 system update, which appears to succeed, but subsequently is offered again.

    I've stopped WU, removed the SoftwareDistribution folder, restarted WU, etc, no joy.

    Any help/advice appreciated...

    :)
     
  2. DrBearEE Win User

    Windows display as blank frames after Microsoft update push

    Right now what is working is (as shown in Driver tab):

    Intel(R) HD Graphics 3000

    Driver Provider: Intel Corporation

    Driver Date: 5/27/2015

    Driver Version: 9.17.10.4229

    If it fails again, I'll try to get the same info. (If the window will display...)
     
    DrBearEE, Jun 24, 2015
    #2
  3. DanCoats Win User
    Windows 10 Pro Graphics 4000 - Error 0x800f0203

    Same Problem here. I am able to install the win8 driver 10.18.10.4226 dated 5/25/2015 from Intel but windows update still fails trying to install its win 10 driver.

    Intel Corporation driver update for Intel(R) HD Graphics 4000 - Error 0x800f0203
     
    DanCoats, Jun 24, 2015
    #3
  4. Intel display driver, System update (5/14/2015) repeated fail on 10130

    I've ended up getting a bat file that automates and intensive WU reset and just running it as administrator when needed. I have bad internet which occasionally borks windows update.

    Code: @echo off net stop wuauserv net stop bits net stop cryptsvc net stop trustedinstaller sc config cryptsvc start= auto obj= "NT Authority\NetworkService" password= a sc config wuauserv start= auto obj= LocalSystem sc config bits start= delayed-auto obj= LocalSystem Sc config trustedinstaller start= demand obj= LocalSystem Sc config eventlog start= auto reg add HKLM\SYSTEM\CurrentControlSet\Services\wuauserv\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\wuaueng.dll" /f reg add HKLM\SYSTEM\CurrentControlSet\Services\bits\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\qmgr.dll" /f reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f reg delete HKLM\COMPONENTS\PendingXmlIdentifier /f reg delete HKLM\COMPONENTS\NextQueueEntryIndex /f reg delete HKLM\COMPONENTS\AdvancedInstallersNeedResolving /f sc sdset wuauserv DIntel display driver, System update (5/14/2015) repeated fail on 10130 :(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)SIntel display driver, System update (5/14/2015) repeated fail on 10130 :(AU;FA;CCDCLCSWRPWPDTLOSDRCWDWO;;;WD) sc sdset bits DIntel display driver, System update (5/14/2015) repeated fail on 10130 :(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SIntel display driver, System update (5/14/2015) repeated fail on 10130 :(AU;SAFA;WDWO;;;BA) sc sdset cryptsvc DIntel display driver, System update (5/14/2015) repeated fail on 10130 :(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SIntel display driver, System update (5/14/2015) repeated fail on 10130 :(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) sc sdset trustedinstaller DIntel display driver, System update (5/14/2015) repeated fail on 10130 :(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRRC;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SIntel display driver, System update (5/14/2015) repeated fail on 10130 :(AU;SAFA;WDWO;;;BA) sc sdset eventlog DIntel display driver, System update (5/14/2015) repeated fail on 10130 :(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)SIntel display driver, System update (5/14/2015) repeated fail on 10130 :(AU;SA;DCRPWPDTCRSDWDWO;;;WD)(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) takeown /f %systemroot%\winsxs\pending.xml icacls %systemroot%\winsxs\pending.xml /grant AdministratorsIntel display driver, System update (5/14/2015) repeated fail on 10130 :(F) icacls %systemroot%\winsxs\pending.xml /grant AdministratörerIntel display driver, System update (5/14/2015) repeated fail on 10130 :(F) del /q %systemroot%\winsxs\pending.xml ren %systemroot%\System32\Catroot2 oldcatroot2 ren %systemroot%\SoftwareDistribution SoftwareDistribution.old rename \ProgramData\Microsoft\Network\Downloader Downloader.old cd /d %windir%\system32 regsvr32.exe atl.dll /s regsvr32.exe urlmon.dll /s regsvr32.exe jscript.dll /s regsvr32.exe vbscript.dll /s regsvr32.exe scrrun.dll /s regsvr32.exe msxml3.dll /s regsvr32.exe msxml6.dll /s regsvr32.exe actxprxy.dll /s regsvr32.exe softpub.dll /s regsvr32.exe wintrust.dll /s regsvr32.exe dssenh.dll /s regsvr32.exe rsaenh.dll /s regsvr32.exe cryptdlg.dll /s regsvr32.exe oleaut32.dll /s regsvr32.exe ole32.dll /s regsvr32.exe shell32.dll /s regsvr32.exe wuapi.dll /s regsvr32.exe wuaueng.dll /s regsvr32.exe wups.dll /s regsvr32.exe wups2.dll /s regsvr32.exe qmgrprxy.dll /s regsvr32.exe wucltux.dll /s regsvr32.exe wuwebv.dll /s net start eventlog net start cryptsvc net start bits net start wuauserv fsutil resource setautoreset true c:\ netsh winhttp reset proxy bitsadmin /reset /allusers wuauclt.exe /resetauthorization /detectnow :MESSAGE echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ echo ================================================================= echo The commands has been succesfully executed. Hit enter to continue echo ================================================================= echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Pause > Null :end[/quote] Save as "Fix Update.bat" and when you need it just right click and run as administrator.
     
    FuturDreamz, Jun 24, 2015
    #4
  5. HIAB Win User
    Thanks - source for this code came from...?


    Save as "Fix Update.bat" and when you need it just right click and run as administrator.[/quote]
     
  6. HIAB Win User
    Right clicked, run as administrator, this is what I got.......

    [update - I restarted and the bat file was able to stop the WU service sucessfully, but still got the registry keys not found errors]


    The Windows Update service is stopping.The Windows Update service could not be stopped.The Background Intelligent Transfer Service service is stopping..The Background Intelligent Transfer Service service was stopped successfully.The Cryptographic Services service is stopping..The Cryptographic Services service was stopped successfully.The Windows Modules Installer service is not started.More help is available by typing NET HELPMSG 3521.[SC] ChangeServiceConfig SUCCESS[SC] ChangeServiceConfig SUCCESS[SC] ChangeServiceConfig SUCCESS[SC] ChangeServiceConfig SUCCESS[SC] ChangeServiceConfig SUCCESSThe operation completed successfully.ERROR: Access is denied.ERROR: The system was unable to find the specified registry key or value.ERROR: The system was unable to find the specified registry key or value.ERROR: The system was unable to find the specified registry key or value.ERROR: The system was unable to find the specified registry key or value.[SC] SetServiceObjectSecurity SUCCESS[SC] SetServiceObjectSecurity SUCCESS[SC] SetServiceObjectSecurity SUCCESS[SC] SetServiceObjectSecurity SUCCESS[SC] SetServiceObjectSecurity SUCCESSERROR: The system cannot find the file specified.C:\WINDOWS\winsxs\pending.xml: The system cannot find the file specified.Successfully processed 0 files; Failed processing 1 filesAdministrat÷rer: No mapping between account names and security IDs was done.Successfully processed 0 files; Failed processing 1 filesCould Not Find C:\WINDOWS\winsxs\pending.xmlAccess is denied.The requested service has already been started.More help is available by typing NET HELPMSG 2182.The Cryptographic Services service is starting.The Cryptographic Services service was started successfully.The Background Intelligent Transfer Service service is starting.The Background Intelligent Transfer Service service was started successfully.The requested service has already been started.More help is available by typing NET HELPMSG 2182.The operation completed successfully.Current WinHTTP proxy settings: Direct access (no proxy server).BITSADMIN version 3.0 [ 7.8.10130 ]BITS administration utility.(C) Copyright 2000-2006 Microsoft Corp.BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows.Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.0 out of 0 jobs canceled.+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=================================================================The commands has been succesfully executed. Hit enter to continue=================================================================+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     
  7. HIAB Win User
    Bump - no additional insight?
     
    HIAB, Apr 5, 2018
    #7
Thema:

Intel display driver, System update (5/14/2015) repeated fail on 10130

Loading...
  1. Intel display driver, System update (5/14/2015) repeated fail on 10130 - Similar Threads - Intel display driver

  2. Is Intel Display Driver Intel Corporation - Display - 5/28/2019 really best for windows 11?

    in Windows 10 Gaming
    Is Intel Display Driver Intel Corporation - Display - 5/28/2019 really best for windows 11?: Windows Update keep download Intel Corporation - Display - 5/28/2019 and auto installed it every time I did updated to 2022 version also I did turned off Device Installation Settings to "No"...
  3. Is Intel Display Driver Intel Corporation - Display - 5/28/2019 really best for windows 11?

    in Windows 10 Software and Apps
    Is Intel Display Driver Intel Corporation - Display - 5/28/2019 really best for windows 11?: Windows Update keep download Intel Corporation - Display - 5/28/2019 and auto installed it every time I did updated to 2022 version also I did turned off Device Installation Settings to "No"...
  4. Intel display drivers

    in Windows 10 Drivers and Hardware
    Intel display drivers: Using Windows 10 Home version 6004 on Lenovo C340 – Ideapad with Display Adapters – IntelR UHD Graphics 620 and driver version 15.40.45.5126 at start in November, 2019. Since 1st July auto updating has been unsuccessfully trying to install driver version 26.20.100.7323 with...
  5. Display driver update failing

    in Windows 10 Installation and Upgrade
    Display driver update failing: Using Windows 10 Home version 6004 on Lenovo C340 – Ideapad with Display Adapters – IntelR UHD Graphics 620 and driver version 15.40.45.5126 at start in November, 2019. Since 1st July auto updating has been unsuccessfully trying to install driver version 26.20.100.7323 with...
  6. Update trying to install intel driver repeatedly?

    in Windows 10 Installation and Upgrade
    Update trying to install intel driver repeatedly?: On 13th June My update history shows the following update 'installed successfully' Intel Corporation - Display - 26.20.100.7323 However it then has unbeknownst to me been trying to install it again multiple times 35 so far. Each entry in the update history says it has...
  7. Intel Display Driver 26.20.100.7325 Update Error

    in Windows 10 Installation and Upgrade
    Intel Display Driver 26.20.100.7325 Update Error: There is a intel display driver update ver. 26.20.100.7325 at windows update section but it is not installing showing an error - ' A current driver on your pc may be better than the driver we're trying to install. We'll keep trying to install.' This error is coming again...
  8. Failed Intel System updates

    in Windows 10 Installation and Upgrade
    Failed Intel System updates: HP Envy 360 laptop, Windows 10, 64 bit Windows update history shows the following: Intel(R) Corporation-System-10/25/2018 12:00:00 AM - 9.21.0.3869 Failed to install on 3/7/2019 - 0x80246007 Intel(R) Corporation-System-11/2/2018 12:00:00 AM - 9.21.0.3869.1 Failed to...
  9. System Hardware Update 5/14/2015 keeps wanting to install

    in Windows 10 Updates and Activation
    System Hardware Update 5/14/2015 keeps wanting to install: Folks - Prior to updating from 10074 to 10122, I had successfully installed this update. After 10122, it repeatedly wants to install it. I click the install button in WU, it finishes what it wants to do then it tells me a reboot has been rescheduled, do I want to...
  10. Updating to 10158 or 10159 from 10130 fails

    in Windows 10 Installation and Upgrade
    Updating to 10158 or 10159 from 10130 fails: For whatever reason I can't upgrade to the latest version from 10130 whether it be through windows updates or directly from the ISO. This is the error I get after windows restarts: https://i.imgur.com/mskzk5w.jpg I've tried about 8 times now and nothing works. Help!!!...