Procházet zdrojové kódy

📰 Update off_telemetry_ps7.ps1

VLADYSLAV BOBER před 11 měsíci
rodič
revize
b0cd8c40ab
1 změnil soubory, kde provedl 11 přidání a 1 odebrání
  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
 
 # =======================================================