From 30db4c18480586300644a1982b4af98e0e918761 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 13 Jun 2026 02:03:55 -0600 Subject: [PATCH] rc --- Windows-Scripts/windows-repair.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @' .. .....