Skip to content

Commit e945934

Browse files
Update setup.ps1
1 parent 54bc930 commit e945934

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
@@ -303,6 +303,7 @@ $Location = $Host.UI.PromptForChoice("Where should the taskbar go?", "(Default B
303303
$Settings = (Get-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings).Settings
304304
$Settings[12] = $bit
305305
Set-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 -Name Settings -Value $Settings
306+
Write-Host ""
306307
Write-Host "Taskbar moved, restarting explorer" -ForegroundColor Green
307308
Get-Process explorer | Stop-Process
308309
}

0 commit comments

Comments
 (0)