add support to detect the BuildID of Windows 10 22H2
This commit is contained in:
@ -229,6 +229,8 @@ std::string platform::os_info()
|
||||
buf = "Windows 10 21H1";
|
||||
} else if (build == "19044") {
|
||||
buf = "Windows 10 21H2";
|
||||
} else if (build == "19045") {
|
||||
buf = "Windows 10 22H2";
|
||||
} else if (build == "20348") {
|
||||
buf = "Windows Server 2022";
|
||||
} else if (build == "22000") {
|
||||
|
||||
Reference in New Issue
Block a user