2 More Optional Registry Tweaks
ThioJoe edited this page 2025-09-27 10:28:43 -07:00

Registry tweaks you might want to add based on personal preference

Just add the respective line to your startup script file


Taskbar Alignment (Windows 11)

Left:

reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAl" /t REG_DWORD /d 0 /f

Center:

reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAl" /t REG_DWORD /d 1 /f