You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
Leftier
changed the title
Transparency not being disabled on 2004 (possibly previous versions too)
Transparency not being disabled on 2004
Jul 28, 2020
There are no updates, as I said transparency is not disabled in windows 10 2004 when using SetVisualFXPerfomance
As you can see from the script, it indicates that using this should disable transparency: # Adjusts visual effects for performance - Disables animations, transparency etc. but leaves font smoothing and miniatures enabled Function SetVisualFXPerformance { ... }
I have no idea if it works correctly in other versions
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SetVisualFXPerformance is supposed to disable transparency but there isn't any property defined to do so..
I'm kind of inexperienced that's why I'm not opening a PR but I think the following property should be added in SetVisualFXPerformance:
And in SetVisualFXAppearance:
The text was updated successfully, but these errors were encountered: