User Tools

Site Tools


public:disable_cursor_animation_in_office_2013

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:disable_cursor_animation_in_office_2013 [2016/07/11 18:05] fangfufupublic:disable_cursor_animation_in_office_2013 [2018/03/31 00:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Disable cursor animation in Office 2013/2016 ======
 +
 +Microsoft decided to animate the cursor in Office 2013. The end result is that you feel your cursor doesn't blink while you are typing. This is mainly because your cursor moves across the screen smoothly as you type. It looks really weird to me…
 +
 +In order to fix that, you need to save the following code segment as a ''.reg'' file, and import it into Windows registry.
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\15.0\Common\Graphics]
 +"DisableAnimations"=dword:00000001
 +</code>
 +
 +For Office 2016 (Office 16), the code segment is the following:
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\Graphics]
 +"DisableAnimations"=dword:00000001
 +</code>
 +
  
public/disable_cursor_animation_in_office_2013.txt · Last modified: 2018/03/31 00:38 by 127.0.0.1