Skip to content
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

24H2 Support #561

Open
harris1m opened this issue Oct 3, 2024 · 4 comments
Open

24H2 Support #561

harris1m opened this issue Oct 3, 2024 · 4 comments

Comments

@harris1m
Copy link

harris1m commented Oct 3, 2024

I know public release was only recent but is 24H2 support on the way?

@mohsin-mulla
Copy link

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.

@michrecc
Copy link

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.

@Syntaxscout
Copy link

It worked like a charm, Thank you!!

@CarstenKochems
Copy link

Hey, dumb question, how do you build it ?

i changed the ps1 file for 24h2 but it always starts with the old one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants