Im able to get some information like : device family - Windows.Desktop System Version -10.0.17134.471 System Architecture - X86 Device Mnaufacturer - LENOVO Device Model - 2436CTO But I need information related to memory and how to attain that?
Asked
Active
Viewed 609 times
1 Answers
1
You can use Windows Community Toolkit
So please take a look at SystemInformation Class
- Sample project on github UWP-SystemInfoCollector

MKH
- 367
- 1
- 4
- 12
-
Thanks for the quick response but i need to know how to get CPU related information. – Elma Sarah Daniel Jan 15 '19 at 10:04
-
Did you mean Cpu usage and etc ? [link](https://learn.microsoft.com/en-us/uwp/api/windows.system.diagnostics) Or This thread [Get CPU, RAM and GPU information - UWP App](https://stackoverflow.com/questions/48194014/get-cpu-ram-and-gpu-information-uwp-app) – MKH Jan 15 '19 at 10:19