How to List Keyboard Properties using VBScript and WMI Object?

With WMI Object on windows, it is easy to retrieve hardware information via SQL-like query, for example, the following query retrieves the keyboard information. Select * from Win32_Keyboard The …