You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am trying to install this to use within C++... I've looked at a few posts and videos that mention running the installer found within the command line installation folder as admin and then making sure the driver is correctly supplanted within the Windows\Sys32\drivers folders and I just can't find it. I've uninstalled it, reinstalled it, both as an admin and as a standard user, and tried to find other resources to install so I can use it. However, with no luck... I am currently on Windows 11 Pro and trying to use this within Visual Studio Code so I can map two mouses and simulate simultaneous clicks. If anyone can help me with the installation, I would be greatly appreciative!
The text was updated successfully, but these errors were encountered:
Open your folder and head to the directory where install-interception.exe is located, copy that path
Run your command prompt as administrator, type cd and paste the path you copied (i.e, cd C:\Users\kyrrr\Downloads\Interception\command line installer)
Run 'install-interception /install' command in that same command prompt
Reboot
To confirm it's been installed you can head to C:\Windows\System32\drivers, there should be 2 additional drivers, mouse.sys and keyboard.sys, those are the drivers that interception installed, and they will be running in the background upon starting windows.
Note that your anti virus could easily detect the drivers as a virus and delete them, if so you might wanna check their quarantined files to confirm, and try running the installation with your anti virus turned off.
If you need further help, feel free to ask.
Hello! I am trying to install this to use within C++... I've looked at a few posts and videos that mention running the installer found within the command line installation folder as admin and then making sure the driver is correctly supplanted within the Windows\Sys32\drivers folders and I just can't find it. I've uninstalled it, reinstalled it, both as an admin and as a standard user, and tried to find other resources to install so I can use it. However, with no luck... I am currently on Windows 11 Pro and trying to use this within Visual Studio Code so I can map two mouses and simulate simultaneous clicks. If anyone can help me with the installation, I would be greatly appreciative!
The text was updated successfully, but these errors were encountered: