mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 12:03:09 +00:00
5 lines
119 B
Batchfile
5 lines
119 B
Batchfile
@echo off
|
|
|
|
rem Use wmic to get the uninstall Virtual Gamepad
|
|
wmic product where name="ViGEm Bus Driver" call uninstall
|