This commit is contained in:
2026-06-13 02:03:55 -06:00
parent b7488cf680
commit 30db4c1848
+2 -2
View File
@@ -14,9 +14,9 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S
Start-Process -FilePath 'powershell' -Verb RunAs -ArgumentList "-ExecutionPolicy Bypass -File $PSCommandPath" Start-Process -FilePath 'powershell' -Verb RunAs -ArgumentList "-ExecutionPolicy Bypass -File $PSCommandPath"
# CLOSE previous terminal # CLOSE previous terminal
# exit 0 exit 0
} else { } else {
clear # clear window Clear-Host # clear window
Write-Host -ForegroundColor Magenta @' Write-Host -ForegroundColor Magenta @'
.. ..... .. .....