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 Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,511 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