Aida64 Extreme/Engineer (beta) 2026

Discussion in 'Application Software' started by Lord44, Jun 27, 2026.

Thread Status:
Not open for further replies.
  1. Lord44

    Lord44 MDL Member

    Jun 3, 2012
    159
    170
    10
    #1 Lord44, Jun 27, 2026
    Last edited by a moderator: Jun 27, 2026
  2. ohenry

    ohenry MDL Senior Member

    Aug 10, 2009
    459
    284
    10
    #2 ohenry, Jun 27, 2026
    Last edited by a moderator: Jun 27, 2026
  3. Lord44

    Lord44 MDL Member

    Jun 3, 2012
    159
    170
    10
    #3 Lord44, Jun 27, 2026
    Last edited by a moderator: Jun 27, 2026
    (OP)
    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