How to Modifying Windows Theme Registry Settings with NTLite

tingbest

New Member
Messages
4
Reaction score
0
How to Modify Windows Registry Settings for ColorPrevalence, EnableTransparency, AppsUseLightTheme, and SystemUsesLightTheme Using NTLite
"ColorPrevalence"=dword:00000000"
EnableTransparency"=dword:00000001"
AppsUseLightTheme"=dword:00000001"
SystemUsesLightTheme"=dword:00000000
 
These reg values can only be applied after the user's account has been provisioned for the first time. They don't work as HKCU values applied to Default User's profile, you just have to create a reg file and add it to Post-Setup (After logon).

Now that's a problem if you have multiple users on the system, or intend to create new users later on. Because Post-Setup tasks only run once, and for other accounts you would have to do your own first-logon customizing. Windows hates you.

https://www.ntlite.com/community/in...of-the-start-menu-icon-and-applications.4256/
 
With NTLite, I change these options in Settings-Desktop, in the image
From memory, it's these options in NTLite :

"ColorPrevalence"=dword:00000000" => Show accent color on Start and Taskbar : Disabled
AppsUseLightTheme=dword:00000001=>Dark mode for Apps : Disabled
SystemUsesLightTheme=dword:00000000 => Dark mode for Windows : Enabled

My settings :

Settings.PNG
Settings.PNG
Settings2.PNG

I don't remember for "EnableTransparency" or it's by default
 
Last edited:
Tranparency is a part of Shell Experience Host and can't be changed with NTL or sysprep.
From Settings/ Accessibility - Visual effects it's possible to change transparency effects on some (?) Windows backgrounds but not Apps.
 
Back
Top