I do remember u saying that in another post...sorry u know how it is when your old things most be constantly repeated
Is it possible to update to 1909 on normal Windows 10 Pro consumer without applying to insiders? Maybe via DISM or something? I'm currently on 18362.387
Yes, you only have to download the 1909 Enablement Package cab file and install it by using dism command: Code: dism /online /Add-Package /PackagePath:xxxxxxxxx.cab Or use this GUI tool: https://forums.mydigitallife.net/th...ow-rp-19h1_release.79259/page-62#post-1516261
Or create a .reg file containing... Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs] @="Install this update" "HasLUAShield"="" [HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs\Command] @="cmd /k dism /online /add-package /packagepath:\"%1\"" To add install CAB file option to the right click context menu.