From f5d540ea4bea17bb6337ed99c13cacb6a8f89720 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 18 Oct 2025 16:10:38 +0200 Subject: [PATCH] commented set taskbar left align --- configwinpc.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 <<<"