Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
10,199
Downloads of v 5.30:
308
Last Update:
14 May 2018
Package Maintainer(s):
Software Author(s):
- Ray Hinchliffe
Tags:
siv system information viewer cpuz cpu-z gpuz gpu-z pciz pci-z binary portable- Software Specific:
- Software Site
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

SIV - System Information Viewer (Portable)
This is not the latest version of SIV - System Information Viewer (Portable) available.
- Software Specific:
- Software Site
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
10,199
Downloads of v 5.30:
308
Maintainer(s):
Software Author(s):
- Ray Hinchliffe
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
SIV - System Information Viewer (Portable) 5.30
This is not the latest version of SIV - System Information Viewer (Portable) available.
All Checks are Passing
2 Passing Test
To install SIV - System Information Viewer (Portable), run the following command from the command line or from PowerShell:
To upgrade SIV - System Information Viewer (Portable), run the following command from the command line or from PowerShell:
To uninstall SIV - System Information Viewer (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download siv --internalize --version=5.30 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade siv -y --source="'STEP 3 URL'" [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 siv -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure siv installed
win_chocolatey:
name: siv
state: present
version: 5.30
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'siv' do
action :install
version '5.30'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: siv,
Version: 5.30,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller siv
{
Name = 'siv'
Ensure = 'Present'
Version = '5.30'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'siv':
provider => 'chocolatey',
ensure => '5.30',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install siv version="5.30" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 14 May 2018.
SIV by Ray Hinchliffe. 'System Information Viewer' is a general Windows utility for displaying lots of useful Windows, Network and hardware info - CPU info, PCI info, PCMCIA info, USB info SMBus info, SPD info, ACPI methods, Machine info, Hardware Sensors, Networked computers, Operating System Information and more. SIV is designed for Windows 10, 8.1, 8.0, 7, Vista, XP, 2016, 2012, 2008, 2003, 2000 and NT4. Windows 95, 98 and Me are also supported. Uses pcidevs.txt for the PCI devices, usbdevs.txt for the USB devices, mondevs.txt for monitor descriptions and pcmdevs.txt for PCMCIA device descriptions.
$packageName = 'siv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "$toolsDir\siv.zip"
$checksum = '5338B225B736BA0613AF9FA08C85B45C490ABA889B1D4386500C44E925411324'
$bits = Get-ProcessorBits
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'ZIP'
url = $url
checksum = $checksum
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
if ($bits -eq 64)
{
Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\SIV.lnk" -targetPath "$toolsDir\SIV64X.exe" -WorkingDirectory "$toolsDir"
Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -targetPath "$toolsDir\SIV64X.exe"
} else {
Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\SIV.lnk" -targetPath "$toolsDir\SIV32X.exe" -WorkingDirectory "$toolsDir"
Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -targetPath "$toolsDir\SIV32X.exe"
}
Remove-Item $url | out-null
$packageName = 'siv'
remove-item "$env:Public\Desktop\SIV.lnk" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -Force -ErrorAction 'SilentlyContinue'
==================== SIV - System Information Viewer ====================
SIV has no published license or distribution permissions. The closest thing found to it is "If you find SIV useful, please consider making a donation towards its development. SIV is free for home use but if you wish to use it commercially then contact me for further information." at http://rh-software.com/
I contacted the author, Ray Hinchliffe, and he was given permission to distribute the binaries.
From: Ray Hinchliffe [mailto:[email protected]]
Sent: Monday, July 3, 2017 2:29 AM
To: 'Bill Curran' <REDACTED>
Subject: RE: SIV redistribution rights or direct download link
Hi Bill,
I think you are basically talking about how you would mirror siv.zip and am happy for you to use whatever works for you.
I am wondering how you would deal with a new SIV being released? Would you like to receive the e-mail I BCC to the other mirrors with siv.zip attached?
Regards, Ray
From: Ray Hinchliffe [mailto:[email protected]]
Sent: Monday, July 3, 2017 3:27 AM
To: 'Bill Curran' REDACTED>
Subject: RE: SIV redistribution rights or direct download link
I hereby confirm I am OFFICAILLY OK about this.
bcurran3 07/03/2017
==================== SIV - System Information Viewer ====================
md5: 28EAE405DB99A41503A228A92B7865EB | sha1: F3D95DFFE2D4FBE9CE5D76C59D904EBC4E4C5C47 | sha256: 5338B225B736BA0613AF9FA08C85B45C490ABA889B1D4386500C44E925411324 | sha512: 0E0DC79DA3F6FA67653ECFED2796E5E4387FDC8A0E805A936DED76A21190D0FCE20EC143BAD27AFB93301ABE4F79A47ADDC98232B7BFE145E7674569B109F74C
==================== SIV - System Information Viewer ====================
New releases of SIV - System Information Viewer are e-mailed to bcurran3 as part of the file hosting distribution list directly from Ray Hinchliffe, the author.
==================== SIV - System Information Viewer ====================
Log in or click on link to see number of positives.
- siv.5.30.nupkg (bd03c600c820) - ## / 61
- siv.zip (5338b225b736) - ## / 61
- sentest.exe (28435a4b3315) - ## / 66
- SIV32X.exe (4660f9489132) - ## / 65
- SIV64X.exe (5c03666c2c2d) - ## / 66
- SIVRES.dll (a222023626d5) - ## / 66
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.
This package has no dependencies.
Ground Rules:
- This discussion is only about SIV - System Information Viewer (Portable) and the SIV - System Information Viewer (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 SIV - System Information Viewer (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.