berkays0733
New Member
- Messages
- 2
- Reaction score
- 0
I manually mount a wim image. then using reg load I mount the reg paths offline as regedit. but the changes to the default user are not saved. When I try this reg file in ntlite, the bat file opens when the desktop arrives and applies the dark theme. How can I apply this in the same way?
1 - Firstly, I assembled the hives as follows ;
reg load HKLM\SHADES_SOFTWARE "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\SOFTWARE"
reg load HKLM\SHADES_SYSTEM "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\SYSTEM"
reg load HKLM\SHADES_HKU "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\DEFAULT"
reg load HKLM\SHADES_HKCU "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Users\Default\NTUSER.DAT"
2 - ardından reg dosyamı düzenledim ;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SHADES_HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
When I add this reg to the system and test the system, the dark theme is not actually applied. Can someone help with this? Actually, when I check, the values are saved in the registry, but when the system boots, these values are restored after the user is created. and I think this problem only happens with HKCU.
1 - Firstly, I assembled the hives as follows ;
reg load HKLM\SHADES_SOFTWARE "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\SOFTWARE"
reg load HKLM\SHADES_SYSTEM "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\SYSTEM"
reg load HKLM\SHADES_HKU "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Windows\System32\config\DEFAULT"
reg load HKLM\SHADES_HKCU "C:\Users\Admin\AppData\Local\Temp\NLTmpMnt\Users\Default\NTUSER.DAT"
2 - ardından reg dosyamı düzenledim ;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SHADES_HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
When I add this reg to the system and test the system, the dark theme is not actually applied. Can someone help with this? Actually, when I check, the values are saved in the registry, but when the system boots, these values are restored after the user is created. and I think this problem only happens with HKCU.