Cumulative Update for Windows 10 Version 1511 (KB3118754)

Page 8 of 10 FirstFirst ... 678910 LastLast

  1. Posts : 130
    Win 10
       #70

    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.

    i did step 1 and rebooted the computer like you said and now the computer has been at the blue screen and saying "getting Windows ready. Don't turn off" for over 15 minutes now. That's probably not good.
      My Computer


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

    BRKING said:
    i did step 1 and rebooted the computer like you said and now the computer has been at the blue screen and saying "getting Windows ready. Don't turn off" for over 15 minutes now. That's probably not good.
    Just let it run, don't turn off, as long as it isn't a BSOD. It is resetting and updating WinSxS component store, which also contains all of the windows updates.
      My Computers


  3. Posts : 6
    Windows 10
       #72

    Has anyone else had problems with this update? After installing it, it broke my weather live tile and the settings app constantly crashes. I've uninstalled it and it definitely is the problem. Constantly uninstalling it is rather cumbersome...
      My Computer


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

    @Cliff S
    I have a question for you Cliff regarding Opencl.dll file in our WinSxS/WoW64 folder. That file is the wrong opencl.dll file, and when you update your Nvidia drivers with the correct ones, which include opencl.dll 103kb then if you run sfc /scannow windows will find an error and replace the correct Opencl.dll file 103kb with the incorrect version of Opencl.dll 27kb <---- Their must be a fix for this but I have not seen one posted yet. Actually anyone who has upgraded their Nvidia drivers should have the same problem. But if they didn't run sfc /scannow then that one dll is not replaced. I can show more information on this.....if needed. Just surprised that more people don't know about this bug.....in Windows.
      My Computers


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

    OldMike65 said:
    @Cliff S
    I have a question for you Cliff regarding Opencl.dll file in our WinSxS/WoW64 folder. That file is the wrong opencl.dll file, and when you update your Nvidia drivers with the correct ones, which include opencl.dll 103kb then if you run sfc /scannow windows will find an error and replace the correct Opencl.dll file 103kb with the incorrect version of Opencl.dll 27kb <---- Their must be a fix for this but I have not seen one posted yet. Actually anyone who has upgraded their Nvidia drivers should have the same problem. But if they didn't run sfc /scannow then that one dll is not replaced. I can show more information on this.....if needed. Just surprised that more people don't know about this bug.....in Windows.
    Sorry Mike in this I really don't have any experience. But see if this thread is any help: Solved Missing OpenCL.dll - Windows 10 Forums
      My Computers


  6. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #75

    I also found this:
    Register the opencl64.dll file in Windows

    The Regsvr32 tool is a command-line utility that can be used for registering and un-registering OLE controls like DLL and ActiveX (OCX) controls in the Windows operating system. If you find that some of your Windows functions are not working properly, you may need to register your dll files.

    To register the opencl64.dll file, open a command prompt as an administrator and type:
    regsvr32 opencl64.dll


    To un-register the opencl64.dll file, open a command prompt as an administrator and type:
    regsvr32 /u opencl64.dll
      My Computers


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

    Cliff S said:
    I also found this:
    This is a reply from a fellow member Ache, where he reports this,
    The correct fix will be to remove wrongly installed Microsoft wow64_microsoft-windows-r..xwddmdriver-wow64-c_31bf3856ad364e35_10.0.10586.0_none_3dae054b56911c22 update (RemoteFX Display driver which contains opencl.dll with reduced functionality, which overwrites correct Nvidia \SysWoW64\opencl.dll on attempt of DISM recover from install.wim) from WinSxS (which is 32bit counterpart of their amd64_rdvgwddmdx11.inf_31bf3856ad364e35_10.0.10586.0_none_5fcf2a87752df0d7 64bit update, later one is inactive and does no harm). But I know no tool for correct selective remove of specific directory from WinSxS. Manual removing this directory damages internal structures, I already try that.
      My Computers


  8. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #77

    Will the graphics card work(temporarily) with out opencl?
      My Computers


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

    Cliff S said:
    Will the graphics card work(temporarily) with out opencl?

    I believe my card will work without that file, not completely 100% sure, but I have completely removed all drivers from Nvidia using the program DUU for a clean install of new Nvidia drivers, in SafeMode......what windows will do is replace the driver with a generic driver. But, I have also just made a complete image backup with MR just incase.
      My Computers


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

    Here is a screen shot showing correct drivers as they are now.....

    Cumulative Update for Windows 10 Version 1511 (KB3118754)-opencl2.png
      My Computers


 

  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 03:25.
Find Us




Windows 10 Forums