mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
Script now shows what user changes will be applied to in the title header.
This commit is contained in:
@@ -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 "-------------------------------------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user