소스 검색

💾 Update off_telemetry_ps5.ps1

VLADYSLAV BOBER 11 달 전
부모
커밋
93b35fa4a6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      script/off_telemetry_ps5.ps1

+ 4 - 4
script/off_telemetry_ps5.ps1

@@ -525,9 +525,9 @@ if (!(Test-Path "$env:APPDATA\Code")) {
 # =======================================================
 # POWERSHELL TELEMETRY [off] FOR PS 7.x 
 # =======================================================
-# Write-Host "`n--- Disabling PowerShell Telemetry ---" -ForegroundColor $Colors.Section
+ Write-Host "`n--- Disabling PowerShell Telemetry ---" -ForegroundColor $Colors.Section
 
-# $null = Set-SafeEnvironmentVariable -Name 'POWERSHELL_TELEMETRY_OPTOUT' -Value '1' -Target 'User'
+ $null = Set-SafeEnvironmentVariable -Name 'POWERSHELL_TELEMETRY_OPTOUT' -Value '1' -Target 'User'
 
 # =======================================================
 # SUMMARY
@@ -577,8 +577,8 @@ if ($serviceProcessed) {
     Write-Host "VS Standard Collector Service (not found)" -ForegroundColor $Colors.Gray
 }
 
-# Write-Host "✓ " -NoNewline -ForegroundColor $Colors.Success
-# Write-Host "PowerShell" -ForegroundColor $Colors.Success
+Write-Host "✓ " -NoNewline -ForegroundColor $Colors.Success
+Write-Host "PowerShell" -ForegroundColor $Colors.Success
 
 Write-Host "✓ " -NoNewline -ForegroundColor $Colors.Success
 Write-Host "Customer Experience Improvement Program" -ForegroundColor $Colors.Success