If you don't need a specific bug fix in the cab, installing with the update service or the MSU could save some trouble. Also, Tuesday may bring a later build.
I installed v1809 last night in Hyper-V then used the DiamondMon 17763.167 (KB4469342 new revision updates (DC 2018/11/29)) link for the .167 x64 update. https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-347#post-1486754 All is working fine, though running Disk Cleanup was a bit slow.
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"