[DISCUSSION] Windows 10 (IoT) Enterprise (N) LTSC 2021 Added all direct ISO download links from opendrive IPFS
check your BuildLab and BuildLabEx values on a LTSC2019 or Server2019 or Server2022 they are plausible/consistent.
Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx A double click prompts a notice from windows that it cannot open this type of file Why ever not? cheers
APPX packages are installed using PowerShell (run as admin): Code: Add-AppxPackage -Path <path_to_the_appx_file>
It doesn't work like a MSU update. You have to add it with either DISM or powershell. The full verbose command is something like: Code: PS Add-AppxProvisionedPackage -Online -PackagePath Pathtofile\filename.appx -DependencyPackagePath Dependencyfilepath\Dependencyfilename.appx -LicensePath Pathtolicense\Microsoft.StorePurchaseApp_8wekyb3d8bbwe.xml With just the vclib, you could probably omit the dependency and license lines as vclib is a dependency itself.
And I thank you too for the extraordinarily detailed instructions. I had already gone with the not so verbose option and that has worked, cheers
One I found was USB audio devices work better for me. In LTSC 1809 usb audio had constant micro-dropouts/stutters. Major PITA for USB audio interfaces for home recording.
It is not possible to uninstall it because the image base has been resetted. i.e. updated initial packages are gone. Re-install, or install latest one, OK.
Not sure what you mean. Is KB5006670 the one that is included in the ISO normally? If so, they are impossible to remove. What are you trying to accomplish?
I can install the latest LCU(19041.1381) and remove this one. But then the latest LCU is not able to remove. Which I still can't get an 19041.1 image.
I reckoned so, then deleted it because of off-topic. Windows Editions Reconstruction Project https://forums.mydigitallife.net/threads/windows-editions-reconstruction-project.80939/ Watch the latest posts.
No such image available, MS only released the image with update already integrated. You will have to create such an image yourself from some other windows version.
It's not possible to remove MS updates from a MS compiled ISO, afaik. I'm not even sure the non-updated files are still present, and if they are, they are likely only present in a delta format for archiving. I'm not aware of any workarounds to get dism to "undo" the updates. You might try taking a 19041 image and just gutting the store out of it and seeing if you can make a few minor tweaks to make it more like ltsc if that's what you really want.