All Activity
- Past hour
-
8xbetcr7 joined the community
-
Aida64 Viewer - For displaying RSLCD sensor panels
1 PC Tip a day replied to Swatgod's topic in 3rd party solutions
Hi @Swatgod. Thanks for your work. I've recently launched this Watcher: Check it out; maybe you can draw some ideas for your Viewer app too! -
I was unaware of its existence. I suppose the Viewer and my Watcher are different approaches with the same objective: to ensure the SensorPanel functions correctly at all times
- Today
-
Elite89 joined the community
-
I just use the Aida64 viewer. Works a treat for my setup - a 515x1920 display for the panel
-
uraleksandr joined the community
-
danielkang joined the community
-
viskaencan joined the community
-
happyyou joined the community
-
chrizalee joined the community
-
s666comvn joined the community
-
AhmadWalker joined the community
-
Thời Tiết joined the community
-
The Sensor Panel froze right after I said it hadn't frozen yet and signed off.
-
I installed the beta version and re-enabled GPU sensor support. The beta froze after about 3 hours. I disabled GPU sensor support, rebooted, and launched the beta again. The system time updates every 3-5 seconds. So far it hasn't frozen, but it's only been running for about an hour and a half.
- Yesterday
-
I installed the beta version (v8.25.8217) this morning and it did not crash yet. It's working fine! If something goes worong I'll come back and report it here.
- Last week
-
tylekeovnorg changed their profile photo
-
I'm having exactly the same problem since last update, except that it only takes a few minutes to freeze after restarting Aida64 and that my PC won't turn off or restart after it freezes and I have to force it to shutdown by holding pressed the power button. I have a license for my Aida64 Extreme as it is a very important part of my PC build for its sensor panel. My system specs are AMD 9800X3D CPU, ROG Astral 5090 GPU, 64GB Corsair Vengeance RAM, Aorus Pro x870e MB and Samsung 9100 Pro SSD. I uninstalled Aida64 until there is a solution.
-
site does not load
-
tw33k started following No GPU Fan
-
-
12V-2x6 monitoring on Thermal Grizzly WireView Pro II
Fatso666 replied to ParisV's topic in Hardware monitoring
Tried closing all other monitoring software so this is all I have left but it is still not showing up in AIDA64 I've got HWInfo and Rivatuner installed with the plugin for Thermal Grizzly into HWInfo, but they were closed to see if that would make the Wireview readings appear into AIDA64 -
Sam2971 started following PowerColor RX 9070 XT is misreported
-
Bonjour, J'ai également le même symptome concernant la température du hot spot GPU. Voir lien qui suit. merci
-
Hi ! Where is the 800x480 version? I'm looking for that but i can't find it.
-
12V-2x6 monitoring on Thermal Grizzly WireView Pro II
Fiery replied to ParisV's topic in Hardware monitoring
I'm not sure if you have Thermal Grizzly's own software running. That software may collide with AIDA64, so try to close it and check it again. -
-
12V-2x6 monitoring on Thermal Grizzly WireView Pro II
Fatso666 replied to ParisV's topic in Hardware monitoring
I updated to the beta and restarted but they're not showing up for me. Do I need to enable something elsewhere first? -
Enter the CyberCurrent with “Voltaris Nexyra | D-6”! Where energy finds form, and precision becomes art. Size: 1920x480 Need a custom fit? Your panel, your way - tailored dimensions on request: 3840x1100 | 1280x800 | 1024x768 | 1920x720 | 1920x1080 & more! Precision > Futuristic: Temperature: CPU · GPU · RAM · VRAM: 100 State Utilization: CPU · GPU · RAM · VRAM: 100 States Clock: CPU · GPU: 60 States Note: Requires AIDA64 v7.70.7500 or Beta v7.99.7829 or above. Please click here to send me a PM to claim your exclusive Sensor Panel. Rise Beyond Limits - Where your system speaks in light, motion, and soul. Explore more on my webpage: Surjeet Skins From Reading Data to Experiencing It.
-
Introducing AIDA64 SensorPanel Watcher
1 PC Tip a day replied to 1 PC Tip a day's topic in SensorPanel
@MoonTime622 @Movingon007 @slipkidOG Check this out!- 1 reply
-
- 1
-
-
-
NYAMATERASU changed their profile photo
-
Hello Everyone, My first message in this forum and I would like to start by saying thank you to all the contibutors for sharing your great work in this thread. Not sure if this question is here or if there is a specialized thread but I am using the ICUE Link SYSTEM and was wondering if anyone has been able to connect AIDA64 with this to obtain the fans RPM/% If there is a thread about this can you please share the link, thanks in advance
-
By looking for a solution for anyone still having issues with the SensorPanel moving, changing size, or restarting when using a secondary display with a different scale or resolution on Windows (as me, running latest AIDA64 8.25 version), and coming from this: I would like to introduce y'all: AIDA64 SensorPanel Watcher AIDA64 SensorPanel Watcher is a light script in refinement phase (but actually working) that checks if the AIDA .ini configuration file has changed and automatically readjust the position and size of the SensorPanel if they have changed as well. Note: The full script has been shared, but the Position and Size of the SensorPanel have to be changed according to users' preference.
- 1 reply
-
- 1
-
-
BOBTK changed their profile photo
-
AIDA64 SensorPanel Watcher – Complete Guide Introduction The AIDA64 SensorPanel can sometimes open in the wrong position or size, especially on multi-monitor setups. This Watcher system ensures the panel always opens in the correct location and size, using a master .ini file as reference. Features: Automatically runs when Windows starts Monitors the AIDA64 .ini file every few seconds Fixes the SensorPanel window position and size Runs silently in the background The system uses: Master .ini file – your reference configuration PowerShell Watcher script – monitors the .ini file and fixes the window Hidden VBS launcher – runs the batch silently with admin rights Optional batch file – copies the master .ini file and restarts AIDA64 Step 1: Prepare the Master .ini File Create a folder to store your reference .ini file. Example: C:\Path\To\Master\aida64.ini Copy your desired AIDA64 .ini file into this folder. This is the file the watcher will use as a reference. Step 2: Create the Batch File Open Notepad and paste: @echo off taskkill /f /im aida64.exe >nul 2>&1 timeout /t 5 /nobreak >nul copy /y "C:\Path\To\Master\aida64.ini" "C:\Program Files\FinalWire\AIDA64 Extreme\aida64.ini" >nul start "" "C:\Program Files\FinalWire\AIDA64 Extreme\aida64.exe" Save as AIDA64_Fixed_SensorPanel.bat. Note: Replace the paths with your master .ini file path and AIDA64 installation folder. Step 3: Create the Hidden VBS Launcher Open Notepad and paste: Set objShell = CreateObject("Shell.Application") If WScript.Arguments.Length = 0 Then objShell.ShellExecute "wscript.exe", """" & WScript.ScriptFullName & """ runas", "", "runas", 1 WScript.Quit End If batPath = "C:\Path\To\Watcher\AIDA64_Fixed_SensorPanel.bat" Set WshShell = CreateObject("WScript.Shell") WshShell.Run """" & batPath & """", 0, False Save as AIDA64_Fixed_SensorPanel_Hidden.vbs. Note: Replace batPath with the path to your batch file. Step 4: Create the PowerShell Watcher Script Open Notepad and paste: $master = "C:\Path\To\Master\aida64.ini" $install = "C:\Program Files\FinalWire\AIDA64 Extreme\aida64.ini" $vbs = "C:\Path\To\Watcher\AIDA64_Fixed_SensorPanel_Hidden.vbs" $SensorPanelClass = "TForm_HWMonitoringSensorPanel" if (-not ("WinAPI" -as [type])) { Add-Type @" using System; using System.Runtime.InteropServices; using System.Text; public class WinAPI { public delegate bool EnumWindowsProc(IntPtr hWnd, IntPtr lParam); [DllImport("user32.dll")] public static extern bool EnumWindows(EnumWindowsProc lpEnumFunc, IntPtr lParam); [DllImport("user32.dll", SetLastError=true)] public static extern int GetClassName(IntPtr hWnd, StringBuilder lpClassName, int nMaxCount); [DllImport("user32.dll")] public static extern bool IsWindowVisible(IntPtr hWnd); [DllImport("user32.dll")] public static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint); } "@ } $global:foundHandles = @() function Get-FileHashMD5($file) { if (Test-Path $file) { return (Get-FileHash $file -Algorithm MD5).Hash } else { return "" } } function Fix-SensorPanel { $global:foundHandles = @() $callback = { param($hWnd, $lParam) if ([WinAPI]::IsWindowVisible($hWnd)) { $classSb = New-Object System.Text.StringBuilder 256 [WinAPI]::GetClassName($hWnd, $classSb, $classSb.Capacity) | Out-Null if ($classSb.ToString() -eq $SensorPanelClass) { $global:foundHandles += $hWnd } } return $true } $delegate = [WinAPI+EnumWindowsProc]$callback [WinAPI]::EnumWindows($delegate, [IntPtr]::Zero) | Out-Null foreach ($hWnd in $global:foundHandles) { for ($i=0; $i -lt 10; $i++) { [WinAPI]::MoveWindow($hWnd, -1280, 1040, 1280, 400, $true) Start-Sleep -Milliseconds 200 } } } while ($true) { if (Get-FileHashMD5($master) -ne Get-FileHashMD5($install)) { Start-Process "wscript.exe" -ArgumentList ('"' + $vbs + '"') -Verb RunAs } Fix-SensorPanel Start-Sleep -Seconds 5 } Save as AIDA64_Watcher.ps1. Note: Update paths to your master .ini file, installation folder, and VBS file. Step 5: Create a Hidden Scheduled Task Open Task Scheduler (Win + S → Task Scheduler) Click Create Task… General Tab: Name: AIDA64 Sensor Panel Watcher Check Run only when user is logged on Check Run with highest privileges Configure for: Windows 10 Triggers Tab: New → Begin task: At log on → OK Actions Tab: New → Action: Start a program Program/script: powershell.exe Add arguments: -WindowStyle Hidden -ExecutionPolicy Bypass -File "C:\Path\To\Watcher\AIDA64_Watcher.ps1" Settings Tab: Allow task to run on demand Run task as soon as possible after a missed start Restart task if it fails (1 min interval, 3 attempts) Click OK → Enter password if requested How it Works The Watcher checks the installed .ini file against the master .ini file If differences are detected, it runs the batch file silently to update AIDA64 The PowerShell script searches for the Sensor Panel window by class name Moves it to the correct monitor and resizes it Runs invisible in the background with very low resource usage Resource Usage: The Watcher uses minimal CPU and memory (typically <5 MB RAM, negligible CPU). Disclaimer Text created using ChatGPT, as English is not my native language. It is strongly recommended to create a Windows system restore point before editing anything. No responsibility is assumed for unexpected malfunctions; use at your own risk.
-
After rebooting and launching AIDA64 again, the Sensor Panel froze after about 5 hours. I opened AIDA64 from the system tray and successfully closed the Sensor Panel. When I clicked End Task in the task bar, AIDA64 appeared to close, but it still showed as a background process in the task manager Processes tab. Attempting to End Task there did nothing. Attempting to End Task in the Details tab got a message that the operation could not be completed. I relaunched AIDA64, and the Sensor Panel seems to be working.
-
@Mice007 I’m trying to understand which lines in the AIDA64 ini file actually define the size and position of the Sensor Panel. I’ve noticed that some settings like enabling the context menu are saved, but the width, height, and position don’t seem to be applied from the ini. The reason I ask is that I’ve created a script acting as a ‘watcher’ to always copy a master ini to the installation folder if it detects changes. If I can determine which ini parameters control the size, it would allow me to partially fix the panel misalignment... EDIT: Nevermind, I am programming a basic "Watcher" that checks the size and position of the SensorPanel every 5 seconds, and adjusts it if there have been changes EDIT 2: Watcher launched (working but still in refinement process). See below
-
Greetings, I previously mentioned experiencing BSODs after updating to version 5.99. However, the administration was helpless in resolving this issue. Today, I submitted both versions 5.99 and 8.25 of the "kerneld-x64.sys" file, which is causing the problem, to the "claude.ai" website. The site found the problem, and I kindly request that you fix it. Respectfully.
