From 1dd41d7d89581949802d3bd46ae46fd4975e6a44 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 13 Jun 2026 02:38:39 -0600 Subject: [PATCH] rc.1 --- Windows-Scripts/windows-repair.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index 91d0c12..beb93ce 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -17,7 +17,8 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S exit 0 } else { Clear-Host # clear window - + + # ascii art Write-Host -ForegroundColor Magenta @' .. ..... ....------.. @@ -72,12 +73,12 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S .-=++++++++=... .:***+++==::::... .-%#=-*#%#**#-. .............. '@ - - Write-Host "FIXING WINDOWS FULL PRINCESS PI STYLE (THIS WILL TAKE MANY HOURS AND REBOOT MORE THAN ONCE, SLOWLY)`n" -ForegroundColor Magenta - + # vars $LogDir = "$env:USERPROFILE\Downloads\Repair-Log-$((Get-Date).ToString('yyyy-MM-dd-HHmm'))" # path to new log Dir $ErrorLog = "$LogDir\error.log" # error log file + Write-Host "FIXING WINDOWS FULL PRINCESS PI STYLE (THIS WILL TAKE MANY HOURS AND REBOOT MORE THAN ONCE, SLOWLY)`n" -ForegroundColor Magenta + Write-Host "Creating Log Dir at $LogDir 1/20" New-Item -Path "$LogDir" -ItemType Directory > $null 2>> $null # create log dir