jasonpang / Interceptor

C# wrapper for a Windows keyboard driver. Can simulate keystrokes and mouse clicks in protected areas like the Windows logon screen (and yes, even in games). Wrapping http://oblita.com/Interception
MIT License
286 stars 84 forks source link

Context does not load #13

Open 220VOLT opened 5 years ago

220VOLT commented 5 years ago

Hello, I have a problem with this library. My context is not loading. I installed the Interception and put it in the folder with the executable file. image

Windows 10

nantcom commented 5 years ago

You have to open command prompt with Administrator rights and install the driver using this command:

Install-interception.exe /install

Simply double-click the installer will not do anything. After reboot - the interception driver will work .