Update RestoreInboxApps.ps1

This commit is contained in:
Belim 2024-04-19 11:43:51 +02:00 committed by GitHub
parent 218a854152
commit 0b732886e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,4 @@ foreach ($app in $allApps) {
if ($reinstalledCount -eq $totalApps) {
Write-Host "All apps reinstalled successfully." -ForegroundColor Green
Write-Host "Winpilot and Clippy have reinstalled everything possible." -ForegroundColor Cyan
} else {
Write-Host "Some apps may not have been reinstalled successfully. Check the error messages for details." -ForegroundColor Yellow
}