28,658 questions
Any solutions out there?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I modified the NTUSER.DAT file inside C:\Users\Default
to set custom values for HKEY_CURRENT_USER\Control Panel\Colors
. Specifically, I changed the Window color (REG_SZ
) to 111 111 111
.
After making these changes, I verified that newly created registry keys persist correctly when a new user logs in. However, pre-existing keys (like "Window") are reset to Windows default values (255 255 255) instead of the modified values.
My observations:
NTUSER.DAT
is loading.NTUSER.DAT
, the changes persist correctly.Questions:
C:\Users\Default
to set custom values for HKEY_CURRENT_USER\Control Panel\Colors
. Specifically, I changed the Window color (REG_SZ
) to 111 111 111
. After making these changes, I verified that newly created registry keys persist correctly when a new user logs in. However, pre-existing keys (like "Window") are reset to Windows default values (255 255 255) instead of the modified values. My observations:
NTUSER.DAT
is loading.NTUSER.DAT
, the changes persist correctly.Any solutions out there?