
WMI
文章平均质量分 88
wang_tai
-
展开
-
C++ + WMI + DDK 实现获得显卡信息 代码
//Build it in VC++ 2005 with the following command // cl /Zc:wchar_t- videocontroller.cpp // by Onega(www.fruitfruit.com) #define _WIN32_DCOM #include Wbemidl.h> #pragm原创 2008-01-22 09:46:00 · 3388 阅读 · 3 评论 -
Win32_SoftwareElement Class (Windows)
Win32_SoftwareElement Class The Win32_SoftwareElement WMI class represents a software element, part of a software feature (a distinct subset of a product which may contain one or more elements). Each转载 2008-01-17 10:28:00 · 965 阅读 · 0 评论 -
所有的WMI可以使用的class
知道这些类名之后,写一个最简单的应用,是可以知道系统的全部硬件、软件信息。比如说CPUID,主板序列号,硬盘出厂的ID号,CPU速度,网卡号等。 Computer system hardware Cooling device classes Win32_Fan Win32_HeatPipe Win32_Refrigeration Win32_TemperatureProbe)} Input dev转载 2008-01-17 10:31:00 · 1331 阅读 · 0 评论 -
WMIC:从命令行对Windows的全面管理
转自:http://tech.ddvip.com从Windows 2000开始,WMI(Windows 管理规范)就是Windows系统管理的重要组成部分。WMIC是Windows Management Instrumentation Command-line的简称,在WMIC出现之前,要从命令行访问WMI数据库或WMI名称空间不是一件容易的事情。现在,WMIC利用WMI强大的功能把系统管理扩转载 2008-01-17 10:25:00 · 797 阅读 · 0 评论 -
WMI类--所有可用的WMI的类封装
原帖地址:http://www.cnblogs.com/volcano/archive/2005/11/04/268900.html public class WMIClasses { private Hashtable _ClassHash=new Hashtable(); public WMIClasses() {转载 2008-01-17 10:40:00 · 1734 阅读 · 0 评论 -
error C2065: 'CoSetProxyBlanket' : undeclared identifier 问题解决方法
CodeGuru Forums > Visual C++ & C++ Programming > Visual C++ Programming > Question about WMI PDA Click转载 2008-01-21 17:19:00 · 5241 阅读 · 0 评论