What updates do I need to get 17763.107 up to the current 17763.167? What's the DISM command to integrate them correctly?
See my post above for .167 update, I used the 10forums tutorial (see below) to install the .cab file Including my mis-input that worked anyway
SSU windows10.0-kb4470788-x64_815f6888f01904cb53fdf0e4317a49cbc7804222.cab CU windows10.0-kb4469342-x64_7bfd1fd5075c9bbda80cc5134f26204b1e5bc3df.cab You need to open Properties Digital Sig Needs to be 29 Nov. Create Folder in C:\ and name update Download SSU to update Folder then run DISM in CMD w Admin dism /online /add-package /packagepath:"C:\update\windows10.0-kb4470788-x64_815f6888f01904cb53fdf0e4317a49cbc7804222.cab Delete SSU in update Folder & download CU to Folder Then run DISM dism /online /add-package /packagepath:"C:\update\windows10.0-kb4469342-x64_7bfd1fd5075c9bbda80cc5134f26204b1e5bc3df.cab If done right, you should be asked to restart. The downloaded KB File Name has to match KB File Name in DISM to work
I used to have the same problem too, especially using the "cleanmgr /sageset:n" and "cleanmgr /sagerun:n" option. It took minutes to complete. So I stopped using Disk Cleanup. I just use Storage sense instead (Settings > System > Storage > Storage sense) along with CCleaner. I wonder if it's because (they say) Windows 1809 doesn't support Disk Cleanup anymore.
I am getting this error in command prompt 0x800f081f DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
msu files have a built in installer (just double click to install) cab files do not so need DISM to install.
dism /online /add-package /packagepath:"%~dp0windows10.0-kb4470788-x64.cab" dism /online /add-package /packagepath:"%~dp0windows10.0-kb4469342-x64.cab"
You can search in google: "cybermania" for 10 Windows Enterprise LTSC 2019. You need a premium account. I recommend you 1fichier.com
or just: Code: dism /online /add-package /packagepath:"%~dp0windows10.0-kb4470788-x64.cab" /packagepath:"%~dp0windows10.0-kb4469342-x64.cab"