Răsfoiți Sursa

📰 Update off_telemetry_ps7.ps1

VLADYSLAV BOBER 11 luni în urmă
părinte
comite
b0cd8c40ab
1 a modificat fișierele cu 11 adăugiri și 1 ștergeri
  1. 11 1
      script/off_telemetry_ps7.ps1

+ 11 - 1
script/off_telemetry_ps7.ps1

@@ -51,7 +51,17 @@ $Colors = @{
 }
 
 Write-Host "======================================================" -ForegroundColor $Colors.Title
-Write-Host "  by EXLOUD aka BOBER" -ForegroundColor $Colors.Title
+Write-Host ""
+Write-Host "  ███████╗██╗  ██╗██╗      ██████╗ ██╗   ██╗██████╗ " -ForegroundColor $Colors.Title
+Write-Host "  ██╔════╝╚██╗██╔╝██║     ██╔═══██╗██║   ██║██╔══██╗" -ForegroundColor $Colors.Title
+Write-Host "  █████╗   ╚███╔╝ ██║     ██║   ██║██║   ██║██║  ██║" -ForegroundColor $Colors.Title
+Write-Host "  ██╔══╝   ██╔██╗ ██║     ██║   ██║██║   ██║██║  ██║" -ForegroundColor $Colors.Title
+Write-Host "  ███████╗██╔╝ ██╗███████╗╚██████╔╝╚██████╔╝██████╔╝" -ForegroundColor $Colors.Title
+Write-Host "  ╚══════╝╚═╝  ╚═╝╚══════╝ ╚═════╝  ╚═════╝ ╚═════╝" -ForegroundColor $Colors.Title
+Write-Host ""
+Write-Host "                     Present" -ForegroundColor $Colors.Gray
+Write-Host "       Visual Studio Telemetry Disable Tool" -ForegroundColor $Colors.Gray
+Write-Host ""
 Write-Host "======================================================" -ForegroundColor $Colors.Title
 
 # =======================================================