An open API service indexing awesome lists of open source software.

https://github.com/provrb/mem-info-test

Demo on how to get all RAM information in Windows 10 using WMI in Rust
https://github.com/provrb/mem-info-test

Last synced: 8 months ago
JSON representation

Demo on how to get all RAM information in Windows 10 using WMI in Rust

Awesome Lists containing this project

README

          

A demonstration on how to get all information regarding RAM for Windows 10 using Rust and WMI.

Makes a query to the WMI to get information for Win32_PhysicalMemory.
You can view more information about the Win32_PhysicalMemory class [here](https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-physicalmemory).