Open jeremyd2019 opened 1 day ago
One funny thing I ran into was deploying the updated Windows Terminal stopped working. It turns out that DISM was erroring out because of the "arm" (not arm64) version of the Xaml dependency being included. I guess when they dropped support for 32-bit arm, they decided to error out instead of just ignoring an unneeded dependency package. Added a tweak to my script to delete the 32-bit arm package if on 24h2 or newer (if I knew off-hand which build dropped 32-bit arm support I could have specified a lower build number, but whatevs).
Another "improvement" microsoft made is to updates: now a given update can list multiple msu files. When I first looked at KB5046617 on microsoft update catalog I got sticker shock at the size listed, but it turns out that was the size of both update files, and the prerequisite msu (KB5043080) was already included in the version of Windows 11 24H2 on the official iso download, so I could omit that one.
There seems like there may be an issue with the hyperv drivers in 24H2 - the "Assigned Memory" of the VM is not going down after start like it does with 22H2/23H2.
Started the process to get 24H2 virtual machines (Windows Update hasn't offered it to any of my host machines yet), and noticed a couple of improvements that should make life easier for me:
Will update as I get further along and see what happens.