Downloads:
16,568
Downloads of v 3.07:
1,962
Last Update:
22 Sep 2023
Package Maintainer(s):
Software Author(s):
- Nir Sofer
Tags:
usb devices usb-devices gui nirsoft- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
USBDeview - List USB Devices
- 1
- 2
- 3
3.07 | Updated: 22 Sep 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,568
Downloads of v 3.07:
1,962
Maintainer(s):
Software Author(s):
- Nir Sofer
USBDeview - List USB Devices 3.07
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nir Sofer. The inclusion of Nir Sofer trademark(s), if any, upon this webpage is solely to identify Nir Sofer 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 USBDeview - List USB Devices, run the following command from the command line or from PowerShell:
To upgrade USBDeview - List USB Devices, run the following command from the command line or from PowerShell:
To uninstall USBDeview - List USB Devices, 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 usbdeview --internalize --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 usbdeview -y --source="'INTERNAL REPO 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 usbdeview -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install usbdeview
win_chocolatey:
name: usbdeview
version: '3.07'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'usbdeview' do
action :install
source 'INTERNAL REPO URL'
version '3.07'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller usbdeview
{
Name = "usbdeview"
Version = "3.07"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'usbdeview':
ensure => '3.07',
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 25 Oct 2024.
USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used.
For each USB device, extended information is displayed: Device name/description, device type, serial number (for mass storage devices), the date/time that device was added, VendorID, ProductID, and more...
USBDeview also allows you to uninstall USB devices that you previously used, disconnect USB devices that are currently connected to your computer, as well as to disable and enable USB devices.
You can also use USBDeview on a remote computer, as long as you login to that computer as an admin user.
Notes
- The 32-bit version of USBDeview will not run in a 64-bit environment and the installation will fail if forced with
--forceX86
- This package is automatically updated using the Chocolatey Automatic Package Update Model (AU).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
License
=======
This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product. If you
distribute this utility, you must include all files in the distribution
package, without any modification !
Disclaimer
==========
The software is provided "AS IS" without any warranty, either expressed
or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The author will not
be liable for any special, incidental, consequential or indirect damages
due to loss of data or any other reason.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The application has been downloaded from the official distribution and can
be verified by:
1. Go to the binary distribution page
https://www.nirsoft.net/utils/usb_devices_view.html
and download the archive usbdeview.zip using the Download USBDeview link or the archive usbdeview-x64.zip using the
Download USBDeview for x64 systems link.
Alternatively the archives can be downloaded directly from
https://www.nirsoft.net/utils/usbdeview.zip
https://www.nirsoft.net/utils/usbdeview-x64.zip
2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash gdiusbdeview.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f usbdeview.zip
File32: usbdeview.zip
ChecksumType32: sha256
Checksum32: F2ECD1C350829856E84B6AAF608A4BE0A616784CAC48B8CB1315A6970D1F45AF
- Use powershell function 'Get-Filehash' - Get-Filehash usbdeview-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f usbdeview-x64.zip
File64: usbdeview-x64.zip
ChecksumType64: sha256
Checksum64: 1ACFEAAC8352313A607D2AA55A8A56E3662054CCF0BB05FC1EB909E1159152DB
Contents of file LICENSE.txt is obtained from https://www.nirsoft.net/utils/usb_devices_view.html
md5: 4757C96BF9D4FEB1BC71F16BC37B9A32 | sha1: 8FB836B3D0B2B2D12E6D3D706330CE060BD0C339 | sha256: 1ACFEAAC8352313A607D2AA55A8A56E3662054CCF0BB05FC1EB909E1159152DB | sha512: D89FFAF26220D471779A263631E0AA6756C1A8CB483EF18B71BDEEDE060E3CD1C7EB52CF81AAD731667CF2126FC5A3B90D623C36802D0F7A67B780E9C8D353BE
md5: 7C794A3BBD8DFF8C9CE1B57B955D90A0 | sha1: 8272F416AAB6DB9927148E74223BF21F451FA157 | sha256: F2ECD1C350829856E84B6AAF608A4BE0A616784CAC48B8CB1315A6970D1F45AF | sha512: 8B19E7BC43F18171241A81E5EBDA0E729EE104A95AE1ECDDF459D55442BDFD1E4B6430105CE9CC37916AA11216868025BB189DEA31CE51E15E7A9726869F963C
Log in or click on link to see number of positives.
- usbdeview.3.07.nupkg (5b1b51a4df2a) - ## / 64
- usbdeview-x64.zip (1acfeaac8352) - ## / 62
- usbdeview.zip (f2ecd1c35082) - ## / 64
- usbdeview.exe (57f7cedd6bc0) - ## / 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 |
---|---|---|---|---|
USBDeview - List USB Devices 3.07 | 1962 | Friday, September 22, 2023 | Approved | |
USBDeview - List USB Devices 3.06 | 1630 | Wednesday, August 31, 2022 | Approved | |
USBDeview - List USB Devices 3.05 | 637 | Tuesday, May 31, 2022 | Approved | |
USBDeview - List USB Devices 3.03 | 512 | Saturday, April 9, 2022 | Approved | |
USBDeview - List USB Devices 3.02 | 1059 | Tuesday, June 22, 2021 | Approved | |
USBDeview - List USB Devices 3.01 | 1045 | Friday, September 11, 2020 | Approved | |
USBDeview - List USB Devices 3.00 | 292 | Tuesday, August 25, 2020 | Approved | |
USBDeview 2.80 | 1432 | Wednesday, May 15, 2019 | Approved | |
USBDeview 2.79 | 491 | Monday, February 18, 2019 | Approved | |
USBDeview 2.75 | 884 | Thursday, March 8, 2018 | Approved | |
USBDeview 2.74 | 378 | Sunday, February 18, 2018 | Approved | |
USBDeview 2.73 | 482 | Wednesday, December 27, 2017 | Approved | |
USBDeview 2.72 | 410 | Tuesday, December 19, 2017 | Approved | |
USBDeview 2.71 | 609 | Thursday, July 27, 2017 | Approved | |
USBDeview 2.70 | 553 | Wednesday, May 24, 2017 | Approved | |
USBDeview 2.66 | 481 | Tuesday, April 18, 2017 | Approved | |
USBDeview 2.65 | 474 | Wednesday, March 22, 2017 | Approved | |
USBDeview 2.62 | 523 | Sunday, January 22, 2017 | Approved | |
USBDeview 2.61 | 558 | Thursday, July 21, 2016 | Approved | |
USBDeview 2.55 | 455 | Thursday, March 3, 2016 | Approved | |
USBDeview 2.52 | 435 | Tuesday, January 19, 2016 | Approved | |
USBDeview 2.51 | 372 | Wednesday, December 9, 2015 | Approved | |
USBDeview 2.50 | 392 | Saturday, November 7, 2015 | Approved |
Copyright 2006-2020 Nir Sofer
This package has no dependencies.
Ground Rules:
- This discussion is only about USBDeview - List USB Devices and the USBDeview - List USB Devices 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 USBDeview - List USB Devices, 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.