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
- Host: GitHub
- URL: https://github.com/provrb/mem-info-test
- Owner: provrb
- Created: 2025-01-09T21:45:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-09T22:09:58.000Z (over 1 year ago)
- Last Synced: 2025-01-18T21:33:04.447Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).