B
Ben Madsen
Fooling around with registry diffs today, I found a way to enable themes
automatically in my XP Embedded build while not using Explorer as my shell.
The keys that follow are important:
HKCU\Software\Microsoft\Windows\CurrentVersion\ThemeManager\
ThemeActive - REG_SZ - "1"
LoadedBefore - REG_SZ - "0"
Now, since I am running under a second user, I just added those here:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\
I'm not sure yet how to differentiate between BLUE and SILVER, but I'll
check and post if I find it.
-Ben
automatically in my XP Embedded build while not using Explorer as my shell.
The keys that follow are important:
HKCU\Software\Microsoft\Windows\CurrentVersion\ThemeManager\
ThemeActive - REG_SZ - "1"
LoadedBefore - REG_SZ - "0"
Now, since I am running under a second user, I just added those here:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager\
I'm not sure yet how to differentiate between BLUE and SILVER, but I'll
check and post if I find it.
-Ben