diff --git a/PrintCleaner.ps1 b/PrintCleaner.ps1 index 9a54e39..b791936 100644 --- a/PrintCleaner.ps1 +++ b/PrintCleaner.ps1 @@ -376,7 +376,8 @@ function Invoke-UninstallSoftware { Write-Host " (Press ENTER to continue to next app...)" -ForegroundColor DarkGray [void](Read-Host) } - Write-Progress -Activity "Uninstalling Software" -Completed Write-Host "`nDone processing list." -ForegroundColor Green + Write-Progress -Activity "Uninstalling Software" -Completed + Write-Host "`nDone processing list." -ForegroundColor Green Wait-Key return }