Generate mouse/keyboard events from your mouse.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
interception/_ARCHIVE_/removal/REMOVAL-NOTES.TXT

11 lines
658 B

I asked Francisco if it was possible to only install the mouse driver, and he sent through a bunch of screenshots and .REG files.
It seems that what is required is:
- C:\windows\system32\drivers\mouse.sys
- In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services:
A "mouse" sub-key - see "mouse driver key.reg" (but we don't need the Enum section, it seems to get generated automatically).
- In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e96f-e325-11ce-bfc1-08002be10318}:
Add "mouse\0" to the start of UpperFilters.
This has been distilled into the mouse.reg and mouse-filter.reg files in this directory.
A reboot is required.