Windows_Management_Instrumentation

Posted ryueifu-vba

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows_Management_Instrumentation相关的知识,希望对你有一定的参考价值。

 

WMI是管理系统中的核心

使用本工具的前提是:系统的服务列表中,Windows_Management_Instrumentation(winmgmts)这个服务处于运行状态。
如果处于关闭状态,请在运行窗口中输入Services.msc打开服务窗口,找到WMI服务并启用。

打开本工具,在文本框输入SQL查询语句,按下【Enter】查询。
* 常用的SQL语句有:
Select * from Win32_Service 查询服务列表
Select * from Win32_Process 查询进程列表
Select * from Win32_LogicalDisk 查询磁盘分区
Select * from CIM_DataFile where Drive=‘E:‘ 查询E分区下的所有文件

其余查询语句,参考WMI常用类.xlsx
* 在本工具的表格控件,点击右键菜单,选择“导出Excel”,可以导出数据。

 

技术分享图片

 

Windows_Management_Instrumentation.rar

以上是关于Windows_Management_Instrumentation的主要内容,如果未能解决你的问题,请参考以下文章