Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



Program Finder NormalFreeware onlyShareware only

USBDeview 1.25 Report spyware 

Click to download USBDeview
View more USBDeview screenshots (1)
 Downloads: 7,547
Rating: Good (3.8/5) | Rated by: 60 user(s)
Add to download basket     Send us update information
 Developer: Nir Sofer | More programs by this producer
 License: Freeware  
 Size / OS: 49 KB, Windows 2K/XP/2003
 Last Updated: July 12th, 2008, 10:15 GMT
 Category: C: \ System \ System Info
 Read user reviews (1) Add a review Refer to friend Subscribe
    Download USBDeview

USBDeview description
A small utility that lists all USB devices that are currently connected to your computer

USBDeview is a small utility that lists all USB devices that are currently connected to your computer, as well as all USB devices that you previously used.

For each USB device, exteneded 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, and disconnect USB devices that are currently connected to your computer.
You can also use USBDeview on a remote computer, as long as you login to that computer with admin user.

USBDeview doesn't require any installation process or additional DLL files. Just copy the executable file (USBDeview.exe) to any folder you like, and run it.
The main window of USBDeview will display all USB devices installed on your computer. You can select one or more items, and then disconnect (unplug) them, uninstall them, or just save the information into text/xml/html file.

USBDeview Columns Description:
· Device Name: Specifies the device name. For some device, this column may display meaningless name, like "USB Device". If the device name is meaningless, try to look at the Description column.
· Device Description: The description of the device.
· Device Type: The device type, according to USB class code.
· Connected: Specifies whether the device is currently connected to your computer. If the device is connected, you can use the 'Disconnect Selected Devices' option (F9) to disconnect the device.
· Safe To Unplug: Specifies whether it's safe to unplug the device from the USB plug without disconnecting it first. If the value of this column is true, and you want to unplug this device, you must first disconnect this device by using the 'Disconnect Selected Devices' option (F9) of USBDeview utility, or by using the 'Unplug or Eject Hardware' utility of Windows operating system.
· Drive Letter: Specifies the drive letter of the USB device. This column is only relevant to USB flash memory devices and to USB CD/DVD drives. Be aware that USBDeview cannot detect drive letters of USB hard-disks.
· Serial Number: Specifies the serial number of the device. This column is only relevant to mass storage devices (flash memory devices, CD/DVD
drives, and USB hard-disks).
· Created Date: Specifies the date/time that the device was installed. In most cases, this date/time value represents the time that you first plugged the device to the USB port. However, be aware that in some circumstances this value may be wrong.
· Last Plug/Unplug Date: Specifies the last time that you plugged/unplugged the device. This date value is lost when you restart the computer.
· VendorID/ProductID: Specifies the VendorID and ProductID of the device.
· USB Class/Subclass/Protocol: Specifies the Class/Subclass/Protocol of the device according to USB specifications.
· Hub/Port: Specifies the hub number and port number that the device was plugged into. This value is empty for mass storage devices.

Connecting To Remote Computer
The following command-line options allows you to connect to remote computers. You must login to the remote computer with admin user in order to use these options
· /remote
Allows you to connect a single remote computer.
For Example:
USBDeview.exe /remote MyComp
· /remotefile
Allows you to connect multiple computers, and view all their USB activity in one window. The computers list file should be a simple Ascii text file with computer names separated by colon, semicolon, space, tab characters or CRLF.
For Example:
USBDeview.exe /remotefile "c:tempcomp.txt"

Stop/Disconnect Command-Line Options
· /stop {/showmsg} {RemoteComputer}
Stop/disconnect a USB device by specifying its name or description.
You don't have to specify the whole name or description. You can also specify only a part of the name or description string, and USBDeview will identify it. For example, If the device name is 'Kingston DataTraveler 2.0', you can simply put 'kingston' or 'DataTraveler' in the device name parameter, and USBDeview will disconnect the right device.
If you want that a message/balloon will be displayed after the device is disconnected, add the '/showmsg' parameter. (Windows 2000 displays a message-box, Windows XP displays a balloon)
If you want to disconnect a device in a remote computer, specify the remote computer name, with prefix. You must login to the remote computer with admin rights in order to do that.
Examples:
USBDeview.exe /stop /showmsg "DVD RW"
USBDeview.exe /stop "DataTraveler"
USBDeview.exe /stop comp01 "SanDisk Cruzer"
· /stop_by_serial {/showmsg} {RemoteComputer}
Similar to /stop command, but instead of specifying a device name, you should specify the serial number of the device. Works only with mass storage devices.
Examples:
USBDeview.exe /stop_by_serial ea051261
USBDeview.exe /stop_by_serial /showmsg 876534513
· /stop_by_drive {/showmsg} {RemoteComputer}
Stop/disconnect a USB device by specifying its drive letter. Works only with USB flash drives and CD/DVD devices.
Examples:
USBDeview.exe /stop_by_drive g:
USBDeview.exe /stop_by_drive /showmsg f:
USBDeview.exe /stop_by_drive /showmsg comp02 t:
· /stop_all {/showmsg} {RemoteComputer}
Stop/disconnect all USB devices currently connected to your computer.

Save Command-Line Options
/stext - Save the list of all USB devices into a regular text file.
/stab - Save the list of all USB devices into a tab-delimited text file.
/stabular - Save the list of all USB devices into a tabular text file.
/shtml - Save the list of all USB devices into HTML file (Horizontal).
/sverhtml - Save the list of all USB devices into HTML file (Vertical).
/sxml - Save the list of all USB devices to XML file.

Limitations:

· For all devices except 'Mass Storage' Devices: If you plug a device to one USB port, and then you plug the same device to another USB port, a new record of the same device will be created for each USB port that you plug. So if you see multiple lines for exactly the same device, it means that you plugged it to different USB ports. The USB ports that you plugged are specified in 'Hub/Port' column. However, for 'Mass Storage' device, only one record is created for each device, even if you plug it to different USB port.
· When a USB device is added/removed on your local computer, UDBDeview utility automatically updates the list of USB devices. But... If you UDBDeview is connected to a remote computer, the list won't refresh automatically when a device is added or removed. You must refresh it manually, by pressing F5 key.


What's New in This Release:

· Added new command-line options to disable/enable/remove USB devices... [ read full changelog ]





Softpedia guarantees that USBDeview 1.25 is 100% FREE, which means it is a freeware product (both for personal and commercial use) that does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.

This software product was tested thoroughly and was found absolutely clean, therefore it can be installed with no concern by any computer user.

However, it should be noted that this product will be retested periodically and the award may be withdrawn, so you should check back on this page from time to time. (click here for more information)


Related downloads IT News Popular downloads New additions   Latest reviews  
Device Info 1.07 Beta
A simple utility for listing all your PC's devices and their driver version numbers
USB Lock RP 3.6
This application will efficiently prevent information loss due to the unauthorized use of USB Storage Removable Drives, CD-RWs
Microsoft Device Emulator 1.0
Microsoft Device Emulator is a standalone version of the Device Emulator that is shipped with Visual Studio 2005
DVD Device Lock 2.7 Build 521
Hide or disable access to removable devices like CD, DVD, floppy, flash, USB.
Device Seizure 1.1
Device Seizure is a useful tool that will examine cell phone and PDA data forensically
Instrumentation Widgets for Mobile Devices 1.2
Meters, scales, sliders, dials, gauges, switches, other .NET components for PDA.
WinAgents MIB Browser 1.0
WinAgents MIB Browser - Comfortable MIB Browser with SNMPv3 support. Includes MIB Editor.
LoadOrder 1.0
LoadOrder - See the order in which devices are loaded on your WinNT/2K system
UPServe 1.0a
UPServe is a useful network, service, server and device monitoring software
SoftCollection Video Capture Library For .NET 1.0
SoftCollection Video Capture Library For .NET - full control over many video devices, like web cameras, tv cards and many others

go to top Use the following code to link to this page:



Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

Main categories:
  • Antivirus
  • Compression tools
  • CD/DVD Tools
  • Office tools
  • Programming
  • Authoring tools
  • File managers
  • Desktop Enhancements
  • Internet
  • Network Tools
  • IPOD TOOLS
  • Mobile Phone Tools
  • Multimedia
  • Tweak
  • System
  • Security
  • Others
  • Science / CAD
  • UNIX
  • Windows Widgets
  • PORTABLE SOFTWARE

  • Week's best:
  • Adobe Media Player 1...
  • Registry Mechanic 8....
  • BitSpirit 3.3.2.263
  • AnyDVD 6.4.5.6
  • Firefox 3.0.1 / 2.0....
  • AutoCAD 2009
  • Norton AntiVirus 200...
  • Norton Internet Secu...
  • The Bat! Professiona...
  • WinRAR 3.80 Beta 3 /...
  • GMail Drive shell ex...
  • DAEMON Tools Lite 4....
  • UBCD4WIN 3.2.0
  • Adobe Reader 9.0.0 /...
  • Total Commander Ulti...
  • System Mechanic 8.0....
  • Adobe Acrobat Profes...
  • iPhone PC Suite 1.0....
  • Portable Firefox 3.0...
  • MPlayer for Windows ...
  • Vista Codec Package ...
  • Windows Live Messeng...
  • WinBubble 1.73
  • Kaspersky Anti-Virus...
  • Malware Removal Tool...
  • Royale Noir Theme fo...
  • IBM Lotus Symphony 1...
  • Adobe Dreamweaver 10...
  • Adobe Fireworks 10.0...
  • BitDefender Total Se...
  • © 2001 - 2008 Softpedia. All rights reserved.
    Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
    Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive