Hardware Monitoring v1.0.6
Hardware Monitoring v1.0.6
Hardware Monitoring v1.0.6 主要修复硬件传感器加载问题,并增强配置保存、安装行为、运行性能与构建一致性。
Hardware Monitoring v1.0.6 primarily fixes hardware sensor loading issues and improves configuration persistence, installation behavior, runtime performance, and build consistency.
本版本重点解决部分环境中 CPU/GPU 温度、GPU 频率、显存占用等指标大面积空白的问题。
This version focuses on resolving issues where CPU/GPU temperature, GPU frequency, VRAM usage, and other metrics appear blank in certain environments.
主要更新 / Key Updates
修复硬件传感器读取 / Hardware Sensor Fixes
-
修复源码运行时无法找到
LibreHardwareMonitorLib.dll的问题。
Fixed an issue whereLibreHardwareMonitorLib.dllcould not be found when running from source. -
修复错误的同名
clr模块可能导致 Python.NET 初始化失败的问题。
Fixed an issue where an incorrectclrmodule could cause Python.NET initialization to fail. -
同时支持源码目录、PyInstaller 打包目录和旧目录结构中的 LHM DLL。
Added support for LHM DLL loading from source directories, PyInstaller bundles, and legacy directory structures. -
LHM 或 Python.NET 不可用时,程序仍可正常启动并自动使用其他可用的数据来源。
The application now starts normally even if LHM or Python.NET is unavailable, automatically falling back to other data sources. -
增加 LHM DLL 缺失和初始化失败日志,方便问题诊断。
Added logging for missing LHM DLL and initialization failures to aid troubleshooting.
改进配置与日志保存 / Configuration & Logging Improvements
-
配置文件和运行日志现保存在:
Configuration files and logs are now stored in:%LOCALAPPDATA%\Hardware Monitoring -
修复安装到
Program Files后普通用户可能无法保存设置的问题。
Fixed an issue where standard users could not save settings when installed underProgram Files. -
首次启动时可迁移旧版本安装目录中的配置文件。
Configuration files from previous installations can now be migrated on first launch. -
卸载程序默认保留用户配置和日志,重新安装后可继续使用原有设置。
User configuration and logs are preserved during uninstall and reused after reinstall.
改进自启动功能 / Startup Behavior Improvements
-
统一 Windows 自启动注册表名称。
Unified Windows startup registry entry naming. -
修复包含空格的程序路径可能无法正确启动的问题。
Fixed issues where paths containing spaces could prevent proper startup. -
自动清理旧版本遗留的自启动注册表项。
Automatically cleans up legacy startup registry entries. -
卸载时同步删除相关自启动配置。
Removes related startup entries during uninstall.
降低后台资源占用 / Reduced Background Resource Usage
-
仅在已启用的指标缺少数据时执行传感器后备查询。
Sensor fallback queries are only executed when enabled metrics lack data. -
CPU 与 GPU 温度后备来源改为按顺序短路,不再无条件执行全部查询。
CPU and GPU temperature fallbacks now use short-circuit evaluation instead of querying all sources. -
缓存
nvidia-smi路径和传感器后备结果。
Cachednvidia-smipath and sensor fallback results. -
未启用网络延迟显示时不再执行 Ping 查询。
Ping queries are skipped when network latency display is disabled.
改进安装包和构建流程 / Installer & Build Improvements
-
固定 PresentMon 2.3.1 和 LibreHardwareMonitor 0.9.4。
Locked PresentMon to version 2.3.1 and LibreHardwareMonitor to 0.9.4. -
构建前验证第三方二进制文件的 SHA-256。
Verifies SHA-256 checksums of third-party binaries before building. -
安装包内附带第三方组件声明和许可证。
Includes third-party notices and licenses in the installer. -
删除安装包中可能污染新用户设置的默认
config.json。
Removed defaultconfig.jsonfrom installer to avoid affecting new users. -
应用图标已纳入版本控制,可从干净仓库稳定完成构建。
Application icon is now version-controlled for consistent builds from clean repositories. -
修复安装和卸载注册表路径的引号处理。
Fixed quoting issues in registry paths during install and uninstall.
安装方法 / Installation
-
下载
HardwareMonitoring_Setup_v1.0.6.exe。
DownloadHardwareMonitoring_Setup_v1.0.6.exe. -
双击运行安装程序。
Double-click to run the installer. -
根据需要选择桌面快捷方式、开始菜单快捷方式和开机自启动。
Choose desktop shortcut, Start Menu shortcut, and startup options as needed. -
安装完成后启动 Hardware Monitoring。
Launch Hardware Monitoring after installation.
安装程序需要管理员权限,因为软件默认安装到 Windows 的 Program Files 目录。
Administrator privileges are required because the application installs to the Windows Program Files directory by default.
使用说明 / Usage
Hardware Monitoring 支持显示:
Hardware Monitoring supports displaying:
-
CPU、内存和 GPU 使用率
CPU, memory, and GPU usage -
CPU/GPU 温度
CPU/GPU temperature -
CPU/GPU 频率
CPU/GPU frequency -
显存使用量
VRAM usage -
风扇转速和功耗
Fan speed and power consumption -
磁盘与网络速度
Disk and network speed -
FPS 与 1% Low
FPS and 1% Low -
电池及其他系统状态
Battery and other system status
部分传感器是否能够显示,取决于硬件型号、驱动程序、权限以及主板是否公开对应传感器数据。个别指标显示为 N/A 或 -- 不一定代表程序故障。
Availability of certain sensors depends on hardware model, drivers, permissions, and motherboard support. Metrics showing N/A or -- do not necessarily indicate a malfunction.
用户数据 / User Data
配置和日志保存在:
Configuration and logs are stored in:
%LOCALAPPDATA%\Hardware Monitoring
卸载软件不会自动删除该目录。如需彻底清理,请在卸载后手动删除。
This directory is not removed during uninstall. To fully clean up, delete it manually after uninstalling.
安全提示 / Security Notice
当前安装包未进行代码签名,因此 Windows 可能显示“未知发布者”或 Microsoft Defender SmartScreen 提示。
The installer is not code-signed, so Windows may display an "Unknown Publisher" warning or a Microsoft Defender SmartScreen prompt.
请仅从本项目的官方 GitHub Releases 页面下载安装包。
Please download the installer only from the official GitHub Releases page of this project.