You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
The regex that looks for the Windows version in systeminfo only supports English locales. For example, my system locale is in Spanish and the output looks like Nombre del sistema operativo: Microsoft Windows 10 Home.
While it's unfortunate that Microsoft doesn't seem to provide a command that outputs machine-readable version info, we might be able to work around that by always targeting the third line of the output (which is also prone to breakage, but hopefully won't change in the near future).
The text was updated successfully, but these errors were encountered:
The regex that looks for the Windows version in
systeminfo
only supports English locales. For example, my system locale is in Spanish and the output looks likeNombre del sistema operativo: Microsoft Windows 10 Home
.While it's unfortunate that Microsoft doesn't seem to provide a command that outputs machine-readable version info, we might be able to work around that by always targeting the third line of the output (which is also prone to breakage, but hopefully won't change in the near future).
The text was updated successfully, but these errors were encountered: