BetterJoy/BetterJoyForCemu/Drivers/HIDGuardian/HIDGuardian Uninstall (Run as Admin).bat
David Khachaturov 662b7f616a - Added HIDGuardian installation separately
- Removed message that HIDGuardian is disabled, it was confusing people. Added message that it is enabled instead.
2020-04-16 17:46:15 +01:00

17 lines
No EOL
274 B
Batchfile

@echo off
cd /d "%~dp0\_drivers"
cd HidCerberus.Srv
echo Uninstalling HidCerberus.Srv...
HidCerberus.Srv.exe uninstall
cd /d "%~dp0\_drivers"
echo Removing system drivers...
devcon.exe remove Root\HidGuardian
devcon.exe classfilter HIDClass upper !HidGuardian
pause