How do I disable the Animations in Microsoft Server 2012?

I connect to our Microsoft Server 2012 through remote desktop. There are just too many animations (for example Opening and closing windows) etc.

How do I turn off all animations?


Solution 1:

Control Panel > System > Advanced system settings > Performance > Settings

Select the options that suit you. I normally select the option ""Adjust for best performance".

Solution 2:

You can also disable the animations in the Windows RDP client. Show Options -> Experience. On the MAC cleint you can adjust these options under RDC->Preferences->Display.

Good part about doing it at the client side is you can scale down the colors too and significantly speed up the paint times.

I can't comment on other clients though.

Solution 3:

We have setup a group policy with the below which seems to help

Computer Configuration 
  Administrative Templates
    Do not allow Flip3D invocation Enabled  
    Do not allow window animations Enabled  
    Use solid color for Start background Enabled  

User Configuration (Enabled)
  Administrative Templateshide
    Do not allow Flip3D invocation Enabled  
    Do not allow window animations Enabled  

The solid color for start background is because of when we are providing remote assistance over a WAN link, background pictures slow things down. Though looking at it, I think we've put it in the wrong place, as I would of thought it should have been in the User Configuration.