deleted show smaller taskbar button

This commit is contained in:
dado
2025-10-18 16:13:39 +02:00
parent f5d540ea4b
commit 4dc59971a8

View File

@@ -58,12 +58,6 @@ foreach ($path in $RegistryPaths) {
# 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 <<<"
foreach ($path in $RegistryPaths[0..1]) {
New-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 1 -Type DWORD -Force | Out-Null
}
# Hide TaskView button
Write-Host -ForegroundColor DarkGray ">>> Hide TaskView button <<<"
foreach ($path in $RegistryPaths[0..1]) {