This article is intended for Shadow Launcher v4.25.10 released May 2021. Click the Help
icon on your Launcher to check the version before using this tutorial.

Follow the instructions for your operating system to manually uninstall the Shadow USB drivers.
For Windows
Step 1: Uninstall the driver system
Manually uninstall the driver system for USB devices (USB Over IP).
-
Run Command Prompt (cmd) as an administrator.
- Enter the command:
cd C:\Users\<UserName>\.shadow\eltima
- Next, enter the command:
setup_server_ung.exe /u
-
These 3 lines will appear once you've successfully finished:
USB Hub Filter uninstallation succeed
USB Stub uninstallation succeed
Virtual USB Hub uninstallation succeed
Step 2: Delete the UsbService64.exe service
If you have a 32-bit operating system, use UsbService.exe for these instructions instead of UsbService64.exe.
-
Open Task Manager.
-
In the Details tab, find the UsbService64.exe.
-
Open the location of the file.
-
Copy the destination path of the service.
-
Run Command prompt (cmd) as an administrator.
- Enter the following commands, in order:
cd <paste the file path>
UsbService64.exe DISABLE
UsbService64.exe UNINSTALL
For Mac
-
Open a terminal.
-
Enter the following command:
ls /Library/LaunchDaemons/ | grep eveusb
-
For each line named "$package", perform the following commands:
launchctl unload -w /Library/LaunchDaemons/$package rm -rf "/Library/LaunchDaemons/$package" -w /Library/LaunchDaemons/$package rm -rf "/Library/Frameworks/EveUSB.framework" -w /Library/LaunchDaemons/$package
-
Then enter the following command:
pkgutil --pkgs | grep eveusb
-
For each line we name "$pkgs":
pkgutil --forget $pkgs
-
And to finish:
rm /var/db/eveusb.db