From b9594f2671e7098a4d36049cfb9c33128696be77 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:03:14 +0200 Subject: [PATCH] Include `Disable Recall` with default mode --- Assets/Menus/DefaultSettings | 1 + Assets/Menus/Info | 4 +++- README.md | 1 + Win11Debloat.ps1 | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Assets/Menus/DefaultSettings b/Assets/Menus/DefaultSettings index 5f9fd9d..8af862f 100644 --- a/Assets/Menus/DefaultSettings +++ b/Assets/Menus/DefaultSettings @@ -6,6 +6,7 @@ Win11Debloat will make the following changes: - Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper) - Disable & remove Bing web search, Bing AI and Cortana from Windows search. - Disable & remove Microsoft Copilot. (W11 only) +- Disable Windows Recall snapshots. (W11 only) - Disable Fast Start-up to ensure a full shutdown. - Disable network connectivity during Modern Standby to reduce battery drain. (W11 only) - Show file extensions for known file types. diff --git a/Assets/Menus/Info b/Assets/Menus/Info index c583c53..079af92 100644 --- a/Assets/Menus/Info +++ b/Assets/Menus/Info @@ -69,10 +69,12 @@ The default mode applies the changes that are recommended for most users. This i - Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper) - Disable & remove Bing web search, Bing AI and Cortana from Windows search. - Disable & remove Microsoft Copilot. (W11 only) +- Disable Windows Recall snapshots. (W11 only) - Disable Fast Start-up to ensure a full shutdown. +- Disable network connectivity during Modern Standby to reduce battery drain. (W11 only) - Show file extensions for known file types. - Hide the 3D objects folder in Windows Explorer. (W10 only) -- Disable the widget service & hide the icon from the taskbar. +- Disable widgets on the taskbar & lockscreen. - Hide the Chat (meet now) icon from the taskbar. diff --git a/README.md b/README.md index 527f35d..c4373ae 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Win11Debloat offers a default mode that allows you to quickly and easily apply t - Disable ads, suggestions and the MSN news feed in Microsoft Edge. - Disable & remove Bing web search, Bing AI and Cortana from Windows search. - Disable & remove Microsoft Copilot. (W11 only) +- Disable Windows Recall snapshots. (W11 only) - Disable Fast Start-up to ensure a full shutdown. - Disable network connectivity during Modern Standby to reduce battery drain. (W11 only) - Show file extensions for known file types. diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 32ac186..6e3a8a0 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -1487,7 +1487,7 @@ if ((-not $script:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or $RunS Read-Host | Out-Null } - $DefaultParameterNames = 'CreateRestorePoint','RemoveApps','DisableTelemetry','DisableBing','DisableLockscreenTips','DisableSuggestions','DisableEdgeAds','ShowKnownFileExt','DisableWidgets','HideChat','DisableCopilot','DisableFastStartup' + $DefaultParameterNames = 'CreateRestorePoint','RemoveApps','DisableTelemetry','DisableBing','DisableLockscreenTips','DisableSuggestions','DisableEdgeAds','ShowKnownFileExt','DisableWidgets','HideChat','DisableCopilot','DisableRecall','DisableFastStartup' PrintHeader 'Default Mode'