mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +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")) {
|
if($global:Params.ContainsKey("Sysprep")) {
|
||||||
$fullTitle = "$fullTitle (Sysprep mode)"
|
$fullTitle = "$fullTitle (Sysprep mode)"
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$fullTitle = "$fullTitle (User: $Env:UserName)"
|
||||||
|
}
|
||||||
|
|
||||||
Clear-Host
|
Clear-Host
|
||||||
Write-Output "-------------------------------------------------------------------------------------------"
|
Write-Output "-------------------------------------------------------------------------------------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user