diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index f0fdef7..112f4e0 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -14,9 +14,9 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S Start-Process -FilePath 'powershell' -Verb RunAs -ArgumentList "-ExecutionPolicy Bypass -File $PSCommandPath" # CLOSE previous terminal - # exit 0 + exit 0 } else { - clear # clear window + Clear-Host # clear window Write-Host -ForegroundColor Magenta @' .. .....