You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(debloat): add Debloat tab + privacy data toggles for Windows 11 bloat
New 'Debloat' tab with two sections, plus two Privacy-tab additions. Ten new
registry monitors, all reversible, all off + unmonitored by default (zero
behavior change until opt-in). None touch updates, security, or networking.
Ads, nags & suggested content (HKCU, no UAC):
- Suggested content & silent app installs (ContentDeliveryManager batch)
- Lock screen tips / Spotlight ads
- 'Finish setting up your device' SCOOBE nag
- Start menu recommendations & recent files
- File Explorer OneDrive/Office ad banners
- Windows feedback request popups
Background bloat (HKLM policy, one UAC prompt):
- Widgets / News and interests
- Edge startup boost & background mode
Privacy data collection (Privacy tab):
- Online (cloud) speech recognition
- Inking & typing personalization (avoids the value owned by ai.inputinsights)
Each monitor follows the IMonitoredSetting pattern with full SettingDocs
mechanism/apply/verify + long-form catalog docs. Added a Debloat section to the
generated SETTINGS-REFERENCE.md. Not added to the one-click gaming preset
(matching the Privacy-tab convention). 27 new tests; full suite green (441).
**What it does.** Windows building a personal dictionary from your handwriting samples and contact names to improve suggestions -- and uploading some of it. Covers the master AcceptedPrivacyPolicy opt-in plus implicit ink collection and contact harvesting. (The typing-text side is the separate 'Typing / input insights' toggle on the Windows AI tab.)
685
+
686
+
**Why you'd change it.** It's a data-collection feature; turning it off stops the harvesting. Autocorrect still works, just less personalized.
687
+
688
+
**How it helps.** Stops handwriting/contact data collection. Minimal day-to-day impact.
689
+
690
+
**Per-scenario recommendation:**
691
+
692
+
| Scenario | Setting |
693
+
|---|---|
694
+
| Privacy-conscious | Disabled |
695
+
| Heavy pen / handwriting user who wants better recognition | Enabled |
696
+
| Typical keyboard user | Disabled |
697
+
698
+
**Risks.** Handwriting recognition and word suggestions become less personalized. No functional breakage.
**What it does.** When enabled, Windows sends your voice audio to Microsoft's cloud for recognition (used by some dictation and voice features). Controlled by the per-user HasAccepted flag.
708
+
709
+
**Why you'd change it.** It's a privacy trade-off: your audio leaves the machine. Offline recognition / Voice Access keeps working without it.
710
+
711
+
**How it helps.** Keeps voice audio on-device. No functional loss for offline voice typing and Voice Access.
712
+
713
+
**Per-scenario recommendation:**
714
+
715
+
| Scenario | Setting |
716
+
|---|---|
717
+
| Privacy-conscious / don't use voice | Disabled |
718
+
| Use cloud dictation heavily | Enabled |
719
+
| Mixed use | Disabled -- offline recognition still works |
720
+
721
+
**Risks.** Cloud-powered voice features lose accuracy or stop working. Offline Windows speech / Voice Access is unaffected.
**What it does.** The full-screen / notification SCOOBE prompts that nag you to set up OneDrive, a Microsoft account, or a Microsoft 365 subscription -- and resurface after feature updates. Controlled by UserProfileEngagement + a ContentDeliveryManager notification flag.
755
+
756
+
**Why you'd change it.** It's a recurring nag screen, not a feature. Most users have already decided and don't want to be asked again.
757
+
758
+
**How it helps.** Suppresses the post-update 'finish setup' interruption.
759
+
760
+
**Per-scenario recommendation:**
761
+
762
+
| Scenario | Setting |
763
+
|---|---|
764
+
| Annoyed by the setup nag | Disabled |
765
+
| Want Windows' setup reminders | Enabled |
766
+
| Managed/clean setup | Disabled |
767
+
768
+
**Risks.** You won't be prompted to finish optional account/OneDrive setup. Some newer build variants add prompt types this doesn't fully cover.
769
+
770
+
**Reversible via.** Settings > System > Notifications > 'Suggest ways to get the most out of Windows' (or set ScoobeSystemSettingEnabled = 1).
771
+
772
+
773
+
### Edge startup boost & background mode
774
+
775
+
`debloat.edge` **Recommended:** Disabled
776
+
777
+
**What it does.** Two Microsoft Edge behaviors: 'startup boost' keeps Edge processes resident from boot, and 'background mode' keeps it running after every window is closed. Set via HKLM Edge enterprise policies that survive Edge updates.
778
+
779
+
**Why you'd change it.** On a machine where Edge isn't the daily browser, these keep 150-500 MB of Edge resident for no benefit.
780
+
781
+
**How it helps.** Edge stops pre-launching at boot and exits when you close it, freeing idle RAM/CPU. Edge still opens on demand.
782
+
783
+
**Per-scenario recommendation:**
784
+
785
+
| Scenario | Setting |
786
+
|---|---|
787
+
| Edge isn't your main browser | Disabled |
788
+
| Edge is your daily driver and you want fast launches | Enabled |
789
+
| Minimal background processes | Disabled |
790
+
791
+
**Risks.** Edge cold-starts a little slower (no prelaunch). Does NOT block Edge or WebView2 -- apps that embed WebView2 keep working. Policy write needs one UAC prompt.
792
+
793
+
**Reversible via.** Edge > Settings > System and performance (Startup boost / 'Continue running background extensions'), or delete the two Edge policy values.
**What it does.** The 'sync provider notifications' in File Explorer -- the OneDrive / Microsoft 365 upsell banners shown in the navigation pane and status bar. Single per-user Explorer\Advanced flag.
801
+
802
+
**Why you'd change it.** They're advertising inside the file manager. Disabling them is purely cosmetic with no downside.
803
+
804
+
**How it helps.** Removes the promo banners from File Explorer.
805
+
806
+
**Per-scenario recommendation:**
807
+
808
+
| Scenario | Setting |
809
+
|---|---|
810
+
| Dislike ads in Explorer | Disabled |
811
+
| Want OneDrive sync prompts | Enabled |
812
+
813
+
**Risks.** You won't see OneDrive/Office promotional banners. Genuine sync-status icons on files are unaffected.
**What it does.** The Windows Spotlight overlay that shows 'fun facts', tips, and ad-like captions on the lock screen. Controlled by per-user ContentDeliveryManager flags.
823
+
824
+
**Why you'd change it.** Many users find the lock-screen captions and tips intrusive or ad-like.
825
+
826
+
**How it helps.** Removes the tips/ad overlay from the lock screen.
827
+
828
+
**Per-scenario recommendation:**
829
+
830
+
| Scenario | Setting |
831
+
|---|---|
832
+
| Dislike lock-screen tips/ads | Disabled |
833
+
| Enjoy the Spotlight facts | Enabled |
834
+
| Use a custom lock-screen image | Disabled |
835
+
836
+
**Risks.** Only suppresses the tips/ads overlay. If your lock-screen background is set to 'Windows Spotlight', switch it to Picture/Slideshow in Settings for a full opt-out.
**What it does.** The Start menu 'Recommended' section: AI/Iris-driven app and web suggestions plus the list of recently opened files. Per-user Explorer\Advanced flags.
846
+
847
+
**Why you'd change it.** The recommendations are often ads/suggestions, and the recent-files list is a privacy leak on a shared screen.
848
+
849
+
**How it helps.** Quiets the Recommended section and stops surfacing recently opened files in Start/jump lists.
850
+
851
+
**Per-scenario recommendation:**
852
+
853
+
| Scenario | Setting |
854
+
|---|---|
855
+
| Privacy on a shared screen | Disabled |
856
+
| Rely on recent files in Start | Enabled |
857
+
| Minimal Start menu | Disabled |
858
+
859
+
**Risks.** Recently opened files stop appearing in Start and jump lists. On Windows 11 Home the Recommended section can't be fully emptied -- this removes the suggestions/recents that it can.
860
+
861
+
**Reversible via.** Settings > Personalization > Start (toggles for recommendations and recently opened items), or delete the two Explorer\Advanced values.
**What it does.** Windows 11's 'suggested content' machinery: silently installed promo apps (the Candy-Crush-style installs), Start-menu app suggestions, and 'tips, tricks & suggestions' cards. All live under the per-user ContentDeliveryManager key.
869
+
870
+
**Why you'd change it.** These are ads and unsolicited installs, not features. They cost disk, clutter Start, and re-appear after major updates.
871
+
872
+
**How it helps.** Stops silent third-party app installs and removes Start/Settings suggestion cards.
873
+
874
+
**Per-scenario recommendation:**
875
+
876
+
| Scenario | Setting |
877
+
|---|---|
878
+
| Anyone who dislikes ads in the OS | Disabled |
879
+
| Want Microsoft's app suggestions | Enabled |
880
+
| Clean/minimal setup | Disabled |
881
+
882
+
**Risks.** You stop seeing Microsoft's app/feature suggestions. No functional impact. Windows may re-enable some after a feature update -- tick Auto-apply to hold it.
883
+
884
+
**Reversible via.** Settings > Personalization > Start and > Privacy > General toggles (or delete the ContentDeliveryManager values GamerGuardian set to 0).
885
+
886
+
887
+
### Widgets / News and interests
888
+
889
+
`debloat.widgets` **Recommended:** Disabled
890
+
891
+
**What it does.** The Windows 11 Widgets board (the left-edge weather button) that opens a web-connected MSN feed and fetches data in the background. Disabled machine-wide via the HKLM Dsh policy plus the per-user taskbar button flag.
892
+
893
+
**Why you'd change it.** It's a background web feed many users never open; the panel and its updater consume RAM/CPU and bandwidth.
894
+
895
+
**How it helps.** Stops the Widgets process/feed and removes the taskbar button. Frees idle resources.
896
+
897
+
**Per-scenario recommendation:**
898
+
899
+
| Scenario | Setting |
900
+
|---|---|
901
+
| Never use Widgets | Disabled |
902
+
| Use the weather/news board daily | Enabled |
903
+
| Latency-sensitive gaming | Disabled |
904
+
905
+
**Risks.** The Widgets board and its taskbar button disappear. The machine-wide policy write needs one UAC prompt.
**What it does.** The periodic 'rate your experience' dialogs Windows pops. Controlled by the per-user Siuf\Rules\NumberOfSIUFInPeriod count (0 = never).
915
+
916
+
**Why you'd change it.** On fresh installs these can fire frequently and interrupt you. Most users never want to be asked.
917
+
918
+
**How it helps.** Stops the periodic feedback-request dialogs.
919
+
920
+
**Per-scenario recommendation:**
921
+
922
+
| Scenario | Setting |
923
+
|---|---|
924
+
| Don't want to be asked for feedback | Disabled |
925
+
| Windows Insider who submits feedback | Enabled |
926
+
927
+
**Risks.** Windows stops prompting for feedback. You can still open Feedback Hub manually any time. Telemetry level is unaffected.
0 commit comments