From e9a22feb25ec2d7ed4fff7fc9d7c1cd01ca88131 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 13 Jun 2026 03:18:50 -0600 Subject: [PATCH] rc.5 --- Windows-Scripts/windows-repair.ps1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index 8d22eb4..ba448af 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -74,16 +74,17 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S .............. '@ # vars + $LogDir = "$env:USERPROFILE\Downloads\Repair-Log-$((Get-Date).ToString('yyyy-MM-dd-HHmm'))" # path to new log Dir + $MainLog = "$LogDir\main.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/21 at $((Get-Date).ToString('yyyy-MM-dd-HHmm'))" mkdir "$LogDir" > $null 2> $null # create log dir - $LogDir = "$env:USERPROFILE\Downloads\Repair-Log-$((Get-Date).ToString('yyyy-MM-dd-HHmm'))" # path to new log Dir Write-Host "Initialize Log File $LogFile 3/21 at $((Get-Date).ToString('yyyy-MM-dd-HHmm'))" echo "$((Get-Date).ToString('yyyy-MM-dd-HHmm'))" >> "LogDir\main.log" - $MainLog = "$LogDir\main.log" # error log file - + Write-Host "Opening Log Dir 2/21 at $((Get-Date).ToString('yyyy-MM-dd-HHmm'))" | Tee-Object -FilePath "$MainLog" -Append explorer.exe "$LogDir"