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.
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)?
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.
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.
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.
thx friend Ren C:\Windows\System32\catroot2 Catroot2.old this is showing me acces denied in command promt
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
when i click manual standalone installator it showing me that is already installed but its not true .(
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.
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?
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!
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