commented set taskbar left align
This commit is contained in:
@@ -53,10 +53,10 @@ foreach ($path in $RegistryPaths) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Set left align
|
# Set left align
|
||||||
Write-Host -ForegroundColor DarkGray ">>> Set left align <<<"
|
#Write-Host -ForegroundColor DarkGray ">>> Set left align <<<"
|
||||||
foreach ($path in $RegistryPaths[0..1]) {
|
#foreach ($path in $RegistryPaths[0..1]) {
|
||||||
New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null
|
# New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null
|
||||||
}
|
#}
|
||||||
|
|
||||||
# Show smaller taskbar button
|
# Show smaller taskbar button
|
||||||
Write-Host -ForegroundColor DarkGray ">>> Show smaller taskbar button <<<"
|
Write-Host -ForegroundColor DarkGray ">>> Show smaller taskbar button <<<"
|
||||||
|
|||||||
Reference in New Issue
Block a user