您的位置:首页-> 下载分类-> 系统工具-> 系统其它-> USBDeview 1.28 英文版 列出连接到电脑上的所有USB设备
本类下载TOP10
Fedora Linux 9 Final 英文版 整个系统的运行速度更快
Windows 98 USB万能驱动
万能摄像头驱动程序
Microsoft AppLocale Utility V1.0 简体中文版
Windows 2000 SP4 简体中文完全版
Microsoft Virtual PC 2007 SP1 v6.0.192.0 英文版 在一台电脑上同时运行多个操作系统
Virtual PC V6.0.156 32Bit 精简版 同时运行多个操作系统
智能手机工作室 1.11.1
GHOST 2003启动盘 2004.01.30
Intel(英特尔)USB 2.0最新驱动程序
广告连接
精选专题
USBDeview 1.28 英文版 列出连接到电脑上的所有USB设备

  简介:USBDeview 是一款可以列出当前连接到你的计算机上或者曾经连接到你的计算机上的所有 USB 设备的小型实用工具。根据列出的设备的名称和描述,该软件显示了串口号(如果提供),设备添加的日期以及最后连接的日期,VendorID 以及其它信息。你还可以选择断开或者卸载列表当中的任何设备,以及导出该列表为 Text/HTML 或者 XML 格式。USBDeview 还可以被用于从一台远程计算机(需要访问权)通过命令行收集 USB 设备。该软件是独立的,不需要进行安装。
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.
本文转自俺要下载 www.ayxz.com

软件大小File size: 53 KB
软件语言: 英文
软件类别: 国外软件 / 免费版 / 系统其它
运行环境: Win 2000/XP/2003/VISTA
Requirements
更新日期: 2008-11-20 13:07:30
Date added
软件界面Screenshots:
下载次数Downloads: 1076
软件评级Rating:
插件情况:无插件无提示安装
联系人: 未知
Support e-mail
开发商: http://www.nirsoft.net

请点击以下的链接下载该软件:USBDeview 1.28 英文版 列出连接到电脑上的所有USB设备


下载地址:[网通]河南周口网通 ←请点击这里下载
此下载服务器使用河南周口网通www.zkinfo.com线路 周口网通诚招IDC业务代理商 周口最大的门户网络

下载地址:[网通]郑州世纪创联 ←请点击这里下载
此下载服务器由郑州世纪创联 www.59.cn赞助 中原服务器托管平台, 双线虚拟主机,虚拟渠道提供商

下载地址:[电信]成都华夏名网 ←请点击这里下载
此下载服务器由成都华夏名网www.sudu.cn赞助 华夏名网-虚拟主机-双线虚拟主机-域名注册

下载地址:[电信]重庆巫山电信 ←请点击这里下载
此下载服务器由重庆巫山电信www.wushan.cq.cn赞助 重庆市电信有限公司

下载地址:[联通]上海亿速网络 ←请点击这里下载
此下载服务器由上海亿速网络www.idchome.net赞助 亿速网络--域名注册|网络实名|主机租赁|企业邮局

下载地址:[联通]河南联通公司 ←请点击这里下载
此下载服务器由河南联通公司www.ha.chinaunicom.com赞助 中国联通有限公司河南分公司

把本软件分享给朋友:

相关软件Related software:

·USBDeview 1.26 简体中文版 列出连接到电脑上的所有USB设备
·更多相关 Related GO!->

相关文章Related news:

相关网站Related search
Baidu中“USBDeview”相关内容
Google中“USBDeview”相关内容
Yahoo中“USBDeview”相关内容
Sogou中“USBDeview”相关内容
zhongsou中“USBDeview”相关内容
pku.edu中“USBDeview”相关内容
软件下载注意事项:
一、俺要下载拒绝捆绑任何垃圾插件和流氓插件!如果此软件捆绑的有垃圾插件和流氓插件,请点击这儿[ 举报该软件 ],谢谢。
二、使用最新版 WinRAR 才能正常解压本站提供的软件,如果您不会下载软件和解压,请学习《俺要下载 新手入门图文教》。
三、俺要下载对每个软件压缩包进行了病毒扫描,请下载回来使用[ 卡巴斯基 ]杀毒软件再次进行扫描。