Forum Discussion
YMinaev
Staff
16 years agoHi Ruel,
To get Windows version information, you can use the Sys.OSInfo object.
As for the current locale, try using the HKEY_CURRENT_USER\Control Panel\International\LocaleName registry key. You can obtain its value by using the RegRead method of the WScript.Shell object.
To get Windows version information, you can use the Sys.OSInfo object.
As for the current locale, try using the HKEY_CURRENT_USER\Control Panel\International\LocaleName registry key. You can obtain its value by using the RegRead method of the WScript.Shell object.