Windows_Management_Instrumentation
2021-03-30 23:26
标签:导出excel xlsx 运行 参考 process ice sql语句 gif 打开 WMI是管理系统中的核心 使用本工具的前提是:系统的服务列表中,Windows_Management_Instrumentation(winmgmts)这个服务处于运行状态。 打开本工具,在文本框输入SQL查询语句,按下【Enter】查询。 其余查询语句,参考WMI常用类.xlsx Windows_Management_Instrumentation.rar Windows_Management_Instrumentation 标签:导出excel xlsx 运行 参考 process ice sql语句 gif 打开 原文地址:https://www.cnblogs.com/ryueifu-VBA/p/9270721.html
如果处于关闭状态,请在运行窗口中输入Services.msc打开服务窗口,找到WMI服务并启用。
* 常用的SQL语句有:
Select * from Win32_Service 查询服务列表
Select * from Win32_Process 查询进程列表
Select * from Win32_LogicalDisk 查询磁盘分区
Select * from CIM_DataFile where Drive=‘E:‘ 查询E分区下的所有文件
* 在本工具的表格控件,点击右键菜单,选择“导出Excel”,可以导出数据。
下一篇:C# 面向接口编程
文章标题:Windows_Management_Instrumentation
文章链接:http://soscw.com/index.php/essay/70202.html