Page 2 of 3

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 13:26
by n1zoo
Placebo. Why? Because everything you showed has already been done. Path was correct, as were Count and NextInstance. And my mouse still feels like ass.

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 16:51
by Slender
n1zoo wrote:
13 Aug 2024, 13:26
Placebo. Why? Because everything you showed has already been done. Path was correct, as were Count and NextInstance. And my mouse still feels like ass.
1 thing of 1000

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 21:19
by Syykfk
n1zoo wrote:
13 Aug 2024, 13:26
Placebo. Why? Because everything you showed has already been done. Path was correct, as were Count and NextInstance. And my mouse still feels like ass.
My tutorial and Slender's tutorial are in principle the same. If slender's tutorial is effective for many people, then my tutorial should also be effective. I suspect that you did not perform any steps correctly. Secondly, the mouse feels like a stack of many settings. If your other settings are very poor, it will appear that the optimization of my tutorial is not obvious.

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 23:00
by Slender
Syykfk wrote:
13 Aug 2024, 21:19
n1zoo wrote:
13 Aug 2024, 13:26
Placebo. Why? Because everything you showed has already been done. Path was correct, as were Count and NextInstance. And my mouse still feels like ass.
My tutorial and Slender's tutorial are in principle the same. If slender's tutorial is effective for many people, then my tutorial should also be effective. I suspect that you did not perform any steps correctly. Secondly, the mouse feels like a stack of many settings. If your other settings are very poor, it will appear that the optimization of my tutorial is not obvious.
I'm still trying to move the mouse to slot 0 without changing reg-edit, but so far no change. Disabling the mouse driver in the keyboard does not change the priority. The only method that allowed me to move the mouse to 0 was to completely remove the controller and turn off the PC using the button (1 press, no hard off). But after restarting the PC, or restarting the usb controller, everything returns, the mouse part of the keyboard always takes over. I'm trying to find a way to permanently remove the mouse driver from the keyboard section.Any way, you can just remove mouse driver from keyboard section it have same result in regedit (only mouse driver from your real mouse).

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 23:14
by Slender
remove keyboard mouse driver via DEVCON

1) find the mouse driver in keyboard section
2) go to details / hardware ids and find line like that (HID\VID_2516&UP:0001_U:0002)
3) Change all & to *
4) put devcon.exe on disk C open cmd and write:

Code: Select all

cd c:\ 
devcon remove HID\VID_1B1C*UP:0001_U:0002
5) you can create .bat in C dir with devcon remove command and put shortcut for it in autoruns (need disable LUA to make it work)

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 13 Aug 2024, 23:42
by Tea
Chinese? Me too. You have to understand that most of the problems people here encounter cannot be solved by just a Windows setting. And if I remember correctly, there has been a video about this adjustment on bilibili.

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 14 Aug 2024, 02:58
by Syykfk
Slender wrote:
13 Aug 2024, 23:14
remove keyboard mouse driver via DEVCON

1) find the mouse driver in keyboard section
2) go to details / hardware ids and find line like that (HID\VID_2516&UP:0001_U:0002)
3) Change all & to *
4) put devcon.exe on disk C open cmd and write:

Code: Select all

cd c:\ 
devcon remove HID\VID_1B1C*UP:0001_U:0002
5) you can create .bat in C dir with devcon remove command and put shortcut for it in autoruns (need disable LUA to make it work)
This method is good, I will test it, but it is a bit complicated for me, I have never touched DEVCON.exe

Thank you Slender, many of your tutorials have benefited me a lot

At present, I can achieve my requirements by automatically running a batch file at startup, and the effect is real-time. You can even mess up the device instance path of your real mouse (when there are two or more device instance paths and the serial number of the real mouse is not 0), and you will find that your mouse response becomes slower. After changing it back to 0, the mouse response will become faster again.

In addition, in my computer, disabling/uninstalling unused mice or keyboards in the device manager and then cleaning them with DeviceCleanup.exe will make their device instance paths disappear in the registry. I don't know if deleting the keyboard part of the mouse will optimize the real mouse, but since I can complete the optimization by changing the keyboard part of the mouse to 0 through the registry, I didn't uninstall the keyboard part of the mouse in the device manager.

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 14 Aug 2024, 02:59
by Syykfk
Tea wrote:
13 Aug 2024, 23:42
Chinese? Me too. You have to understand that most of the problems people here encounter cannot be solved by just a Windows setting. And if I remember correctly, there has been a video about this adjustment on bilibili.
I didn't refer to bilibili, this is what my friend and I found
Slender's tutorial also gave me inspiration
Indeed, for many people's computers, this small part of the optimization is not enough.

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 14 Aug 2024, 09:06
by Mr1991
Slender wrote:
13 Aug 2024, 23:14
remove keyboard mouse driver via DEVCON

1) find the mouse driver in keyboard section
2) go to details / hardware ids and find line like that (HID\VID_2516&UP:0001_U:0002)
3) Change all & to *
4) put devcon.exe on disk C open cmd and write:

Code: Select all

cd c:\ 
devcon remove HID\VID_1B1C*UP:0001_U:0002
5) you can create .bat in C dir with devcon remove command and put shortcut for it in autoruns (need disable LUA to make it work)
Is this just the same as right click-uninstalling it in device manager?

Re: Reduce lag and responsiveness by changing mouse and keyboard priorities

Posted: 14 Aug 2024, 09:11
by Slender
Mr1991 wrote:
14 Aug 2024, 09:06
Slender wrote:
13 Aug 2024, 23:14
remove keyboard mouse driver via DEVCON

1) find the mouse driver in keyboard section
2) go to details / hardware ids and find line like that (HID\VID_2516&UP:0001_U:0002)
3) Change all & to *
4) put devcon.exe on disk C open cmd and write:

Code: Select all

cd c:\ 
devcon remove HID\VID_1B1C*UP:0001_U:0002
5) you can create .bat in C dir with devcon remove command and put shortcut for it in autoruns (need disable LUA to make it work)
Is this just the same as right click-uninstalling it in device manager?
yes, it same.