Is it possible to disable smooth movement of the cursor in Office 2013/windows 10?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Underwater World
--
Chapters
00:00 Is It Possible To Disable Smooth Movement Of The Cursor In Office 2013/Windows 10?
00:29 Accepted Answer Score 98
02:10 Answer 2 Score 16
02:49 Answer 3 Score 13
03:29 Answer 4 Score 2
03:50 Thank you
--
Full question
https://superuser.com/questions/989951/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows10 #microsoftoffice2013 #cursor
#avk47
ACCEPTED ANSWER
Score 98
Well, yes. There are two ways of doing this.
One is described in many places (here, for one) and goes like this:
- In regedit, navigate to
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common
- If there's no
Graphics
key under thatCommon
key, right-click on the Common key and select New > Key. Type inGraphics
for the key name. - With the
Graphics
key selected, right-click on the right side of the editor and create a new DWORD value. Name itDisableAnimation
. - Finally, double-click the
DisableAnimation
value and change the value to1
. Hit OK and exit the editor, then restart Windows for it to take effect.
Note that for Office 2016, the DWORD key is under HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics
and it should be called DisableAnimations
(plural).
The other way is through the System Performance Settings.
- Open "System" (by typing Win+Pause)
- Click the "Advanced system settings" in the top left.
- In the "System Properties" window (don't you just love consistency?), go to the "Advanced" tab and click the "Settings" button in the first section, "Performance".
- In the "Performance Options" window, on the "Visual Effects" tab, deselect the first option, "Animate controls and elements inside windows". You may want to disable a bunch of other useless animations here, too, but don't disable the "Smooth edges of screen fonts". Curiously, you don't have to restart Windows if you do it this way.
Edit: The latter method may look very different on Windows 10, sorry I missed that part.
ANSWER 2
Score 16
For users experiencing this problem under Office 2016, you can disable the animated cursor effect by creating a DWORD (32-bit) registry key called DisableAnimations
with a value of 1
in the following path:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics
Then restart the application (e.g. Outlook). No need to reboot the whole machine.
If you want more graphical, step-by-step instructions: https://www.laptopmag.com/articles/office-2013-typing-animation-disable
Kudos to KlaymenDK for his superb answer.
ANSWER 3
Score 13
Changing from from Outlook 2009 to Outlook 2016 was annoying, with the lame ribbon, ruined layout, ruined colors, ruined phone-style borderless windows, and insane animated cursor. I'm glad there is a way to turn off the cursor animation. (No cursor animation should be the default, not an insider secret switch that MS will never count statistics on.)
Save this text as Office 2016 stop cursor animation.reg and then run the file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics]
"DisableAnimations"=dword:00000001
(To make the same for Office 2013, replace "16.0". make it "15.0".)
ANSWER 4
Score 2
The current build of Office 2016, 2019, 365 offers this settings directly in its option. Go to File > Options > Ease of Access and under Feedback options uncheck Provide feedback with animation. That easy :-)