Update Script logo in ASCII at start

main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent 6af58aa0cf
commit 6ebd7704e6
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -73,25 +73,25 @@ function Write-TitleCounter() {
function Write-ScriptLogo() {
[CmdletBinding()] param ()
Write-Host ' 888 888 d8b 8888888b. 888 888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 o 888 Y8P 888 "Y88b 888 888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 d8b 888 888 888 888 888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 d888b 888 888 88888b. 888 888 .d88b. 88888b. 888 .d88b. 8888b. 888888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888d88888b888 888 888 "88b 888 888 d8P Y8b 888 "88b 888 d88""88b "88b 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 88888P Y88888 888 888 888 888 888 88888888 888 888 888 888 888 .d888888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 8888P Y8888 888 888 888 888 .d88P Y8b. 888 d88P 888 Y88..88P 888 888 Y88b. ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888P Y888 888 888 888 8888888P" "Y8888 88888P" 888 "Y88P" "Y888888 "Y888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 88888888888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 888 ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 .d88b. .d88b. 888 .d8888b ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 d88""88b d88""88b 888 88K ' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 888 888 888 888 888 "Y8888b.' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 Y88..88P Y88..88P 888 X88' -ForegroundColor Green -BackgroundColor Black
Write-Host ' 888 "Y88P" "Y88P" 888 88888P"' -ForegroundColor Green -BackgroundColor Black
Write-Host "`n<•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••>" -ForegroundColor White -BackgroundColor Black
Write-Host " It's Time to Debloat Windows 🧹" -ForegroundColor Green -BackgroundColor Black
# Font: ANSI FIGlet Fonts > ANSI Shadow
$ASCIIText = @"
"@
Write-Host $ASCIIText -ForegroundColor Green -BackgroundColor Black
Write-Host "`n<•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••>" -ForegroundColor White -BackgroundColor Black
Write-Host " It's Time to Debloat Windows!" -ForegroundColor Cyan -BackgroundColor Black
}
<#

Loading…
Cancel
Save