Skip to content

Commit

Permalink
Script now shows what user changes will be applied to in the title he…
Browse files Browse the repository at this point in the history
…ader.
  • Loading branch information
Raphire committed Jul 17, 2024
1 parent 431064f commit 69590c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Win11Debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-------------------------------------------------------------------------------------------"
Expand Down

0 comments on commit 69590c5

Please sign in to comment.