I have a requirement to display different icons of the devices based on if the Windows 8.1 device is Laptop, Desktop, or Tablet based.
I saw that this information is available in MsInfo32 as Platform Role property. Is there a way to access this info directly by use of WinJS or do I have to write C++ component to access this property value? Or area there any other way to access this
information of device kind such as Laptop, Desktop, Tablet?
Alexander