Leaderboard
Popular Content
Showing content with the highest reputation since 06/30/26 in Posts
-
Let's bring this discussion back to SensorPanels. The forum rules regarding shared content are straightforward: if a creator requests that their work or screenshots not be redistributed, we respect that request. This applies equally to everyone. Different members may have different personal views on copyright and sharing, and that's perfectly fine. However, this forum follows its own rules, and moderation is based on those rules rather than individual opinions. The discussion has become increasingly personal and has drifted away from the purpose of this topic. Personal attacks, accusations, speculation about other members' motives, and other off-topic posts have therefore been hidden to keep this thread focused and useful for everyone. Please keep future replies constructive and on topic. Further off-topic or personal posts may also be removed or hidden so this thread can return to its intended purpose: sharing and discussing SensorPanels. Thank you for your cooperation.4 points
-
2 points
-
VeynarAshborne: A fantasy-themed PC performance monitor featuring a fiery dragon and warrior design, blending system stats with immersive RPG-style visuals. Current available size: 1920x480 / 1920x515 / 515x1920. For other sizes, please submit a request Visit BHSYSensorPanel for more info. and designs1 point
-
✧════════✧════════✧ Your Panel, Your Identity ✧════════✧════════✧ We create custom SensorPanels designed to give your setup a unique, modern, and tailor-made look. Popular resolution options: 1920x480 • 1024x600 • 600x1024 • 1920x1080 • 2560x720 • 3840x1100 • 682x2560 Many other resolutions are available on request. ✧═══════✧═══════✧ New SensorPanel Designs Now Available We have added 20 new SensorPanel versions this July, including 11 unique designs and 9 additional resolution variants. More options, more resolutions, and more ways to customize your setup. Visit our website and discover the latest collection: aidaskins.com ✧═══════✧═══════✧1 point
-
We've implemented support for Waveshare AIO LCD displays in the latest AIDA64 beta update available at: https://www.aida64.com/downloads/latesta64xebeta Supported displays include: https://www.waveshare.com/wiki/5inch-USB-Monitor https://www.waveshare.com/wiki/7inch-USB-Monitor https://www.waveshare.com/wiki/8inch-USB-Monitor https://www.waveshare.com/wiki/8.8inch-USB-Monitor The new round displays should be supported too, but we couldn't verify that yet: https://www.waveshare.com/wiki/2.1inch-USB-Monitor https://www.waveshare.com/wiki/2.8inch-USB-Monitor https://www.waveshare.com/wiki/3.4inch-USB-Monitor https://www.waveshare.com/wiki/4inch-USB-Monitor However, please note that it requires a display running a currently unreleased new generation firmware that supports the JPEG transfer protocol that Waveshare and us worked together on. That protocol is required to let AIDA64 send JPEG image frames to the display device. If your device hasn't got the new firmware yet, then please contact Waveshare support and request a download link for the new firmware by stating your device type (e.g. 7-inch AIO LCD V2) as well as the "magic words" of JPEG transfer protocol 😎 Soon they will publish the new firmware images on their website too.1 point
-
1 point
-
We've only tried it with the USB-C connector, and we assume it'd work similarly with the motherboard USB header. Yes, the Extreme edition will be perfect for you. Just make sure you evaluate the Waveshare module (as soon as you receive a firmware update) properly to make sure you get what you're looking for. BTW, the "Error: Get device message failed" error message indicates that your device doesn't respond to the commands related to the new JPEG image transfer protocol. This is a comment for other users, mostly, as you correctly pinned down the issue 🙂1 point
-
☀️ Countdown: 20% Off All Sensor Panel Templates Starts in 5 Days! Hey everyone! Summer is here, and it is time to give your PC setup a brand new look. I am excited to announce that my Official Summer Sale is launching next week! For one week only, you can grab any of our ready-to-use PC Sensor Panel Templates for 20% off! 📅 Mark Your Calendars (Sale Dates): Starts: Monday, July 6th at 9:00 AM Eastern Time Ends: Monday, July 13th at 11:59 PM Eastern Time1 point
-
@RAVI_K @SolarOne Please continue discussing Waveshare LCD related issues in the following separate forum topic:1 point
-
🚀 Hey Guys! I'm back! 😎 First of all, thank you so much for all your love, support, and warm wishes. It truly means a lot! ❤️ Just give me a couple of days, and we'll be ready to rock and roll again! 🔥 I'll be taking some time to go through all your messages and answer everyone's questions one by one, so hang in there! As for the delay... my graphics card decided to call it quits! 😅 And with GPU prices being all over the place right now, it's been quite an adventure. But no worries-we're not letting that slow us or our show down! The spirit is high, the comeback is on, and the best is yet to come! 💪🎉 See you all very soon! ❤️1 point
-
1 point
-
1 point
-
1 point
-
Enter the Melting Digital Era with “Meltaris Flow - M8”! Size: 1920x480 Need a custom fit? Your panel, your way - tailored dimensions on request: 3840x1100 | 1280x800 | 1024x768 | 1920x720 | 1920x1080 & more! Precision > Molted: Temperature: CPU · GPU: 100 States Utilization: RAM · VRAM: 100 States Clock: CPU · GPU: 100 States HotSpot: GPU: 100 State Every degree. Every cycle. No compromise. 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. The New Age of Melting - Precision engineered for minds that dare. Explore more on my webpage: Surjeet Skins Beyond Data - Byte to Beauty.1 point
-
Hi, Created based on someones phone theme panel for Turing Turzx 5 800x480 nmask-dual_fresh.sensorpanel1 point
-
1 point
-
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.1 point
-
I’d like to share a detailed solution for anyone struggling with the Sensor Panel moving, resizing, or resetting when using a secondary display with different scaling or resolution. This is a common pain point discussed by users like scotts, supes, WeakLaugh, and Atila on the official AIDA64 forums, where many report that the panel resizes itself or jumps between monitors after rebooting or reconnecting displays. (https://forums.aida64.com/topic/7580-sensor-panel-resized-itself-after-connecting-new-monitor-now-i-cant-fix-it/) Goal Lock your Sensor Panel on a secondary monitor with fixed size/position and make it launch reliably with Windows — even if monitors disconnect/reconnect or have different DPI scaling. 1) Edit the AIDA64 configuration file (AIDA64.ini) Close AIDA64 entirely. Open Notepad as Administrator. Locate your AIDA64.ini file: %localappdata%\FinalWire\AIDA64\AIDA64.ini or in your installation folder. Find the [SensorPanel] section or add it at the end if it doesn’t exist. Replace or set the following values according to your monitor setup: [SensorPanel] Active=1 FixedSize=1 Width=1280 Height=400 PositionX=-1600 PositionY=1040 LoadLayout=1 LayoutFile=C:\AIDA64\SensorPanel_Fixed.spzip [Display] AutoAdjustDPI=0 AutoAdjustResolution=0 What to change for your setup: Width / Height → set these to the exact resolution of your Sensor Panel window. This locks the panel size. PositionX / PositionY → coordinates of the panel on your screen: PositionX = horizontal offset relative to the primary monitor; multiply by the primary monitor’s DPI scaling if it differs from 100%. PositionY = vertical offset from the top of the virtual desktop; usually PrimaryMonitorHeight - SecondaryPanelHeight if the panel sits at the bottom. LayoutFile → point to the .spzip or .a64sp layout you saved. Use the full path, without quotes. [Display] section prevents AIDA64 from automatically adjusting DPI or resolution when monitors reconnect. 2) Create an automatic startup script (.bat) This ensures AIDA64 opens after Windows has initialized monitors, preventing resizing or jumping. Open Notepad. Paste: @echo off REM Close AIDA64 if already running taskkill /f /im aida64.exe >nul 2>&1 REM Wait 8 seconds for Windows to arrange displays (adjust if your monitors need more time) timeout /t 8 /nobreak >nul REM Start AIDA64 start "" "C:\Program Files (x86)\AIDA64 Extreme\aida64.exe" What to change for your setup: timeout /t 8 → increase if your secondary display takes longer to initialize. Path to aida64.exe → replace with the actual path where AIDA64 is installed on your PC. Save as AIDA64_Startup.bat (type: All Files, not .txt). Create a shortcut to this .bat and place it in the Startup folder: Win + R → type shell:startup → paste shortcut. Optional: In the shortcut properties → Run: Minimized, so the console window doesn’t appear. What This Fix Solves Locks Sensor Panel size & position on your secondary monitor Prevents Windows DPI scaling from resizing it unexpectedly Ensures AIDA64 launches after monitors are ready Stops AIDA64 from jumping to the primary display on reboot or after connecting virtual monitors Why This Is Needed Many users report that the Sensor Panel keeps resizing or moving after disconnects, restarts, or when DPI scaling differs between monitors — even with “Lock panel size/position” enabled in preferences. (https://forums.aida64.com/topic/7580-sensor-panel-resized-itself-after-connecting-new-monitor-now-i-cant-fix-it/) Credits & References Thanks to users across the AIDA64 community (e.g., scotts, supes, WeakLaugh, Atila) for identifying that the core issue relates to panel resizing on monitor changes and scaling, which inspired this workflow. (https://forums.aida64.com/topic/7580-sensor-panel-resized-itself-after-connecting-new-monitor-now-i-cant-fix-it/) Disclaimer Text created using ChatGPT, as English is not my native language. It is strongly recommended to make a backup of your .ini file before editing anything. No responsibility is assumed for unexpected malfunctions; use at your own risk. EDIT: Tested and working with version 8.25.8200 of the program1 point
-
It's been a while since I've updated my sensor panel, so thought I'd post my latest updated version. It's a 2560x1600 panel that I use with an old Samsung tablet, through USB Cable / Spacedesk app. Since the last update, I've added the memory badge, moved a few things around, tweaked some alignments, and upgraded from a 3070 to a 5070 Ti, so changed that badge too and adjusted the bars. As mentioned in my last post months ago, I take no credit for its initial creation, I found it on here hundreds of posts ago somewhere as a 1280x800 res version, so took it, modified it to suit my needs and monitoring preferences. If you need different badges for your RAM, MB, CPU or GPU, just do a Google image search for like "4090 badge" and voila. What I've been doing is grabbing the image that way, slapping it into MS Paint, reducing the white borders, save it and then I upload it to the remove.bg website to remove the white border / background, then download and post it into the sensorpanel. Anyway, the .sensorpanel file is attached below. Enjoy! Also open to recommendation (e.g., I know the storage area could use some work...!) 2026-02-14.sensorpanel1 point
-
1 point
-
Collection of my Minimalist SensorPanel available in 800 x 480, 1920 x 480 and 1920 x 1080 versions. Version with simple Area Graph (included) 1920 x 480 version To enable Area Graphs for CPU/GPU/BOARD/RTSS do the following in the SensorPanel Manager: GeForce font (required) geforce_light.otf minimalist_800_480.sensorpanel minimalist_1920_480.sensorpanel minimalist_1920_1080.sensorpanel1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Here's my Cluster5o sensor panel. Custom gauges for: Overall Load, 6 Core Loads, Temperature, CPU Fan, Voltage, Memory, Power (wattage). The upper/left spot is empty, and available for expansion. Text is also provided for: CPU clock, Temperature, CPU Fan All in a space of only 226x227px! The included Zip file contains .sensorpanel file, plus all needed support fonts and PNGs. Comments welcome. SensorPanel_G5_CPU, v20211202.zip1 point
-
1 point
-
I really like this, nice and clean easy to see at a glance. i love a detailed panel but sometimes during gaming i just want the facts and this is perfect for that, thanks for sharing.0 points
-
Hey, I am new here and wasn't aware of something I posted after some carful consideration and some great advice from @BHSY I am removing posts regarding a star trek panel i was working on and will be restarting the project.0 points
-
Hey, I am new here and wasn't aware of something I posted after some carful consideration and some great advice from @BHSY I am removing posts regarding a star trek panel i was working on and will be restarting the project.0 points
-
Hey, I am new here and wasn't aware of something I posted after some carful consideration and some great advice from @BHSY I am removing posts regarding a star trek panel i was working on and will be restarting the project.0 points
-
0 points
-
love this on every level, been trying to crate my own lcars tng era but nothing compared even remotely to this. will there been a downloadable version once your completed?0 points
-
Hi all, I found the creator and firstly I would like to openly apologise for posting a display picture of there work, I was not aware of another website that was sharing works WITHOUT permission and this is not okay so I am complexly onboard with removing of the screenshot I posted. I am new here but please, if its not your works don't post or share without full consent first.0 points
