From 2f32d7447fd374811d56ea21c6db4eca4f8475af Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 12 Jun 2026 23:51:51 -0600 Subject: [PATCH] close to final rev --- Windows-Scripts/windows-repair.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index b2740aa..eea889e 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -16,7 +16,7 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S # CLOSE previous terminal exit 0 } else { - Write-Host "`nFIXING WINDOWS FULL STYLE`n" + Write-Host "`nFIXING WINDOWS FULL PRINCESS PI STYLE`n" Write-Host "ABORTING ANY SCHEDULED SHUTDOWN" shutdown.exe /a 1> $null 2> $null # cmd abort scheduled shutdowns