-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWrite-WindowsLogo.ps1
62 lines (62 loc) · 4.16 KB
/
Write-WindowsLogo.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
function Write-WindowsLogo {
Write-Host -Object ("")
Write-Host -Object ("")
Write-Host -Object (" ,.=:^!^!t3Z3z., ") -ForegroundColor Red
Write-Host -Object (" :tt:::tt333EE3 ") -ForegroundColor Red
Write-Host -Object (" Et:::ztt33EEE ") -NoNewline -ForegroundColor Red
Write-Host -Object (" @Ee., .., $Date") -ForegroundColor Green
Write-Host -Object (" ;tt:::tt333EE7") -NoNewline -ForegroundColor Red
Write-Host -Object (" ;EEEEEEttttt33# ") -ForegroundColor Green
Write-Host -Object (" :Et:::zt333EEQ.") -NoNewline -ForegroundColor Red
Write-Host -Object (" SEEEEEttttt33QL ") -NoNewline -ForegroundColor Green
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" it::::tt333EEF") -NoNewline -ForegroundColor Red
Write-Host -Object (" @EEEEEEttttt33F ") -NoNewline -ForeGroundColor Green
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" ;3=*^``````'*4EEV") -NoNewline -ForegroundColor Red
Write-Host -Object (" :EEEEEEttttt33@. ") -NoNewline -ForegroundColor Green
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" ,.=::::it=., ") -NoNewline -ForegroundColor Cyan
Write-Host -Object ("``") -NoNewline -ForegroundColor Red
Write-Host -Object (" @EEEEEEtttz33QF ") -NoNewline -ForegroundColor Green
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object (" ") -NoNewline -ForegroundColor Cyan
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" ;::::::::zt33) ") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" '4EEEtttji3P* ") -NoNewline -ForegroundColor Green
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" :t::::::::tt33.") -NoNewline -ForegroundColor Cyan
Write-Host -Object (":Z3z.. ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ````") -NoNewline -ForegroundColor Green
Write-Host -Object (" ,..g. ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object (" ") -ForegroundColor Cyan
Write-Host -Object (" i::::::::zt33F") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" AEEEtttt::::ztF ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" ;:::::::::t33V") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" ;EEEttttt::::t3 ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" E::::::::zt33L") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" @EEEtttt::::z3F ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -NoNewline -ForegroundColor Cyan
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" {3=*^``````'*4E3)") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" ;EEEtttt:::::tZ`` ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" ``") -NoNewline -ForegroundColor Cyan
Write-Host -Object (" :EEEEtttt::::z7 ") -NoNewline -ForegroundColor Yellow
Write-Host -Object (" ") -NoNewline -ForegroundColor Red
Write-Host -Object ("") -ForegroundColor Cyan
Write-Host -Object (" 'VEzjt:;;z>*`` ") -ForegroundColor Yellow
Write-Host -Object (" ```` ") -ForegroundColor Yellow
Write-Host -Object ("")
}