Hello, I'd like my Wine to report that it is Windows 11 or a certain updated version of Windows 10. I use an application that needs Windows 10 1909 or up and it will not start when I set the Windows version to 10 in winecfg.
I don't know what specific version of Windows 10 is used when I select it as the Windows version.
Report Windows 11
Re: Report Windows 11
A program can detect the Windows version in several ways. If you are lucky, it will look at the registry.
The Windows 10 version set by Wine is 1809, but you can adjust that manually.
Set the Windows version to Windows 10
Open regedit
and go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion
Change CurrentBuild and CurrentBuildNumber to 19044 or 19045
19044 is version 21H2
19045 is version 22H2
If you want to try an other version, you could find the build numbers in the Windows 11 release information.
The Windows 10 version set by Wine is 1809, but you can adjust that manually.
Set the Windows version to Windows 10
Code: Select all
winecfg -v win10
Code: Select all
wine regedit
Change CurrentBuild and CurrentBuildNumber to 19044 or 19045
19044 is version 21H2
19045 is version 22H2
If you want to try an other version, you could find the build numbers in the Windows 11 release information.