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