From 5ae374dff3729e8744d78b1b962333952dff13ef Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:56:00 +0200 Subject: [PATCH] Add extra disclaimer to default mode app removal. --- Win11Debloat.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index c1884d1..275153f 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -1539,7 +1539,10 @@ if ((-not $script:Params.Count) -or $RunDefaults -or $RunDefaultsLite -or $RunSa # Show options for app removal if ((-not $RunDefaults) -and (-not $RunDefaultsLite)) { PrintHeader 'Default Mode' - + + Write-Host "Please note: The default selection of apps includes Microsoft Teams, Spotify, Sticky Notes and more. Select option 2 to verify and change what apps are removed by the script." -ForegroundColor DarkGray + Write-Output "" + Do { Write-Host "Options:" -ForegroundColor Yellow Write-Host " (n) Don't remove any apps" -ForegroundColor Yellow