Skip to content

Commit 79d135e

Browse files
Update setup.ps1
add attribution for taskbar move
1 parent 2577078 commit 79d135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Remove-Item -Path $tempDir -Recurse -Force
194194

195195
Write-Host "Finished installing powertoys!"
196196
}
197-
# taskbar location
197+
# taskbar location ( taken from https://blog.ironmansoftware.com/daily-powershell/windows-11-taskbar-location/ )
198198
$TaskbarLocation = $Host.UI.PromptForChoice("Move taskbar?", "(Default N)", @("&Y", "&N"), 1)
199199
if ($TaskbarLocation -eq 0) {
200200
$Location = $Host.UI.PromptForChoice("Where should the taskbar go?", "(Default Bottom)", @("Bottom", "&Top", "&Left", "&Right"), 0)

0 commit comments

Comments
 (0)