Atlas-OS / Atlas

🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
https://atlasos.net
GNU General Public License v3.0
13.77k stars 519 forks source link

Add a script to re-enable Animations in AtlasOS. #44

Closed xftvl closed 3 years ago

xftvl commented 3 years ago

Adding a script to bring back Windows Animations would be very helpful. It'd make it a lot easier than doing it manually.

Describe the solution you'd like A script in the Atlas folder which simply returns Windows Animations.

Describe alternatives you've considered I've been doing this on every Atlas OS install so far I also posted it on the subreddit

reg delete "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DWM" /v "DisallowAnimations"

reg delete "HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics" /v "MinAnimate"

"systempropertiesadvanced"

Performance > Settings > Click on Adjust For Best Appearance

It's very cumbersome trying to do it manually, a script would make it loads easier.

he3als commented 3 years ago

I will make a pull request for this

xftvl commented 3 years ago

Great, thanks

he3als commented 3 years ago

https://github.com/Atlas-OS/Atlas/pull/45