CMD command (application) to change mouse sensitivity

Eni Nede 21 Reputation points
2022-02-20T13:14:05.643+00:00

Hello everyone,

As I realised it is quite difficult (at least I have not found a right soultion) to change mouse sensitivity in cmd/by batch file.
I have tried to add specific registry value and reloade it by restarting explorer process... but it does not work till system restart.

It sems to that solution is much closer by changing Rundll32 options. For example:

Rundll32.exe shell32.dll,Control_RunDLL main.cpl @0 (or Rundll32.exe shell32.dll,Control_RunDLL main.cpl,,1) - displays mouse settings

and

Rundll32.exe user, setdoubleckilcktime [n] - changing double click speed

Is there a similar possibility that will allow to change mouse cursor sensitivity?

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2022-02-20T15:55:05.88+00:00

    If you're going to cross-post questions, at least have the curtesy to provide a link to the other post.

    You already have an answer here: cmd-command-application-to-change-mouse-sensitivity

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.