ThermoTray 1.0.1
CPU 與 GPU 托盤圖示的左右順序修正。 / Fixes the left/right order of the CPU and GPU tray icons.
這個版本改了什麼 / What changed
- 托盤圖示現在是 CPU 在左、GPU 在右。Windows 通知區域會把最後註冊的圖示放在最左邊,先前先註冊 CPU,導致它被擠到 GPU 右邊;現在改為先註冊 GPU。
The tray now shows CPU on the left and GPU on the right. The Windows notification area places the most recently registered icon leftmost, so registering CPU first pushed it to the right of GPU; the GPU icon is now registered first.
註:Windows 會記住你手動拖曳過的托盤圖示位置,那個順序會蓋過程式的註冊順序。若升級後順序仍然相反,直接在工作列上拖曳互換即可。
Note: Windows remembers notification-area positions you have dragged manually, and those override the registration order. If the order still looks reversed after upgrading, just drag the two icons to swap them.
功能與 1.0.0 相同,沒有其他行為變更。 / Otherwise identical to 1.0.0; no other behaviour changed.
下載 / Downloads
| 檔案 / File | 說明 / Description |
|---|---|
ThermoTray-Setup-1.0.1.exe |
安裝程式,安裝到目前使用者的 LocalAppData,安裝本身不需系統管理員權限。建議一般使用者選這個。 Installer. Installs per-user into LocalAppData and needs no administrator rights to install. Recommended. |
ThermoTray-1.0.1-win-x64-portable.zip |
免安裝版,解壓縮後直接執行 ThermoTray.exe。Portable build. Extract and run ThermoTray.exe. |
需求 / Requirements: Windows 10 或以上、64 位元 (x64)。兩個檔案都是自帶執行階段,不需另外安裝 .NET。
Windows 10 or later, 64-bit. Both builds are self-contained; no separate .NET install is required.
SHA-256:
8E02CD2984B924A4E306074E7341A6423739C8C4AE0AF5886A9931663C71DC1A ThermoTray-Setup-1.0.1.exe
93FEF69F82A34EF6275331C43A25588271555EDD1C394B57F6C282D571703541 ThermoTray-1.0.1-win-x64-portable.zip
讀取 CPU 溫度的兩個前提 / Two prerequisites for CPU temperature
- 安裝 PawnIO。LibreHardwareMonitor 0.9.6 改用 PawnIO 核心驅動程式讀取 CPU 暫存器;未安裝時 AMD Ryzen 的
Core (Tctl/Tdie)會固定回報 0,ThermoTray 會判定為無效並顯示「無法取得」。 - 以系統管理員身分執行。PawnIO 只把裝置開放給已提權的處理程序,因此 ThermoTray 的執行檔要求系統管理員權限,每次啟動都會顯示 UAC。勾選「隨 Windows 啟動」會註冊
RL HIGHEST登入排程工作,之後開機自動啟動就不會再跳 UAC。
NVIDIA GPU 走使用者模式的 NVAPI,不需要 PawnIO 也不需要提權,所以可能會出現「GPU 有溫度、CPU 沒有」的情況 — 那正是上面兩個條件還沒滿足。