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

Windows 10 22H2 support error - Unable to translate OS version using input object 10.0.19045 #240

Open
MrMortensen opened this issue May 9, 2023 · 2 comments

Comments

@MrMortensen
Copy link

I have discovered that the drivers are not applied for Windows 10 Build 22H2.
In the ApplyDrivers.log these errors:

  • Unable to translate OS version using input object 10.0.19045
  • Unsupport OS version detected, please reach out to the developers of this script

In the powershell script, Invoke-CMApplyDriverPackage.ps1, I can see that the Windows 10 Build 19045 is not added in the script, line 989:

		"Windows 10" {
			switch (([System.Version]$InputObject).Build) {
				"19044" {
					$OSVersion = '21H2'
				}
@MrMortensen
Copy link
Author

I believe that adding the following will solve the problem:
"19045" {
$OSVersion = '22H2'
}

/Morten

@MrMortensen
Copy link
Author

I can see that there is a pull on this update: #204

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

1 participant