diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 5ab1f2a..227cd02 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -632,6 +632,9 @@ function PrintHeader { if($global:Params.ContainsKey("Sysprep")) { $fullTitle = "$fullTitle (Sysprep mode)" } + else { + $fullTitle = "$fullTitle (User: $Env:UserName)" + } Clear-Host Write-Output "-------------------------------------------------------------------------------------------"