All Projects → PaulFreund → MouseTrap

PaulFreund / MouseTrap

Licence: other
Windows kernel driver for mouse input manipulation

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

MouseTrap

Windows Kernel mode class filter driver (KMDF) built with the WDF framework.

  • Inverts scroll wheel for every mouse
  • Comes with a Driver Installer application
  • MouseTrapInstaller.exe has to be in the same path as the packaged files
  • Install as admin with "MouseTrapInstaller.exe" install and a reboot
  • Remove as admin with "MouseTrapInstaller.exe remove" and a reboot
  • Implementation of installer/installation not polished
  • Tested with windows 7

Installation

On Windows 7 x64 test signatures have to be allowd in the bootloader:

bcdedit /set TESTSIGNING ON

Then open a ADMIN shell and go to the path where "MouseTrapInstaller.exe", "MouseTrap.sys", "MouseTrap.inf" and "WdfCoInstaller01011.dll" are located and

Install

MouseTrapInstaller.exe

Remove

MouseTrapInstaller.exe remove
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].