https://github.com/ryochack/usbipdwingui
USBIP GUI App for Windows
https://github.com/ryochack/usbipdwingui
Last synced: 9 months ago
JSON representation
USBIP GUI App for Windows
- Host: GitHub
- URL: https://github.com/ryochack/usbipdwingui
- Owner: ryochack
- License: gpl-3.0
- Created: 2024-03-04T14:18:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T15:13:11.000Z (about 2 years ago)
- Last Synced: 2025-06-23T16:05:05.920Z (12 months ago)
- Language: C#
- Homepage:
- Size: 419 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# UsbipdGui: USBIP GUI for Windows
This application is a GUI wrapper for [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) that is the awesome USB/IP service for Windows.
UsbipdGui is simple, runs only on a system tray.

## Setup
Before using this application, the usbipd-win must be set up according to "[Connect USB devices | Microsoft Learn](https://learn.microsoft.com/en-us/windows/wsl/connect-usb)".
## Features

UsbipdGui provides the following features to make sharing USB devices easier with just mouse operations.
- Display connected USB devices
- Bind/Unbind connected USB devices
- Display persisted (disconnected) USB devices
- Ignore specified USB devices
- Run at startup
> [!NOTE]
> UsbipdGui requires administrative permission to bind/unbind USB devices.
## Usage
All functions are performed on a context menu that is opened by right-clicking on the system tray icon.
### Bind USB devices

By left-clicking on a connected USB device that has not yet been shared, we can share (bind) that device.
Shared USB devices are marked with "(Shared)".
> [!NOTE]
> UsbipdGui will always force bind.
### Unbind USB devices

By left-clicking on a shared (binded) USB device, we can stop sharing (binding) that device.
### Ignore USB devices

By right-clicking on a connected USB device that has not yet been shared, we can add that device to the ignore list.
Devices added to the ignore list will no longer appear in the "Connected USB Devices" list.
### Restore from ignored device list

To restore devices added to the ignore list, view the devices on the ignore list from "Ignore USB Device List..." and left-click on them.