On Mon, 18 Mar 2019 09:14:57 +0100, R.Wieser wrote:
> 1) change the /taskbar/ to classic mode
Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
Value Name: ShellState
Data Offset: 0x20
Data Byte: 1 = Classic, 3 = New
> 2) on the taskbar, enable and unlock the "quick launch" area.
Taskbar lock state:
Key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Value Name: TaskbarSizeMove
Data: 0 = locked, 1 = unlocked
Taskbar additional toolbars (e.g. Quick Launch):
Key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop
Value Name: TaskbarWinXP
Data: ???
> 3) in the file browser, change the file display mode (to "list")
Current file views:
Keys: HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags\<number>\Shell
Value Name: Mode
Data: 1 = icons, 3 = list, 4 = details, 5 = thumbnails, 6 = tiles
_____
Namespace default file view:
Key: KCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults
Value Name: <GUID of shell namespace>
Global default file view:
Key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams
Value Name: Settings
Data Offset: 0x04
Data Byte: 1 = icons, 3 = list, 4 = details, 5 = tiles, 6 = thumbnails
> 4) on the desktop, set the "arrange icons by" to "auto arrange"
Key: HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop
Value Name: FFlags
Data Bit 0: 0 = auto arrange disabled, 1 = auto arrange enabled
> I've been able to find where some of those settings are stored (in the
> registry), but a manual change of them has no effect and gets overwritten
> when I shut down Windows.
That's because some settings when changed, are not immediately written into
the registry. They're only written into the registry when the desktop
process is gracefully closed.
Gracefully closing the desktop process can be done by opening the
Logoff/Shutdown dialog (not the Switch User screen), then press the Cancel
button while holding CTRL+ALT+SHIFT keys. There may be a way to automate
this, but I don't know it (yet).
You can apply the registry settings by forcefully closing the desktop
process, but if you also need those lazy-written settings to be apllied into
the registry, you'll need to gracefully close the desktop process.