Microsoft Pro Intellimouse switch DPI and Powershell

Jimmy Smith 1 Reputation point
2022-04-14T01:08:48.99+00:00

Good evening,

I use a Microsoft Intellimouse Pro with the "Microsoft Mouse and Keyboard Center" as software. I wonder if it would be possible to change mouse DPI with a powershell command\script directly so I can execute it whenever I wanna switch my mouse DPI instead of going into the MMKC app and change it

Any ideas?

Thanks in advance

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

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2022-04-20T07:43:31.85+00:00

    Hi,

    I’m not sure about the Intellimouse.

    Some mice store settings in the Registry. Powershell could modify registry settings using Set-ItemProperty cmdlet, in which case the answer is yes.

    Some mice use the ini file to store settings (basically in ProgramFiles\AppName). In this case, you could modify the .ini file (this is just a text file), using the power shell Replace operator.

    Other than that, there is no official documentation for this


    --If the reply is helpful, please Upvote and Accept as answer--

    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.