Usbview.exe is a Windows GUI application that allows you to browse all USB controllers and connected USB devices on your system. The left pane in the main application window displays a connection-oriented tree view, and the right pane displays the USB data structures pertaining to the selected USB device, such as the Device, Configuration, Interface, and Endpoint Descriptors, as well as the. « AutoText 7.6 USBDeview 3.01 WebBrowserPassView Portable 2.07 » Comment Rules & Etiquette - We welcome all comments from our readers, but any comment section requires some moderation. Some posts are auto-moderated to reduce spam, including links and swear words.

  1. Usbview Exe
  2. Usbview Exe Download Windows 7 Iso
  3. Usbview.exe Download Windows 7
  4. Usbview Exe Download Windows 7 Crack
  1. Download it from microsoft github site. USBView is there in usb folder but you will need to download the whole thing (as zip) and then get to USBView once it’s downloaded.
  2. Open USBView.sln file in Visual Studio 2015 and built id.
Usbview Exe Download Windows 7

It didn’t build and I got the error below:

Usbview Exe

Usbview Exe Download Windows 7

error MSB8020: The build tools for WindowsApplicationForDrivers10.0 (Platform Toolset = ‘WindowsApplicationForDrivers10.0’) cannot be found. To build using the WindowsApplicationForDrivers10.0 build tools, please install WindowsApplicationForDrivers10.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Retarget solution”.

Usbview Exe Download Windows 7

Usbview Exe Download Windows 7 Iso

What it suggest probably work but the tools it seems to point by default seem to Windows 10 and I am using Windows 7. The settings page states they are not installed.

Usbview.exe Download Windows 7

Anyways to fix this issue go into project settings >> change ‘Platform toolset’ to ‘Visual Studio 2015 (v140)’. Clean and build again.

Now that error went away I was still getting compiler errors.

usbviewdisplay.c(224): error C2146: syntax error: missing ‘)’ before identifier ‘billboardCapDesc’
usbviewdisplay.c(224): error C2081: ‘PUSB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR’: name in formal parameter list illegal
usbviewdisplay.c(224): error C2061: syntax error: identifier ‘billboardCapDesc’
usbviewdisplay.c(224): error C2059: syntax error: ‘;’
usbviewdisplay.c(224): error C2059: syntax error: ‘,’
usbviewdisplay.c(226): error C2059: syntax error: ‘)’
usbviewdisplay.c(254): error C2146: syntax error: missing ‘)’ before identifier ‘SspIsochCompDesc’
usbviewdisplay.c(254): error C2081: ‘PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR’: name in formal parameter list illegal
usbviewdisplay.c(254): error C2061: syntax error: identifier ‘SspIsochCompDesc’
usbviewdisplay.c(254): error C2059: syntax error: ‘;’
usbviewdisplay.c(254): error C2059: syntax error: ‘,’
usbviewdisplay.c(257): error C2059: syntax error: ‘)’
usbviewdisplay.c(261): error C2146: syntax error: missing ‘)’ before identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(261): error C2061: syntax error: identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(261): error C2059: syntax error: ‘;’
usbviewdisplay.c(262): error C2059: syntax error: ‘)’
usbviewdisplay.c(268): error C2146: syntax error: missing ‘)’ before identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(268): error C2081: ‘PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR’: name in formal parameter list illegal
usbviewdisplay.c(268): error C2061: syntax error: identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(268): error C2059: syntax error: ‘;’
usbviewdisplay.c(268): error C2059: syntax error: ‘,’
usbviewdisplay.c(270): error C2059: syntax error: ‘)’
usbviewdisplay.c(1349): error C2039: ‘DeviceIsSuperSpeedPlusCapableOrHigher’: is not a member of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
7): note: see declaration of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
usbviewdisplay.c(1379): error C2039: ‘DeviceIsSuperSpeedPlusCapableOrHigher’: is not a member of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
7): note: see declaration of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
usbviewdisplay.c(1408): error C2039: ‘DeviceIsOperatingAtSuperSpeedPlusOrHigher’: is not a member of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
7): note: see declaration of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
usbviewdisplay.c(1832): warning C4013: ‘DisplayEndpointDescriptor’ undefined; assuming extern returning int
usbviewdisplay.c(2059): error C2065: ‘PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR’: undeclared identifier
usbviewdisplay.c(2059): error C2146: syntax error: missing ‘;’ before identifier ‘sspIsochCompDesc’
usbviewdisplay.c(2059): error C2065: ‘sspIsochCompDesc’: undeclared identifier
usbviewdisplay.c(2059): warning C4047: ‘=’: ‘int’ differs in levels of indirection from ‘void *’
usbviewdisplay.c(2088): error C2039: ‘SspCompanion’: is not a member of ‘<unnamed-tag>’
: note: see declaration of ‘<unnamed-tag>’
usbviewdisplay.c(2090): error C2065: ‘sspIsochCompDesc’: undeclared identifier
usbviewdisplay.c(2090): error C2065: ‘PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR’: undeclared identifier
usbviewdisplay.c(2091): error C2146: syntax error: missing ‘;’ before identifier ‘GetNextDescriptor’
usbviewdisplay.c(2099): error C2065: ‘sspIsochCompDesc’: undeclared identifier
usbviewdisplay.c(2103): error C2065: ‘sspIsochCompDesc’: undeclared identifier
usbviewdisplay.c(2103): warning C4047: ‘!=’: ‘int’ differs in levels of indirection from ‘void *’
usbviewdisplay.c(2105): error C2065: ‘sspIsochCompDesc’: undeclared identifier
usbviewdisplay.c(2706): error C2146: syntax error: missing ‘)’ before identifier ‘billboardCapDesc’
usbviewdisplay.c(2706): error C2081: ‘PUSB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR’: name in formal parameter list illegal
usbviewdisplay.c(2706): error C2061: syntax error: identifier ‘billboardCapDesc’
usbviewdisplay.c(2706): error C2059: syntax error: ‘;’
usbviewdisplay.c(2706): error C2059: syntax error: ‘,’
usbviewdisplay.c(2708): error C2059: syntax error: ‘)’
usbviewdisplay.c(2881): error C2065: ‘USB_DEVICE_CAPABILITY_BILLBOARD’: undeclared identifier
usbviewdisplay.c(2882): warning C4013: ‘DisplayBillboardCapabilityDescriptor’ undefined; assuming extern returning int
usbviewdisplay.c(2882): error C2065: ‘PUSB_DEVICE_CAPABILITY_BILLBOARD_DESCRIPTOR’: undeclared identifier
usbviewdisplay.c(2882): error C2146: syntax error: missing ‘)’ before identifier ‘capDesc’
usbviewdisplay.c(2882): error C2059: syntax error: ‘)’
usbviewdisplay.c(2881): error C2051: case expression not constant
usbviewdisplay.c(2928): error C2039: ‘DeviceIsOperatingAtSuperSpeedPlusOrHigher’: is not a member of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
7): note: see declaration of ‘_USB_NODE_CONNECTION_INFORMATION_EX_V2_FLAGS’
usbviewdisplay.c(3422): error C2146: syntax error: missing ‘)’ before identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(3422): error C2081: ‘PUSB_SUPERSPEEDPLUS_ISOCH_ENDPOINT_COMPANION_DESCRIPTOR’: name in formal parameter list illegal
usbviewdisplay.c(3422): error C2061: syntax error: identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(3422): error C2059: syntax error: ‘;’
usbviewdisplay.c(3422): error C2059: syntax error: ‘,’
usbviewdisplay.c(3425): error C2059: syntax error: ‘)’
usbviewdisplay.c(3827): error C2146: syntax error: missing ‘)’ before identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(3827): error C2061: syntax error: identifier ‘SspIsochEpCompDesc’
usbviewdisplay.c(3827): error C2059: syntax error: ‘;’
usbviewdisplay.c(3828): error C2059: syntax error: ‘)’
usbviewdisplay.c(3829): error C2449: found ‘{‘ at file scope (missing function header?)
usbviewdisplay.c(3851): error C2059: syntax error: ‘}’

I looked around for ‘Retarget solution’ option but for some reasons it was not there. Maybe because I had only one project in the solution?

What retarget solution does is change the ‘Target Platform Version’ (it prompts for available choices). I changed that manually in project settings >> General >> ‘Target Platform Version’ to ‘10.0.10240.0’ from ‘8.1’ which were the two options available. This shows only the installed platforms so it could be different in your case.

Now after doing clean and built, these compiler errors went away.

But now I was getting this error:

Command line error D8016: ‘/ZI’ and ‘/clr’ command-line options are incompatible

To remove this errors go into project settings >> C/C++ >> General and change ‘Debug Information Format’ to /Zi from ZI.

Exe

Now go into C/C++ >> Code Generation and set ‘Enable Minimal Rebuild’ to No(/GM-).

Windows

Usbview Exe Download Windows 7 Crack

Now it builds fine. I was trying build this 2nd time as an excercise for this blog but strangely enough I didn’t had the ‘retarget solution’ option this time but I got it build anyways.