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的更多相关文章

  1. 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 ...

  2. System.ComponentModel.Component : MarshalByRefObject, IComponent, IDisposable

    #region 程序集 System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Windows\ ...

  3. [转发]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 ...

  4. 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 ...

  5. Ruby: Call the system and get system information.

    1. Kill the task cmd2="taskkill /F /IM typeperf.exe"stdout2=%x{#{cmd2}} 2. Start counters: ...

  6. Visual Studio Team System 2008 Team Suite(90 天试用版)

    安装完成后,在“控制面板”中启动“添加删除程序”,选中Vs2008,点击“更改.删除”,输入序列号:PYHYP-WXB3B-B2CCM-V9DX9-VDY8T

  7. SIGAR - System Information Gatherer And Reporter

    https://support.hyperic.com/display/SIGAR/Home 收藏一篇: http://www.cnitblog.com/houcy/archive/2012/11/2 ...

  8. Confluence 6 数据库表-系统信息(System information)

    这些表格有存储数据相关的状态和 Confluence 站点的相关配置信息. confversion 被用来在升级系统的时候确定那个数据库的版本应该使用,这个表格只对数据库升级有影响. pluginda ...

  9. 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 ...

随机推荐

  1. sql server中的TimeStamp时间戳与UniqueIdentifier数据类型

    TimeStamp SQL Server timestamp 数据类型与时间和日期无关.SQL Server timestamp 是二进制数字,它表明数据库中数据修改发生的相对顺序.实现 timest ...

  2. 使用lapack图书馆逆矩阵

    阿土,直接在代码: #include <string> #include "lapacke.h" #include "lapack_aux.h" i ...

  3. Qt写入unicode编码格式的文本(用QChar写入BOM标记,并且列出所有Qt支持的字符集)

    1.文本流设置unicode小端模式 2.写入文本前两个字节FF FE 3.字符串转成unicode编码 QList<QByteArray> list = QTextCodec::avai ...

  4. 【44.19%】【codeforces 608D】Zuma

    time limit per test2 seconds memory limit per test512 megabytes inputstandard input outputstandard o ...

  5. 图片及js的预加载

    loadImage : function (url, dataObj, callback, errorCallback) { var self = this; var img = new Image( ...

  6. Eclipse中设置自定义文档签名

    今天第一次认真学习eclipse的使用,看到自定义文档签名,步骤如下: 1.点击window->preferences->java->Code Style->Code Temp ...

  7. C++中的模板编程

    一,函数模板 1.函数模板的概念 C++中提供了函数模板,所谓函数模板,实际上是建立一个通用函数,其函数的返回值类型和函数的参数类型不具体指定,用一个虚拟的类型来表示.这个通用函数就被称为函数的模板. ...

  8. SQL2008错误:当 MUST_CHANGE 为 ON (开)时,不能将 CHECK_POLICY 和 CHECK_EXPIRATION 选项设为 OFF (关)。

    假设出现这样的情况,第一个选择是: 在数据库用户管理中去掉了"强制password过期"! 假设把"强制实施password策略"的勾也去掉了,出现例如以下错误 ...

  9. 至HDFS附加内容

    在最近的项目开发中遇到的问题: 需要产生良好hdfs文件的其他内容.但使用在线版1.0.3.见发现官方文件,于1.0.4支持的文件的版本号之后append 一下是向hdfs中追加信息的操作方法 假设你 ...

  10. wpf中的倒影效果实现

    原文:wpf中的倒影效果实现        <TextBox Name="txt"                      FontSize="30" ...