diff --git a/configwinpc.ps1 b/configwinpc.ps1 index f874b44..3fa3d0d 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -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 <<<"