Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion godbrain_core/reclaim11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Game Mode stays. The Xbox controller driver stays.
## Advanced

Pack A is Defender / PPL / Sense / AppID. Hide Xbox also clears named
Start junk (Copilot, new Outlook, Clipchamp, …) and turns off Start
Start junk (Copilot, new Outlook, Clipchamp, WhatsApp, LinkedIn, …) and turns off Start
Recommended. Photos, Calculator, Store, Notepad stay. Game Mode stays.
The Xbox controller driver (`xboxgip`) stays.

Expand Down
2 changes: 2 additions & 0 deletions godbrain_core/reclaim11/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
"Microsoft.Copilot",
"Microsoft.OutlookForWindows",
"Clipchamp.Clipchamp",
"5319275A.WhatsAppDesktop",
"7EE7776C.LinkedInforWindows",
"Microsoft.BingWeather",
"MSTeams",
"MicrosoftTeams",
Expand Down
2 changes: 1 addition & 1 deletion scripts/Test-Reclaim11.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ if ($cat.gates.stub_wdboot_if_secure_boot -ne "refuse") {
if ($cat.gates.prep_media -ne "winpe-iso") { throw "Test-Reclaim11: prep_media is winpe-iso" }
if ($cat.winpe_receipt -ne "Windows\reclaim11-winpe.log") { throw "Test-Reclaim11: winpe receipt path" }
$bloat = @($cat.appx_bloat)
foreach ($need in @("Microsoft.Copilot", "Microsoft.OutlookForWindows", "Clipchamp.Clipchamp", "Microsoft.BingWeather", "Microsoft.Todos", "MicrosoftCorporationII.QuickAssist", "Microsoft.BingNews")) {
foreach ($need in @("Microsoft.Copilot", "Microsoft.OutlookForWindows", "Clipchamp.Clipchamp", "5319275A.WhatsAppDesktop", "7EE7776C.LinkedInforWindows", "Microsoft.BingWeather", "Microsoft.Todos", "MicrosoftCorporationII.QuickAssist", "Microsoft.BingNews")) {
if ($bloat -notcontains $need) { throw "Test-Reclaim11: appx_bloat missing $need" }
}
$keepAppx = @($cat.never_touch_appx)
Expand Down