搜索资源列表
CSource_002
- WMI开发系统管理应用系统(C#) C#编写的源码,一般应用于服务器的远程管理。-WMI Development System Management Application System (C#) C# source code, general application of remote server management.
CPUInformation
- 用CSharp开发的WMI程序,检测系统cpu的各种参数-CSharp developed using WMI procedures, the detection system cpu various parameters
WMIip
- 用WMI获取网卡的IP地址&MAC码,比较方便,速度也快,下一步就是修改IP&MAC的功能了-WMI access card with the IP address & MAC code, more convenient, faster speed, The next step is to amend the IP & function of the MAC
IP
- C#利用WMI类中的Win32-NetworkAdapterConfiguration实现网卡IP地址的自动配置,注意事项:1、程序中数据库链接采用的是绝对路径,运行前请将附件解压至D:/CfgIP/文件夹中。 2、gdmacip.mdb数据库中保存的是作者的两台计算机的MAC、IP等信息,如果需要测试请填写自己的相关内容。 3、调试验证环境:Windows 2003 Server/Windows 2000 Pro/Windows XP,Microsoft Visual Studio
WMI
- WMI 的一个实现.zip,用C#语言实现,是学习WMI的好例子
WMI
- 根据使用者选择,在C#操作WMI的部分示列,希望对C#同行有帮助
cdcode
- C#编写的用光盘做启动盘 AT-RegCDRom:用来创建启动盘 AT-CDRom:验证启动盘[也可说是应用] 一 :编程思想 1、创建启动盘 插入要创建的启动盘,程序自动检测光驱中光盘,利用WMI(Windows管理架构:Windows Management Instrumentation)读取该光盘的序列号(具有唯一性),把该序列号写入注册表。 2、验证 程序执行时,自动检测光驱中的光盘,利用WMI获取序列号,然后读取注册表中先前写入的序列号,二者比较,相同则程序启动成功,否则提示插入启动盘
OpenHardwareMonitor_source
- 读取主板,CPU,显卡,硬盘芯片信息源代码,非WMI读取。支持ATI,NVIDIA显卡,AMD,INTEL CPU,-Read the motherboard, CPU, graphics card, hard drive chip information source code, non-WMI to read. Support for ATI, NVIDIA graphics card, AMD, INTEL CPU,
WMICodeCreatorTools
- 该工具提供了WMI查询功能,并且能够自动生成C#,vb.net,vbs的代码,还有对各种类,属性,方法的详细描述,是一个不可多得开发助手软件-The tool provides a WMI query function, and can automatically generate C#, vb.net, vbs code, there are various categories, properties, methods, a detailed descr iption, is a rare
wmiExample(0)
- using WMI in C-Sharp
MyWMIExplorer
- 原创的c#写的wmi浏览器。可能功能不是很全。但只是一个思路。里面大量用了C#的反射-Original written in c# browser wmi. May not be wholly functional. But just a thought. Inside the bulk of the C# reflection
wmi
- WINdows wmi编程 C#实例 里面很清楚的介绍了好几个常见的WMI的查询-WINdows wmi编程 C#实例
WMIScanner
- 在DOS窗口扫描远程主机是否开放WMI以寻找远程可注入漏洞-Scanning in the DOS window open WMI remote host if the remote can be injected in order to find loopholes
WMIClient
- 不像IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL,Windows Management Instrumentation(WMI)接口可以用于查询小端口驱动信息,即可以用来查询NDIS小端口驱动支持的OID。本文示例是查询无线网络的信号强度。-Unlike IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL, Windows Management Instrumentation (WMI) interfaces can be used to query
Cpu_try
- vs2008 CSharp(C#) 利用WMI查询CPU信息。-vs2008 CSharp (C#) using WMI query CPU information.
WMITest
- This an example of the use of WMI to retrieve information from a remote computer or get information of the local computer-This is an example of the use of WMI to retrieve information from a remote computer or get information of the local computer
liu.tool
- 工具类,常用功能,数据库访问,系统访问,缓存,正则。ftp,文件,wmi,rar,导入到出,压缩,序列化等-Tools commonly used functions, database access, system access, cache, regular. ftp, file, wmi, rar, into out, compression, serialization, etc.
Sample
- 一个用WMI获取系统信息的简单C#例子,包括硬盘和内存信息。-A Sample Example Code for getting HDD, Memory, Process info from WMI by C#.
WMICodeCreator
- 可以很好的查看和调用windows WMI 的功能
CPU Tempreture
- 简单获取cpu温度及最大最小cpu温度,用wmi开发完成。(Simple access to CPU temperature and maximum and minimum tempreture)