Open harris1m opened 1 month ago
I updated the apply driver package script with the following:
Line 279
[ValidateSet("24H2", "23H2","22H2", "21H2", "21H1", "20H2", "2004", "1909", "1903", "1809", "1803", "1709", "1703", "1607")]
Line 975
"Windows 11" { switch (([System.Version]$InputObject).Build) { "26100" { $OSVersion = '24H2' }
I haven't personally tested this yet.
I did the same thing. Updated the package script by adding the 24H2 build to it and made some changes to the TargetOSVersion parameter to "24H2". Imaging a laptop now and it worked perfectly.
It worked like a charm, Thank you!!
Hey, dumb question, how do you build it ?
i changed the ps1 file for 24h2 but it always starts with the old one
I know public release was only recent but is 24H2 support on the way?