What is the registry key for 'Enhanced Pointer Precision' option in the Mouse Properties

4

2

I use a Razer mouse at work, and though the mouse is supercool, it's driver always removes the 'Enhanced Pointer Precision' option from the Pointer Options tab found in the Mouse Properties of Control Panel on startup. If I could find the correct registry setting to set this option 'on' whenever Windows starts, it would solve my problem. I've tried finding the correct key using Process Monitor, I didn't get success. Anyone know the key??

detj

Posted 2010-04-03T16:17:00.963

Reputation: 893

Are you sure it's saved in the registry? – Joey – 2010-04-03T16:25:31.880

Good question..I guess it's saved in the Registry. Is there anywhere else Windows stores such config data..I think not! – detj – 2010-04-03T17:48:18.560

Answers

4

I don't know what you were doing wrong in Process Monitor, because I just used it successfully. I found a number of values under the key HKCU\Control Panel\Mouse. I also noticed that clicking "Enhance pointer precision" changes the mouse behavior immediately without writing to the registry (reg is written when you click Apply or OK), so I would expect that changing the registry values with Regedit would not have any effect until a reboot.

Googling, I found the registry values are documented by MS here. It refers to Win2000 but the same registry values are used in XP. (the mouse control panel might call the settings by different names though)

Hugh Allen

Posted 2010-04-03T16:17:00.963

Reputation: 8 620

It should be noted that your mouse driver may tweak these and other settings like the acceleration (especially if you use things like “gamer settings”, etc.) – Synetech – 2010-04-03T23:33:02.697