From 3bdfec03a8cc52cf9277dc3f9299058eb9cc578b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:21:38 +0300 Subject: [PATCH] Remove redacted host and user lines --- scripts/DL_Diag.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/DL_Diag.ps1 b/scripts/DL_Diag.ps1 index b5548a0..b420fbf 100644 --- a/scripts/DL_Diag.ps1 +++ b/scripts/DL_Diag.ps1 @@ -303,8 +303,6 @@ $directUrl = 'https://{0}/download/spotify_installer-{1}-{2}.exe' -f $downloadHo Add-ReportSection -Title 'Environment' Add-ReportLine ("Date: {0}" -f (Get-Date).ToString('yyyy-MM-dd HH:mm:ss zzz')) -Add-ReportLine ("ComputerName: {0}" -f $env:COMPUTERNAME) -Add-ReportLine ("UserName: {0}" -f $env:USERNAME) Add-ReportLine ("PowerShell: {0}" -f $PSVersionTable.PSVersion) Add-ReportLine ("Architecture: {0}" -f $architecture) Add-ReportLine ("LatestFull: {0}" -f $latestFull)