Cumulative Update for Windows 10 Version 1511 (KB3118754)

Page 10 of 10 FirstFirst ... 8910

  1. Posts : 134,309
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #90

    Cliff S said:
    I said I didn't have experience with Nvidia and Opencl or this specific problem Mike, sorry.
    Yes I know Cliff and I am grateful for your efforts on trying to help. I am hoping that moving this subject to THIS area from where it was located, might get more people aware and MAYBE someone will have a fix, or solution for this error. Odds may not be good but I figured worth a shot. Because this problem does exist for ANYONE running a fairly new Nvidia card. Just don't think people know about it.....yet..... Thanks again Cliff!!!! :)
      My Computers


  2. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #91

    OldMike65 said:
    Yes I know Cliff and I am grateful for your efforts on trying to help. I am hoping that moving this subject to THIS area from where it was located, might get more people aware and MAYBE someone will have a fix, or solution for this error. Odds may not be good but I figured worth a shot. Because this problem does exist for ANYONE running a fairly new Nvidia card. Just don't think people know about it.....yet..... Thanks again Cliff!!!! :)
    Ok Mike I get it now I hope you find a solution. Then create a thread with it and mark it as solved, so others can find it quickly.
      My Computers


  3. Posts : 134,309
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #92

    Cliff S said:
    Ok Mike I get it now I hope you find a solution. Then create a thread with it and mark it as solved, so
    others can find it quickly.
    Yes I thought of that 1st, but it is already located in another area under Performance & Maintenance / SFC some corrupt files can not be fixed . And it is marked as solved by the original OP of that thread. Which it is not solved. If I create a NEW thread then this problem will be in 3 different threads. Think I'll just leave it here, instead of making this problem posted all over the place.
    At least for now anyhow.
      My Computers


  4. Posts : 130
    Win 10
       #93

    Cliff S said:
    Frank( @Cluster Head ) asked me to take a look.

    You could try these in the order given:
    Note: to copy code from boxes to clipboard, you need to click on the 1st word slowly a few times.

    1.) Clean up your WinSxS folders(Component Store) and check system files
    Open up an admin command prompt and copy & paste the following in

    Code:
    fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:&Dism.exe /online /Cleanup-Image /StartComponentCleanup&&sfc /scannow&Dism.exe /Online /Cleanup-Image /RestoreHealth&sfc /scannow&Dism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase&pause
    And let it run through then
    reboot and run it again to check if it cleaned everything. It
    may take awhile depending on your hardware(HDD or SSD), and it may
    appear to freeze at 20% on the third part, just be patient and
    let in run out.



    2.) Reset Windows Update
    Open an admin command prompt and copy & paste the following in
    (see this tutorial from @Brink and you can download the batch file there if you wish: Windows Update - Reset in Windows 10 - Windows 10 Forums)

    Code:
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Ipconfig /flushdns
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
    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)
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll 
    regsvr32.exe /s urlmon.dll 
    regsvr32.exe /s mshtml.dll 
    regsvr32.exe /s shdocvw.dll 
    regsvr32.exe /s browseui.dll 
    regsvr32.exe /s jscript.dll 
    regsvr32.exe /s vbscript.dll 
    regsvr32.exe /s scrrun.dll 
    regsvr32.exe /s msxml.dll 
    regsvr32.exe /s msxml3.dll 
    regsvr32.exe /s msxml6.dll 
    regsvr32.exe /s actxprxy.dll 
    regsvr32.exe /s softpub.dll 
    regsvr32.exe /s wintrust.dll 
    regsvr32.exe /s dssenh.dll 
    regsvr32.exe /s rsaenh.dll 
    regsvr32.exe /s gpkcsp.dll 
    regsvr32.exe /s sccbase.dll 
    regsvr32.exe /s slbcsp.dll 
    regsvr32.exe /s cryptdlg.dll 
    regsvr32.exe /s oleaut32.dll 
    regsvr32.exe /s ole32.dll 
    regsvr32.exe /s shell32.dll 
    regsvr32.exe /s initpki.dll 
    regsvr32.exe /s wuapi.dll 
    regsvr32.exe /s wuaueng.dll 
    regsvr32.exe /s wuaueng1.dll 
    regsvr32.exe /s wucltui.dll 
    regsvr32.exe /s wups.dll 
    regsvr32.exe /s wups2.dll 
    regsvr32.exe /s wuweb.dll 
    regsvr32.exe /s qmgr.dll 
    regsvr32.exe /s qmgrprxy.dll 
    regsvr32.exe /s wucltux.dll 
    regsvr32.exe /s muweb.dll 
    regsvr32.exe /s wuwebv.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
    Now try Windows update again. You may have to try #2 a few times.
    Just a update. This didn't work.
      My Computer


  5. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #94

    @BRKING is this the only update that keeps showing up and not installing?
      My Computers


  6. Posts : 130
    Win 10
       #95

    Cliff S said:
    @BRKING is this the only update that keeps showing up and not installing?
    yes
      My Computer


  7. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #96

    I was thinking(actually hoping) it might have been pulled and was superseded
    Basically we cleaned up your windows update components and reset it and reregistered and the libraries(.dll's).
    And you have ran the Windows Update troubleshooter(to be honest it never helped me when I had problems since Windows 8)
    Cumulative Update for Windows 10 Version 1511 (KB3118754)-image-002.png
      My Computers


  8. Posts : 23
       #97

    Anyone find a changelog? F*cking M$
      My Computer


  9. Posts : 1
    Windows 10
       #98

    OK, I just did the KB3118754 Cumulative update and I lost the Start Screen and Action Center on my HP Stream tablet. The update completed successfully, but after a restart they were gone. Everything else through the right click of the start button seemed to be working.

    I uninstalled the update and everything is back. Any ideas? I'm going to wait a while before trying to do the update again.
      My Computer


  10. Posts : 1,546
    Windows 10 Pro x64 RS 10586.586
       #99
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:48.
Find Us




Windows 10 Forums