Преглед на файлове

💾 Update off_telemetry_ps7.ps1

replaced ascii text to text without symbols for better capability
VLADYSLAV BOBER преди 11 месеца
родител
ревизия
028ed1aae3
променени са 1 файла, в които са добавени 1 реда и са изтрити 11 реда
  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
 
 # =======================================================