From 69590c55e203f887c2873b225f6fc36ca8b37884 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:45:00 +0200 Subject: [PATCH] Script now shows what user changes will be applied to in the title header. --- Win11Debloat.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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 "-------------------------------------------------------------------------------------------"