Cumulative Update for Windows 10 Version 1511 (KB3118754)

Page 7 of 10 FirstFirst ... 56789 ... LastLast

  1. Posts : 1,546
    Windows 10 Pro x64 RS 10586.586
       #60

    [QUOTE=BRKING;473916]
    Cluster Head said:
    Hi!
    Try this:
    Reset Windows Update Agent

    I don't know anything about scripts and codes. What do I do after I download this? Does it automatically fix this issue?
    Download the tool: https://gallery.technet.microsoft.co...ResetWUEng.cmd

    Run with administrator privileges! - That`s it!

    Does it automatically fix this issue?
    Yes! :)
      My Computer


  2. Posts : 130
    Win 10
       #61

    It says I am not set as the administrator but this is my computer and the only one who uses it. What do I need to do to fix this?
    thanks for the help

    BTW I checked and I am the Administrator when I went to state and clicked on my username
      My Computer


  3. Posts : 1,546
    Windows 10 Pro x64 RS 10586.586
       #62

    BRKING said:
    It says I am not set as the administrator but this is my computer and the only one who uses it. What do I need to do to fix this?
    thanks for the help
    Hmm....turn off the User Account Control. Restart the Maschine and try again.
      My Computer


  4. Posts : 130
    Win 10
       #63

    didn't help. I am the Admin.
      My Computer


  5. Posts : 1,546
    Windows 10 Pro x64 RS 10586.586
       #64

    BRKING said:
    didn't help. I am the Admin.
    Another proposal: Create a new admin account, log in to that account and check the tool again.
      My Computer


  6. Posts : 130
    Win 10
       #65

    no change
      My Computer


  7. Posts : 130
    Win 10
       #66

    I went to the Microsoft Update Cataolog and tried to download 3 new updates:
    Cumulative Update for Windows 10 Version 1511 for x64-based Systems (KB3118754)
    Cumulative Update for Windows Server 2016 Technical Preview 4 (KB3118754)
    Cumulative Update for Windows 10 Version 1511 (KB3118754)

    and I get a error that says
    "Update is not applicable to your computer" ???

    Microsoft Update Catalog
      My Computer


  8. Posts : 806
    Windows 10 Home version 20H2 64bit OS Build 19042.1023
       #67

    Um speaking of that copyright date thing maybe Microsoft ment that one build wasn't supposed to be here till 2016.
      My Computers


  9. Posts : 27,182
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #68

    BRKING said:
    My computer updates get stuck at KB3106932 which is a few weeks old. Anyone know how to fix this?
    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.
      My Computers


  10. Posts : 14,018
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #69

    BRKING said:
    I went to the Microsoft Update Cataolog and tried to download 3 new updates:
    Cumulative Update for Windows 10 Version 1511 for x64-based Systems (KB3118754)
    Cumulative Update for Windows Server 2016 Technical Preview 4 (KB3118754)
    Cumulative Update for Windows 10 Version 1511 (KB3118754)

    and I get a error that says
    "Update is not applicable to your computer" ???

    Microsoft Update Catalog
    I got the two updates I needed [not the Server version] but not before I got a message on Win7 with IE11 that I needed at least IE6 to do it. Went to my Win10 computer to do the same with IE11 and got them but needed to first update the Windows Update Catalog.

    As a side note, I used MCT to get the downloads of Win10 onto a USB drive and chose the Both instead of individual x86 and x64 versions. The download was about 5.5GB, will get to try it on my Dell Venue 8 Tablet tomorrow that has RTM build 10240, see if the update sees the installed version. It loaded onto my 16GB SanDisk Dual USB Drive.
      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 07:43.
Find Us




Windows 10 Forums