Skip to content

Commit e3c2336

Browse files
Update setup.ps1
1 parent aa76aec commit e3c2336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ Write-Host "Finished installing powertoys!"
228228
# taskbar location ( taken from https://blog.ironmansoftware.com/daily-powershell/windows-11-taskbar-location/ )
229229
$TaskbarLocation = $Host.UI.PromptForChoice("Move taskbar?", "(Default N)", @("&Y", "&N"), 1)
230230
if ($TaskbarLocation -eq 0) {
231+
Write-Host "This may not work for you, it has worked on some of my test computers but not others."
231232
$Location = $Host.UI.PromptForChoice("Where should the taskbar go?", "(Default Bottom)", @("Bottom", "&Top", "&Left", "&Right"), 0)
232233
$bit = 0;
233234
switch ($Location) {

0 commit comments

Comments
 (0)