Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Transparency not being disabled on 2004 #330

Open
Leftier opened this issue Jul 28, 2020 · 2 comments
Open

Transparency not being disabled on 2004 #330

Leftier opened this issue Jul 28, 2020 · 2 comments

Comments

@Leftier
Copy link

Leftier commented Jul 28, 2020

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:

Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" -Name "EnableTransparency" -Type DWord -Value 0

And in SetVisualFXAppearance:

Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" -Name "EnableTransparency" -Type DWord -Value 1
@Leftier Leftier changed the title Transparency not being disabled on 2004 (possibly previous versions too) Transparency not being disabled on 2004 Jul 28, 2020
@E3V3A
Copy link

E3V3A commented Sep 30, 2020

@Leftier
any updates on this?

@Leftier
Copy link
Author

Leftier commented Sep 30, 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants