فهرست منبع

📰 Update off_telemetry_ps7.ps1

VLADYSLAV BOBER 11 ماه پیش
والد
کامیت
b0cd8c40ab
1فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  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
 
 # =======================================================