Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    still same again again installation :(

    still windows version is
     

    Attached Files:

  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    First run "sfc /scannow" in an elevated cmd.
    Next delete the "c:\windows\softwaredistribution\download" folder an retry.

    If that also fails:

    Boot into safe mode and delete the entire "c:\windows\softwaredistribution" folder, reboot into normal mode and run WU to see if it's solved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. palikuca

    palikuca MDL Member

    Oct 23, 2017
    122
    33
    10
    hmm the only for HDD or sfc /scannow
    not for SSD
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    What are you saying?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Jazz

    Jazz MDL Senior Member

    Jun 7, 2014
    339
    89
    10
    I've little question.

    1. Is Every CU that released always superseded?
    2. Is Delta update only contain new files specific month (e.g. KB4074592 only contain 15063.909, not previous build)?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    1. Yes, in general they are
    2. Afaik, delta update is dependent on the last full CU and only useful for manual deployment, WU uses express update system and UUP for CU/SSU.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. verndog

    verndog MDL Member

    May 3, 2010
    114
    34
    10
    I have Windows 10 LTSB N 2015. I got an undate notice today. It tried twice to install and only gave me unable to install update, backing out. No error code, nothing. Log files were of no help.

    I downloaded the MSU file and tried the stand alone. that didn't work. same message:
    (windows10.0-kb4074596-x64_c7315b0bdcc1cd173f8ff685e4ff365700739c62.msu)

    Googling didn't reveal anyone else with this issue.
     
  8. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    i run sfc now and show no errors also i delete this softwaredistribution" folder, but still same
     
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    Try to integrate it on a iso and do a inplace upgrade if nothing helps ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. rockyanexpert

    rockyanexpert MDL Junior Member

    Mar 6, 2010
    79
    55
    0
    Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    Close Command Prompt and see if the updates works then.
     
  11. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    thx friend Ren C:\Windows\System32\catroot2 Catroot2.old this is showing me acces denied in command promt :(
     
  12. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    lol now showing me wainting for installation 100% OK INSTALLATION 100% OK after restart pc still showing need restart pc :( oh my got again nothing :(
     
  13. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    when i click manual standalone installator it showing me that is already installed but its not true .(
     
  14. rockyanexpert

    rockyanexpert MDL Junior Member

    Mar 6, 2010
    79
    55
    0
    See in updates history n winver
     
  15. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    732
    43
    30
    vinver is still this 1709 16.299.214
     

    Attached Files:

  16. nechrist

    nechrist MDL Guide Pack

    Apr 24, 2010
    324
    162
    10
    #5356 nechrist, Feb 15, 2018
    Last edited: Feb 15, 2018
    I got errors about installing last cumulative update too. I solved doing like this:

    Uninstall KB4056892 (which was listed two times into the history of installed uptades - don't know why -)

    then rebooted and then run this

    Dism.exe /online /Cleanup-Image /StartComponentCleanup

    After this the last cumulative update installed without problems. The only other strange thing is that on one pc i did the update manually becouse windows update refuses to see any update saying that the system was already up to date (not true of course). The only updates founds were the Windows Defender definition's ones.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    On the other system, do you happen to run eset? If yes, i saw that was causing the problems of not finding new updates. If not, do you run another AV?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. nechrist

    nechrist MDL Guide Pack

    Apr 24, 2010
    324
    162
    10
    Nope, i haven't any av installed, just the default windows defender.
     
  19. bogol

    bogol MDL Novice

    Dec 30, 2009
    47
    52
    0
    Hi everyone!
    I too had to do an in-place upgrade to install KB4074588 on my system
    I used Abbodi1406's W10UI script to integrate all the updates to the install.wim file.
    Everything worked perfectly, but I have a noob question about this script: next month if I want to integrate the march updates can I use this updated install.wim file as a basis for integration, or is it "better" to use the untouched wim file from the "december update" iso?
    Thanks for all your hard work!
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    I always use clean previously not updated wim files.

    Could you next time use the script to just install the update online? Would love to see the outcome :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...