Downloads:
39,468
Downloads of v 7.30.6900:
920
Last Update:
27 May 2024
Package Maintainer(s):
Software Author(s):
- FinalWire Ltd
Tags:
trial diagnostic benchmark monitor admin- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AIDA64 Extreme
This is not the latest version of AIDA64 Extreme available.
- 1
- 2
- 3
7.30.6900 | Updated: 27 May 2024
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
39,468
Downloads of v 7.30.6900:
920
Maintainer(s):
Software Author(s):
- FinalWire Ltd
AIDA64 Extreme 7.30.6900
This is not the latest version of AIDA64 Extreme available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by FinalWire Ltd. The inclusion of FinalWire Ltd trademark(s), if any, upon this webpage is solely to identify FinalWire Ltd goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AIDA64 Extreme, run the following command from the command line or from PowerShell:
To upgrade AIDA64 Extreme, run the following command from the command line or from PowerShell:
To uninstall AIDA64 Extreme, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download aida64-extreme --internalize --version=7.30.6900 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade aida64-extreme -y --source="'INTERNAL REPO URL'" --version="'7.30.6900'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade aida64-extreme -y --source="'INTERNAL REPO URL'" --version="'7.30.6900'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install aida64-extreme
win_chocolatey:
name: aida64-extreme
version: '7.30.6900'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'aida64-extreme' do
action :install
source 'INTERNAL REPO URL'
version '7.30.6900'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller aida64-extreme
{
Name = "aida64-extreme"
Version = "7.30.6900"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'aida64-extreme':
ensure => '7.30.6900',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 27 Jun 2024.
AIDA64 Extreme is an industry-leading system information tool, loved by PC enthusiasts around the world, which not only provides extremely detailed information about both hardware and installed software, but also helps users diagnose issues and offers benchmarks to measure the performance of the computer.
Usage of this software for commercial purposes is not permitted.
Community
Commercial software
This package installs a 30-day trial version.
AIDA64 editions
- AIDA64 Extreme (you are here)
- AIDA64 Network Audit
- AIDA64 Engineer
- AIDA64 Business
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.
$packageName = $env:ChocolateyPackageName
$packageSearch = 'AIDA64 Extreme*'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes }
Log in or click on link to see number of positives.
- aida64-extreme.7.30.6900.nupkg (57c1ef6a63b7) - ## / 68
- aida64extreme730.exe (d55b721e6c85) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AIDA64 Extreme 7.40.7100 | 553 | Monday, October 21, 2024 | Approved | |
AIDA64 Extreme 7.35.7000 | 3286 | Tuesday, July 23, 2024 | Approved | |
AIDA64 Extreme 7.30.6900 | 920 | Monday, May 27, 2024 | Approved | |
AIDA64 Extreme 7.20.6802 | 1039 | Wednesday, March 13, 2024 | Approved | |
AIDA64 Extreme 7.20.6800 | 324 | Tuesday, March 12, 2024 | Approved | |
AIDA64 Extreme 7.0.6700 | 1281 | Monday, December 4, 2023 | Approved | |
AIDA64 Extreme 6.92.6600 | 1167 | Monday, September 11, 2023 | Approved | |
AIDA64 Extreme 6.90.6500 | 810 | Monday, July 17, 2023 | Approved | |
AIDA64 Extreme 6.88.6400 | 1132 | Monday, March 27, 2023 | Approved | |
AIDA64 Extreme 6.85.6300 | 3127 | Monday, December 12, 2022 | Approved | |
AIDA64 Extreme 6.80.6200 | 763 | Monday, October 24, 2022 | Approved | |
AIDA64 Extreme 6.75.6100 | 1118 | Monday, July 18, 2022 | Approved | |
AIDA64 Extreme 6.70.6000 | 1012 | Monday, April 11, 2022 | Approved | |
AIDA64 Extreme 6.60.5900 | 5311 | Monday, December 13, 2021 | Approved | |
AIDA64 Extreme 6.50.5800 | 1416 | Monday, October 18, 2021 | Approved | |
AIDA64 Extreme 6.33.5700 | 3090 | Monday, April 26, 2021 | Approved | |
AIDA64 Extreme 6.32.5600 | 2128 | Tuesday, December 15, 2020 | Approved | |
AIDA64 Extreme 6.30.5500 | 1049 | Monday, October 26, 2020 | Approved | |
AIDA64 Extreme 6.25.5400 | 2062 | Monday, April 6, 2020 | Approved | |
AIDA64 Extreme 6.20.5300 | 954 | Tuesday, November 26, 2019 | Approved | |
AIDA64 Extreme 6.10.5200 | 567 | Tuesday, September 24, 2019 | Approved | |
AIDA64 Extreme 6.00.5100 | 776 | Tuesday, May 21, 2019 | Approved | |
AIDA64 Extreme 5.99.4900 | 808 | Thursday, December 20, 2018 | Approved | |
AIDA64 Extreme 5.75.3900 | 1587 | Tuesday, June 28, 2016 | Approved | |
AIDA64 Extreme Edition 5.70.3800 | 535 | Tuesday, March 22, 2016 | Approved | |
AIDA64 Extreme Edition 5.50.3600 | 564 | Wednesday, September 30, 2015 | Approved | |
AIDA64 Extreme Edition 5.20.3400 | 460 | Saturday, June 13, 2015 | Approved | |
AIDA64 Extreme Edition 4.70.3200 | 677 | Sunday, November 30, 2014 | Approved | |
AIDA64 Extreme Edition 4.60.3100 | 670 | Saturday, August 23, 2014 | Approved |
FinalWire Ltd
This package has no dependencies.
Ground Rules:
- This discussion is only about AIDA64 Extreme and the AIDA64 Extreme package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AIDA64 Extreme, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.