Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on a Windows Universal Javascript App.
Using WinJs, i need to get the below device configurations :

1.       Device RAM\CPU
2.       Network speed\Type
3.       Disk space being used by app
4.       RAM\CPU usage


i've already implemented for device ModelName and Manufacturer by using 'System.Devices.ModelName' , 'System.Devices.Manufacturer' properties with the method 'Pnp.PnpObject.findAllAsync()'. But, i'm not able to get the properties for the above mentioned areas.

Actually, i'm looking for the properties for the above four.
Thanks in advance.
Posted
Updated 24-Nov-15 21:11pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900