662b7f616a
- Removed message that HIDGuardian is disabled, it was confusing people. Added message that it is enabled instead.
22 lines
355 B
Batchfile
22 lines
355 B
Batchfile
@echo off
|
|
|
|
cd /d "%~dp0\_drivers"
|
|
|
|
devcon.exe install .\HidGuardian\HidGuardian.inf Root\HidGuardian
|
|
devcon.exe classfilter HIDClass upper -HidGuardian
|
|
|
|
cd .\HidCerberus.Srv
|
|
echo Installing HidCerberus.Srv...
|
|
HidCerberus.Srv.exe install
|
|
|
|
ping 127.0.0.1 -n 2 > nul
|
|
|
|
net start "HidCerberus Service"
|
|
|
|
ping 127.0.0.1 -n 2 > nul
|
|
|
|
echo Done
|
|
|
|
ECHO.
|
|
ECHO.
|
|
pause
|