-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unsupported Image Build [19042] #198
Comments
This is by no means a final solution but a workaround that worked for me. Open Optimize-Offline.psm1 in your favorite text editor and go down to about line 240:
Just remove the latter half and make it read:
Or, if you're paranoid, comment out the above top line and make a copy of the bottom line, like this:
(final edit) Or, just change 19041 to 19042. Save and launch O-O again. |
Thanks @strotee, that works like a charm as a workaround. |
Some additional information with a new release of O-O, the PowerShell file is listed along with line # for what should be changed (credit goes to drew84 at MDL):
|
After running Start-Optimize.ps1 from an elevated PowerShell the following message returns:
Copying WIM from "S:\W10UI\DVD\sources"
WARNING: Unsupported Image Build: [19042]
Integrated 2020-10 updates into image from official 20H2 ISO with W10UI first, including Enablement Package (20H2). According to the changelog build 19042 should be supported. What am I missing here?
The text was updated successfully, but these errors were encountered: