Block the aida64.exe in the firewall on Inbound/outbound and will fix the error Click the Start button, type cmd, right-click Command Prompt, and select Run as Administrator. Replace C:\Path\To\aida64.exe with the actual location of your AIDA64 executable (e.g., C:\Program Files (x86)\FinalWire\AIDA64\aida64.exe). Copy and paste the following command, then press Enter: netsh advfirewall firewall add rule name="Block AIDA64 Outbound" dir=out program="C:\Path\To\aida64.exe" action=block If you also want to block inbound network access (e.g., for remote server functions or sensor panels), run this command: netsh advfirewall firewall add rule name="Block AIDA64 Inbound" dir=in program="C:\Path\To\aida64.exe" action=block