MiTeC System Information Component Suite 10.9.2 D5-XE3 Full Source
The most complex system information probe in Delphi world, it consists of many standalone components covering many system information problematic, and it includes:
- TMiTeC_SystemInfo gathers all following components to one for simple use
- TMiTeC_AD explores ActiveDirectory
- TMiTeC_APM provides informaton about Advanced Power Management
- TMiTeC_BT detects Bluetooth devices using Native Bluetooth Enumerator)
- TMiTeC_CPU provides detailed CPU information
- TMiTeC_Devices provides devices information like Windows Device Manager
- TMiTeC_Disk provides logical drive information
- TMiTeC_Display provides display adapter information
- TMiTeC_DMA provides direct memory acceess
- TMiTeC_DriveContent scans and saves specified drive content
- TMiTeC_Engines provides information about various installed engines
- TMiTeC_EventLog digs information from Windows EventLog
- TMiTeC_Machine provides informaton about computer or virtual machine, BIOS etc.
- TMiTeC_Media provides media devices information
- TMiTeC_Memory provides memory information
- TMiTeC_Monitor provides all connected moitors information
- TMiTeC_MSProduct detects some Microsoft products installed and their product keys
- TMiTeC_Network provides network card info, TCP/IP ad Winsock config, installed protocols, clients and services.
- TMiTeC_OperatingSystem provides OS detailed information, Locale, Timezone, NT specific info, hotfixes, internet settings etc.
- TMiTeC_Printers detects installed printers and their properties
- TMiTeC_ProcessList collects list of running processes, services, drivers and windows and their properties
- TMiTeC_Security detects installed AntiViruses, AntiSpyware and Firewalls
- TMiTeC_SMBIOS reads SMBIOS information from memory
- TMiTeC_Software provides list of installed software
- TMiTeC_Startup provides list of applications that are started during system startup
- TMiTeC_Storage detects S-ATA, ATA, ATAPI, RAID, SCSI, USB, Firewire storage devices and their parameters
- TMiTeC_USB detects USB ports and devices and their parameters
- TMiTeC_WIFI detects available Wi-Fi networks with all their parameters
- TMiTeC_DeviceMonitor detects and fires event whenever any usb, firewire etc. device or volume is connected or disconnected to machine.
- TMiTeC_DiskMonitor watches specified drive or path and fires event when specified event occurs
- TProcMonThread monitors given process via its Process IDentifier and provides basic process properties, memory, CPU and I/O process usage, enumerates process threads with their runtime properties.
- TSysMonThread monitors system and provides basic properties and CPU, memory and disks usage. This class is so-called singleton - it means it ensures to be instantiated only once per application
MiTeC System Information Component Suite 10.9.2 D5-XE3 Full Source的更多相关文章
- how to read the system information by using the node cli tool?
how to read the system information by using the node cli tool? node cli & get system info demos ...
- System.ComponentModel.Component : MarshalByRefObject, IComponent, IDisposable
#region 程序集 System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Windows\ ...
- [转发]Dumps of system information with Apple computers
In this article, I gathered up all the dumps, who found. If you see something new table will be upda ...
- VC++获取计算机Hardware Information (CPU ID, MainBoard Info, Hard Disk Serial, System Information)
转载:http://blog.csdn.net/yapingxin/article/details/50107799 转载:http://zhidao.baidu.com/link?url=A5K6N ...
- Ruby: Call the system and get system information.
1. Kill the task cmd2="taskkill /F /IM typeperf.exe"stdout2=%x{#{cmd2}} 2. Start counters: ...
- Visual Studio Team System 2008 Team Suite(90 天试用版)
安装完成后,在“控制面板”中启动“添加删除程序”,选中Vs2008,点击“更改.删除”,输入序列号:PYHYP-WXB3B-B2CCM-V9DX9-VDY8T
- SIGAR - System Information Gatherer And Reporter
https://support.hyperic.com/display/SIGAR/Home 收藏一篇: http://www.cnitblog.com/houcy/archive/2012/11/2 ...
- Confluence 6 数据库表-系统信息(System information)
这些表格有存储数据相关的状态和 Confluence 站点的相关配置信息. confversion 被用来在升级系统的时候确定那个数据库的版本应该使用,这个表格只对数据库升级有影响. pluginda ...
- Sharing The Application Tier File System in Oracle E-Business Suite Release 12.2
The most current version of this document can be obtained in My Oracle Support Knowledge Document 13 ...
随机推荐
- NOIP模拟 乘积 - 状压dp + 分组背包
题目大意: 给出n和k,求从小于等于n的数中取出不超过k个,其乘积是无平方因子数的方案数.无平方因子数:不能被质数的平方整除. 题目分析: 10(枚举\(n\le8\)),40(简单状压\(n\le1 ...
- radio实现第一次点击选中第二次点击取消
Jquery代码如下: $("#add_form .radio input").bind("click",function(){ var $radio = $( ...
- Android 对.properties文件的读取
/** * * @param filepath .properties文件的位置 */ public void checkFileExists(String filepath){ File file ...
- java做微信支付notify_url异步通知服务端的写法
最近团队在接入微信支付,APP和JSAPI的接口都需要填写一个notify_url回调地址,但是坑爹的官方文档并没有找到JSAPI模式的java版的demo,所以不得不自己看文档写了一个接受微信异步通 ...
- java 保存和读取本地json文件
保存数据到本地文件 private void saveDataToFile(String fileName,String data) { BufferedWriter writer = null; F ...
- BS_OWNERDRAW风格的作用和例子(值得研究,待续)
TBitBtn就是一个例子: procedure TBitBtn.CreateParams(var Params: TCreateParams); begin inherited CreatePara ...
- docker入门2:基础操作(1)
-- 列出所有的容器 docker ps -a (没有-a就是只列出启动的) -- 开启/关闭/移除容器 docker start|stop|rm CONTAINER_ID|CONTAINER_NA ...
- cordova使用cordova-plugin-baidumaplocation插件获取定位
原文:cordova使用cordova-plugin-baidumaplocation插件获取定位 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/m ...
- cordova打包之android应用签名
原文:cordova打包之android应用签名 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/mate_ge/article/details/78 ...
- PLC中ST语言的几种程序流程控制语句
ST语言是IEC61131-3中规定的5中标准语言之一,目前常用见品牌的PLC都支持这种语言(施耐德,AB可以直接选择创建该类型的程序段或者功能块,西门子的略微麻烦一点),ST语言的一个好处是移植性好 ...