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

LTSC Versions not recognized in all languages #272

Open
PhiZ-9 opened this issue Jan 21, 2025 · 1 comment
Open

LTSC Versions not recognized in all languages #272

PhiZ-9 opened this issue Jan 21, 2025 · 1 comment

Comments

@PhiZ-9
Copy link

PhiZ-9 commented Jan 21, 2025

The LTSC OS checks do not fully cover all cases, e.g. for Chinese computers, the OperatingSystem attribute could be "Windows 10 企业版 2016 长期服务版", which does not contain LTSB/LTSC in the name but still is a valid Long-Term Service OS.

Regrettably, I am not aware of a full list provided by Microsoft or any other source, and I do not know if there are other ways of writing LTSC/LTSB with Chinese letters. Nonetheless, please add at least this check to the code. If my skills with Google Translate are enough, then "长期服务版" should suffice for the check, as this seems to be the equivalent of LTSC/LTSB.

@PhiZ-9
Copy link
Author

PhiZ-9 commented Jan 21, 2025

var isLTSC = x.OperatingSystem.Contains("LTSC") || x.OperatingSystem.Contains("LTSB");

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