Enable "Play animations in Windows" using command line

Robin WEISS 0 Reputation points
2023-09-04T08:15:34.62+00:00

Hello,

Is there a way to Enable "Play animations in Windows" using PowerShell =

I tried the solution with regedit, to change the value of MinAnimate and/or UserPreferencesMask and/or VisualFXSetting but none of them worked.

It work only if I manually change it under ease of access.

But I use multiple Windows server 2016 part of different Farms that are used as remote desktop session host.

So I need the settings to be applied on all of the users that connect on it.

Any suggestion ?

Regards

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,053 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,521 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 46,711 Reputation points
    2023-09-04T15:24:08.63+00:00

    I'm pretty sure that's a "per user" setting. The reg key your changing is in the HKEY_CURRENT_USER, right?

    You can use a GPO to do this. Otherwise, to make the change for every user a logon script, or maybe a local policy.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.