Disable menu animations
To disable menu animations (sliding in/out) and speed up performance of the UI a bit:
Quote:
|
HKLM\SYSTEM\GWE\Menu\AniType = 0 (DWORD decimal)
|
To change it back to the default:
Quote:
|
HKLM\SYSTEM\GWE\Menu\AniType = 6 (DWORD decimal)
|