oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.33k stars 271 forks source link

uninstalling process not seamless #80

Closed tommy-mor closed 5 years ago

tommy-mor commented 5 years ago

I had to uninstall this driver because the most recent update to faceit AC blocks it,

the only way I was able to uninstall it was thanks to @filippobottega in #34 's instructions:

Windows 10. In Administrative CMD:

    • install-interception.exe /install OK
    • Reboot OK (Driver works well)
    • install-interception.exe /uninstall FAIL with Error deleting \system32\drivers\keyboard.sys
    • Reboot OK
    • install-interception.exe /uninstall OK
    • Reboot OK (Driver is uninstalled)
oblitum commented 5 years ago

It's quite possible that you used old binaries. The current ones have been updated to do pending file remotion, which will only occur on reboot.

oblitum commented 5 years ago

It was done to precisely fix this issue.

tommy-mor commented 5 years ago

👍