Custom theme file for new user profile

schemekm

New Member
Hi,

Anyone knows a method for applying custom theme as default for a new user, that would work in Win 10 1903?
Below is the method that I used for earlier builds, but for some reason, this no longer works in 1903:
Code:
[HKEY_LOCAL_MACHINE\Microsoft\Windows\CurrentVersion\Themes]
"InstallTheme"="%SystemRoot%\\Resources\\Themes\\Default.theme"

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes]
"CurrentTheme"="%SystemRoot%\\Resources\\Themes\\Default.theme"

Thanks!
 
Back
Top