T
Troy Mattessich
Guest
I'm in the process of building a Windows 11 23H2 image. I'm trying to use registry to modify the OS to my liking. I have 30 other registry settings that I have confirmed that work and I'm using batch scripting to apply the settings. During my testing, I confirmed that this first registry key,REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchBoxTaskbarMode" /t REG_DWORD /d 0 /fwill work when run on the local administrator account and the search bar becomes hidden. I'm trying to use REG LOAD HKU\DfltStgs "C:\Users\Default\NTUSER.DAT" followed byREG ADD "HKU\DfltStgs\SOFTW
Continue reading...
Continue reading...