I dont want to use WMI. How can i get datas of :
- RAM
- Ethernet
- Harddisk and other optical disks on my system
- PCI Devices
- USB Devices
I ve previously done PCI and USB devices with kernel-mode code , also i ve searched for SetupDiAPI but i am not sure these can be done with it.
Thank you very much.