Just now received a New MS Store build :
And a new Windows Web Experience Pack I'm on Beta Channel Build 22000.160
Please check your store for these updates.
Thanks,
Got that on Dev a few days ago, now is updating on Beta too.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
My Pleasure fg2001,
I know there must be a difference in the New Store app. But I sure don't see it. Perhaps the difference is under the hood. 🤷♂️
Downloaded official insider ISO 22000.132, as usual it has the install.wim instead of the install.esd.
To create the FAT32 installation media I had to convert the file manually to stay within the 4GiB size limit for the file.
Why isn't MS putting a little extra effort preparing the ISO with install.esd ?
That would save the aggravation for all insider testers when trying to make the USB FAT32 installation Media..
I've seen other FBH older report for the same issue: https://aka.ms/AAdjk28
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Downloaded official insider ISO 22000.132, as usual it has the install.wim instead of the install.esd.
To create the FAT32 installation media I had to convert the file manually to stay within the 4GiB size limit for the file.
Why isn't MS putting a little extra effort preparing the ISO with install.esd ?
That would save the aggravation for all insider testers when trying to make the USB FAT32 installation Media..
Would this help?
https://www.windowscentral.com/how-create-windows-10-iso-file-using-installesd-image Or is it outdated?
That link does not exists, also the problem is not to create the ISO it is to fit the install.wim in a FAT32 device when the file is bigger than 4GiB.
Here is the ISO after converting the install.wim to install.esd just for the Professional edition (Index:6 in the original install.wim)
Convert install.wim to install.esd:
dism /export-image /SourceImageFile:"D:\Temp\install.wim" /SourceIndex:6 /DestinationImageFile:"D:\Temp\install.esd" /Compress:recovery /CheckIntegrity