Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you uninstall? #195

Closed
TheNameKevinWasTaken opened this issue Jan 6, 2025 · 5 comments
Closed

How do you uninstall? #195

TheNameKevinWasTaken opened this issue Jan 6, 2025 · 5 comments

Comments

@TheNameKevinWasTaken
Copy link

Apologies, unsure how to just ask a question rather than open an issue. Trying to uninstall as I think this is giving me issues with my KVM.

If I unplug and plug back in my keyboard 3 times, and 3 times exactly every time, all HID keyboards which are currently plugged in stop working.

Just looking to uninstall to test if this is the culprit.

@wladdyka
Copy link

wladdyka commented Jan 10, 2025

It definetely is the culprit. I've just had the same issue. I have a monitor with a built it kvm. After I switch to mac and back to windows for 3 times my keyboard and mouse stop working. Even a reboot doesn't help. So, I had to boot into a safe mode with only essential drivers. to the uninstall the driver. P.S. to uinstall it you just cmd the same executable you installed with and provide /uninstall as an argument

@Fred-Vatin
Copy link

The secret to uninstall or install is to run a terminal with NON ADMIN right. And run the commands install-interception.exe /install or /uninstall that will ask to run as admin. Reboot after each.

@Gaimo
Copy link

Gaimo commented Jan 19, 2025

The secret to uninstall or install is to run a terminal with NON ADMIN right. And run the commands install-interception.exe /install or /uninstall that will ask to run as admin. Reboot after each.

I'm trying to create a .bat file to install Interception, but it seems that it's not copying the DLL to the system32 folder. Do you know any way to automate the installation of Interception?

@echo off
cd /d "%~dp0"

:: Run the installer from current directory
install-interception.exe /install


color a
echo Successfully installed. Restart your computer!
echo Instalado com sucesso. Reinicie o computador!
pause > nul

@Fred-Vatin
Copy link

I never tried to create a batch to install this. Do you run the batch as admin ? If not, does interception installer ask for admin right before running ? Is there any output?

@TheNameKevinWasTaken
Copy link
Author

The secret to uninstall or install is to run a terminal with NON ADMIN right. And run the commands install-interception.exe /install or /uninstall that will ask to run as admin. Reboot after each.

Worked, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants