Microsoft Pro Intellimouse switch DPI and Powershell

Jimmy Smith 1 Reputation point
2021-10-30T18:52:03.387+00:00

Good evening,

The thing is, I'd like to switch the mouse DPI value depending of the app I'm in. I tried with the Microsoft Mouse and Keyboard Center but I could not manage to do it. What I can do is assign a mouse button to switch between different DPI's but that way you lose a button functionality since it's only gonna switch dpis and you can not use it for other things.

That being said, I wonder if there's any way I can switch DPI automatically depending on the app I'm in or at least control the mouse DPI's with a powershell or other type script or something I can use for a quick switch.

Any ideas?

Thanks in advance

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,278 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,579 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,547 questions
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,381 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,376 Reputation points
    2021-12-20T17:22:09.92+00:00

    Hi @Jimmy Smith

    I suppose there is some mouse that comes with automatic DPI selection settings for games. It is done by settings that don't store the profiles on the mouse. It can only be done from the Mouse end and nothing can be done at the Windows end I suppose.

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