4

Here is how to do it with a registry key.

*  Go to HKEY_LOCAL_MACHINE\SYSTEM\GWE
* Create a DWORD named Animate if it does not already exist
* Edit the DWORD value named Animate
* 0 - Disables Window Animation
  1 - Enables Window Animation

However, it needs restart of the device. I would like to know if there is anyway to disable it instantly, programmatically?

Cœur
  • 37,241
  • 25
  • 195
  • 267
VOX
  • 2,883
  • 2
  • 33
  • 43

1 Answers1

0

Take a look at SystemParametersInfo. There is no animation setting, but maybe if you notify GWES of a different change it will also update the animation state.

Shaihi
  • 3,952
  • 4
  • 27
  • 47