Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
starchyunderscore authored Mar 10, 2023
1 parent aa76aec commit e3c2336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Write-Host "Finished installing powertoys!"
# taskbar location ( taken from https://blog.ironmansoftware.com/daily-powershell/windows-11-taskbar-location/ )
$TaskbarLocation = $Host.UI.PromptForChoice("Move taskbar?", "(Default N)", @("&Y", "&N"), 1)
if ($TaskbarLocation -eq 0) {
Write-Host "This may not work for you, it has worked on some of my test computers but not others."
$Location = $Host.UI.PromptForChoice("Where should the taskbar go?", "(Default Bottom)", @("Bottom", "&Top", "&Left", "&Right"), 0)
$bit = 0;
switch ($Location) {
Expand Down

0 comments on commit e3c2336

Please sign in to comment.