commented set taskbar left align

This commit is contained in:
dado
2025-10-18 16:10:38 +02:00
parent cbaac31ee8
commit f5d540ea4b

View File

@@ -53,10 +53,10 @@ foreach ($path in $RegistryPaths) {
}
# Set left align
Write-Host -ForegroundColor DarkGray ">>> Set left align <<<"
foreach ($path in $RegistryPaths[0..1]) {
New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null
}
#Write-Host -ForegroundColor DarkGray ">>> Set left align <<<"
#foreach ($path in $RegistryPaths[0..1]) {
# New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null
#}
# Show smaller taskbar button
Write-Host -ForegroundColor DarkGray ">>> Show smaller taskbar button <<<"