Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > General Discussion

Vista - reg or script to switch mouse acceleration

Reply
 
Old 06-21-2008   #1 (permalink)


vista 64bit ultimate
 
 

reg or script to switch mouse acceleration

Hello, I am trying to make a script or reg file to switch on and off "enhance pointer precision" which is generally a mouse acceleration you can set in control panel. I was trying to find what's happening in registry via sysinternals Process Monitor, but did not see anything interesting. Then I found that a value HKEY_CURRENT_USER\Control Panel\Mouse\MouseSpeed switches between 0 an 1 when I check/uncheck this in control panel, but it is probably not the only thing! Because When I change this manualy it does not do anything and the mouse settings remains unchanged... What do you think? I was trying to find some WMI method but failed...

My System SpecsSystem Spec
Old 06-21-2008   #2 (permalink)


Ultimate SP1 x64 & x86
 
 

Re: reg or script to switch mouse acceleration

To give you an idea, to get the higher speed:

MouseThreshold1 = 0
MouseThreshold2 = 0
MouseSpeed to 1 or 2 (1 X2 the normal speed, 2 X4 the normal speed)
My System SpecsSystem Spec
Old 06-21-2008   #3 (permalink)


vista 64bit ultimate
 
 

Re: reg or script to switch mouse acceleration

wow I have it solved with this autoit script:
enhance mouse precision switch on/off - AutoIt Forums
If you want it, you have to install autoit and then you can compile it to exe file.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
How to disable mouse acceleration in Windows Vista SP1? Vista General
Script switch parameter as variable PowerShell
Vista Mouse Acceleration Gaming
Mouse Acceleration Vista Games
Mouse acceleration in Halo 2 for Vista Vista Games


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46