Răsfoiți Sursa

💾 Update off_telemetry_ps7.ps1

replaced ascii text to text without symbols for better capability
VLADYSLAV BOBER 11 luni în urmă
părinte
comite
028ed1aae3
1 a modificat fișierele cu 1 adăugiri și 11 ștergeri
  1. 1 11
      script/off_telemetry_ps7.ps1

+ 1 - 11
script/off_telemetry_ps7.ps1

@@ -51,17 +51,7 @@ $Colors = @{
 }
 
 Write-Host "======================================================" -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 "                     by EXLOUD" -ForegroundColor $Colors.Title
 Write-Host "======================================================" -ForegroundColor $Colors.Title
 
 # =======================================================