Hardware details without using WMI
-
Hi, I am using WMI to get hardware details. WMI defines INT8. At the same time I am using one library that defines INT8, and because of this I am getting redefinition error for INT8. I can not change the code either in WMI or in other library. There could be one way by creating a Dll for all wmi code. But is there any other workaround for the same? That would be great, if one can help me in getting following details without using WMI: 1. All drives (Fixed as well as removable) and their partitions with size, utilization and driver (description, date, version) details. 2. CPU details : No of CPUs and for each CPU ---> CPU type, CPU alias, Original clock, Real Clock, Effective clock, CPUID manufacturer, CPUID revision. 3. Motherboard details: Motherboard ID, Motherboard Name, BUS type, BUS Width, BIOS type, System BIOS Date, No of memory modules and RAM within them. Regards! Paddy Padmanabh Sharma
-
Hi, I am using WMI to get hardware details. WMI defines INT8. At the same time I am using one library that defines INT8, and because of this I am getting redefinition error for INT8. I can not change the code either in WMI or in other library. There could be one way by creating a Dll for all wmi code. But is there any other workaround for the same? That would be great, if one can help me in getting following details without using WMI: 1. All drives (Fixed as well as removable) and their partitions with size, utilization and driver (description, date, version) details. 2. CPU details : No of CPUs and for each CPU ---> CPU type, CPU alias, Original clock, Real Clock, Effective clock, CPUID manufacturer, CPUID revision. 3. Motherboard details: Motherboard ID, Motherboard Name, BUS type, BUS Width, BIOS type, System BIOS Date, No of memory modules and RAM within them. Regards! Paddy Padmanabh Sharma
-
Hi, Yes this gives me most of the details but even i m not able to get following details: 1. Motherboard ID. 2. Driver details for all partitions and removable drives. 3. Bus type and Bus width 4. CPU alias 5. Real and Effective clock Regards! Paddy
-
Hi, Yes this gives me most of the details but even i m not able to get following details: 1. Motherboard ID. 2. Driver details for all partitions and removable drives. 3. Bus type and Bus width 4. CPU alias 5. Real and Effective clock Regards! Paddy
I think for these objects you need to WMI
WhiteSky
-
Hi, Yes this gives me most of the details but even i m not able to get following details: 1. Motherboard ID. 2. Driver details for all partitions and removable drives. 3. Bus type and Bus width 4. CPU alias 5. Real and Effective clock Regards! Paddy
Hi, I missed to add few of details in the list. The updated list is: 1. Motherboard ID. 2. Driver details for all partitions and removable drives. 3. Bus type and Bus width 4. CPU alias 5. Real and Effective clock 6. BIOS type and BIOS system date 7. Memory modules and RAM in each memory module. Regards! Paddy
-
Hi, I missed to add few of details in the list. The updated list is: 1. Motherboard ID. 2. Driver details for all partitions and removable drives. 3. Bus type and Bus width 4. CPU alias 5. Real and Effective clock 6. BIOS type and BIOS system date 7. Memory modules and RAM in each memory module. Regards! Paddy
Did your problem solve?:)
WhiteSky