Downloads:
264,335
Downloads of v 2.24.0:
2,570
Last Update:
13 Aug 2019
Package Maintainer(s):
Software Author(s):
- W1zzard of TechPowerUp
Tags:
techpowerup gpu gpuz gpu-z graphics card utility portable binary- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GPU-Z (Portable)
This is not the latest version of GPU-Z (Portable) available.
- 1
- 2
- 3
2.24.0 | Updated: 13 Aug 2019
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
264,335
Downloads of v 2.24.0:
2,570
Maintainer(s):
Software Author(s):
- W1zzard of TechPowerUp
GPU-Z (Portable) 2.24.0
This is not the latest version of GPU-Z (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by W1zzard of TechPowerUp. The inclusion of W1zzard of TechPowerUp trademark(s), if any, upon this webpage is solely to identify W1zzard of TechPowerUp goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GPU-Z (Portable), run the following command from the command line or from PowerShell:
To upgrade GPU-Z (Portable), run the following command from the command line or from PowerShell:
To uninstall GPU-Z (Portable), 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 gpu-z --internalize --version=2.24.0 --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 gpu-z -y --source="'INTERNAL REPO URL'" --version="'2.24.0'" [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 gpu-z -y --source="'INTERNAL REPO URL'" --version="'2.24.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gpu-z
win_chocolatey:
name: gpu-z
version: '2.24.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gpu-z' do
action :install
source 'INTERNAL REPO URL'
version '2.24.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gpu-z
{
Name = "gpu-z"
Version = "2.24.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gpu-z':
ensure => '2.24.0',
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.
This package was approved as a trusted package on 13 Aug 2019.
choco://gpu-z
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
GPU-Z is a lightweight utility designed to provide you with all information about your graphics card and GPU.
Main Features
- Supports NVIDIA, ATI and Intel graphics devices
- Displays adapter, GPU and display information
- Displays overclock, default clocks and 3D clocks (if available)
- Includes a GPU load test to verify PCI-Express lane configuration
- Validation of results
- GPU-Z can create a backup of your graphics card BIOS
- No installation required, optional installer is available
- Support for Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 (both 32 and 64 bit versions are supported)
- .. and yes, the author of CPU-Z has granted us permission to use a name similar to his product. Thanks Franck.
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$packageName='gpu-z'
remove-item "$ENV:Public\Desktop\GPU-Z.lnk" -Force -ErrorAction SilentlyContinue
remove-item "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\GPU-Z.lnk" -Force -ErrorAction SilentlyContinue
md5: 11A98A722C2A54C7F1935A133B388C54 | sha1: EB4026D044F228A45108CDBAAECA68D6B234B339 | sha256: 575FB998D2B3E0A2AF001DF0A40CA8E33C0E0D53FE1D39EB2FD7EBC8E69A40B7 | sha512: 9DC7196FC41102462C02C5EF490FFEAB55A2B365571F9AF000A74BC90667FEFE9B5BC1C00D225D4D38E5B0620896335A91012B34AF9EC50EC119072D4BB7AE3F
--------------------- GPU-Z -----------------------------
GPU-Z's webpage at https://www.techpowerup.com/gpuz/ defines the license as "GPU-Z is free to use for personal and commercial usage. However, you may not redistribute GPU-Z as part of a commercial package. "
--------------------- GPU-Z -----------------------------
--------------------- GPU-Z -----------------------------
VERIFICATION
The binary included in this package was downloaded by the packager, bcurran3.
File and checksums can be verified at https://www.techpowerup.com/download/techpowerup-gpu-z/ by clicking "Standard version" to download.
--------------------- GPU-Z -----------------------------
Log in or click on link to see number of positives.
- gpu-z.2.24.0.nupkg (8e8e7bee058d) - ## / 58
- GPU-Z.2.24.0.exe (575fb998d2b3) - ## / 65
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 |
---|---|---|---|---|
GPU-Z (Portable) 2.60.0 | 9245 | Friday, August 16, 2024 | Approved | |
GPU-Z (Portable) 2.59.0 | 9157 | Friday, April 19, 2024 | Approved | |
GPU-Z (Portable) 2.58.0 | 3012 | Friday, April 5, 2024 | Approved | |
GPU-Z (Portable) 2.56.0 | 11306 | Friday, December 1, 2023 | Approved | |
GPU-Z (Portable) 2.55.0 | 9431 | Thursday, September 14, 2023 | Approved | |
GPU-Z (Portable) 2.54.0 | 10508 | Friday, June 23, 2023 | Approved | |
GPU-Z (Portable) 2.53.0 | 10641 | Monday, April 17, 2023 | Approved | |
GPU-Z (Portable) 2.52.0 | 9485 | Thursday, December 22, 2022 | Approved | |
GPU-Z (Portable) 2.51.0 | 5155 | Monday, November 21, 2022 | Approved | |
GPU-Z (Portable) 2.50.0 | 5343 | Saturday, October 15, 2022 | Approved | |
GPU-Z (Portable) 2.49.0 | 4558 | Wednesday, September 21, 2022 | Approved | |
GPU-Z (Portable) 2.48.0 | 3378 | Thursday, September 8, 2022 | Approved | |
GPU-Z (Portable) 2.47.0 | 6253 | Tuesday, July 12, 2022 | Approved | |
GPU-Z (Portable) 2.46.0 | 8985 | Friday, May 6, 2022 | Approved | |
GPU-Z (Portable) 2.45.0 | 7442 | Friday, March 25, 2022 | Approved | |
GPU-Z (Portable) 2.44.0 | 8309 | Saturday, February 5, 2022 | Approved | |
GPU-Z (Portable) 2.42.0 | 12397 | Sunday, September 26, 2021 | Approved | |
GPU-Z (Portable) 2.41.0 | 4940 | Saturday, September 4, 2021 | Approved | |
GPU-Z (Portable) 2.40.0 | 9417 | Friday, May 28, 2021 | Approved | |
GPU-Z (Portable) 2.39.0 | 4103 | Monday, May 10, 2021 | Approved | |
GPU-Z (Portable) 2.38.0 | 6074 | Sunday, March 14, 2021 | Approved | |
GPU-Z (Portable) 2.37.0 | 3942 | Tuesday, February 23, 2021 | Approved | |
GPU-Z (Portable) 2.36.0 | 6911 | Monday, November 30, 2020 | Approved | |
GPU-Z (Portable) 2.35.0 | 4752 | Thursday, October 15, 2020 | Approved | |
GPU-Z (Portable) 2.34.0 | 4337 | Tuesday, September 8, 2020 | Approved | |
GPU-Z (Portable) 2.33.0 | 4907 | Friday, July 3, 2020 | Approved | |
GPU-Z (Portable) 2.32.0 | 3732 | Friday, May 29, 2020 | Approved | |
GPU-Z (Portable) 2.31.0 | 3196 | Thursday, May 7, 2020 | Approved | |
GPU-Z (Portable) 2.30.0 | 4139 | Thursday, March 19, 2020 | Approved | |
GPU-Z (Portable) 2.29.0 | 4079 | Wednesday, January 15, 2020 | Approved | |
GPU-Z (Portable) 2.28.0 | 3274 | Monday, December 9, 2019 | Approved | |
GPU-Z (Portable) 2.27.0 | 2094 | Sunday, November 24, 2019 | Approved | |
GPU-Z (Portable) 2.26.0 | 3290 | Tuesday, October 8, 2019 | Approved | |
GPU-Z (Portable) 2.25.0 | 2645 | Wednesday, September 11, 2019 | Approved | |
GPU-Z (Portable) 2.24.0 | 2570 | Tuesday, August 13, 2019 | Approved | |
GPU-Z (Portable) 2.23.0 | 1313 | Tuesday, August 6, 2019 | Approved | |
GPU-Z (Portable) 2.22.0 | 2671 | Tuesday, July 2, 2019 | Approved | |
GPU-Z (Portable) 2.21.0 | 2524 | Monday, May 27, 2019 | Approved | |
GPU-Z (Portable) 2.20.0 | 2152 | Tuesday, April 30, 2019 | Approved | |
GPU-Z (Portable) 2.19.0 | 607 | Monday, April 29, 2019 | Approved | |
GPU-Z (Portable) 2.18.0 | 2659 | Wednesday, March 20, 2019 | Approved | |
GPU-Z (Portable) 2.17.0 | 1850 | Friday, March 1, 2019 | Approved | |
GPU-Z (Portable) 2.16.0 | 3075 | Monday, December 10, 2018 | Approved | |
GPU-Z (Portable) 2.15.0 | 1778 | Friday, November 16, 2018 | Approved | |
GPU-Z (Portable) 2.14.0 | 1995 | Thursday, October 25, 2018 | Approved | |
GPU-Z (Portable) 2.12.0 | 1076 | Friday, October 12, 2018 | Approved | |
GPU-Z (Portable) 2.11.0 | 1618 | Monday, September 17, 2018 | Approved | |
GPU-Z (Portable) 2.10.0 | 5216 | Thursday, July 19, 2018 | Approved | |
GPU-Z (Portable) 2.9.0 | 2476 | Monday, May 7, 2018 | Approved | |
GPU-Z (Portable) 2.8.0 | 2445 | Saturday, February 24, 2018 | Approved | |
GPU-Z (Portable) 2.6.0 | 1812 | Tuesday, January 16, 2018 | Approved | |
GPU-Z (Portable) 2.5.0 | 2076 | Monday, November 6, 2017 | Approved | |
GPU-Z (Portable) 2.4.0 | 1859 | Monday, September 11, 2017 | Approved | |
GPU-Z (Portable) 2.3.0.20170907 | 897 | Thursday, September 7, 2017 | Approved | |
GPU-Z (Portable) 2.3.0 | 631 | Wednesday, September 6, 2017 | Approved | |
GPU-Z (Portable) 2.2.0.20170808 | 1288 | Tuesday, August 8, 2017 | Approved | |
GPU-Z (Portable) 2.1.0 | 1607 | Tuesday, May 23, 2017 | Approved | |
GPU-Z (Portable) 1.20.0 | 1200 | Tuesday, April 18, 2017 | Approved | |
GPU-Z (Portable) 1.19.0 | 591 | Sunday, April 16, 2017 | Approved | |
GPU-Z (Portable) 1.18.0 | 923 | Friday, March 24, 2017 | Approved | |
GPU-Z (Portable) 1.17.0 | 1042 | Thursday, February 16, 2017 | Approved |
(c) TechPowerUp
This package has no dependencies.
Ground Rules:
- This discussion is only about GPU-Z (Portable) and the GPU-Z (Portable) 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 GPU-Z (Portable), 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.