T The Triage ManualTechnical Guides for IT Emergencies
P4 · Endpoint & Device Management

Windows 11 Bloatware Suppression — Copilot, Widgets, and Forced Edge/Bing Defaults via GPO, Registry, and Intune

Windows 11 ships Copilot, the Widgets panel, and hard-coded Edge/Bing Start menu search integration as default-on features with no complete GUI removal path. In enterprise environments these components consume resources, redirect searches away from the user's default browser, and re-enable themselves after feature updates if not persistently suppressed. Remediation combines Group Policy (or Intune configuration profiles), targeted registry values, and AppX package removal to suppress all three components. GPO/MDM enforcement is required to survive feature updates; local registry edits alone are overwritten.

Indicators

Likely causes

Diagnostic steps

  1. Identify which unwanted components are active: check taskbar for Copilot and Widgets buttons; open Settings > Personalization > Taskbar and record toggle states; perform a Start menu web search and observe which browser and search engine open.
    Establishes exactly which of the three feature areas (Copilot, Widgets, Edge/Bing override) require remediation, since steps differ per component.
  2. Run: gpresult /h gpreport.html — open the report and search for policies referencing 'Copilot', 'Widgets', 'Dsh', and 'WindowsCopilot'.
    Determines whether any suppression policies are already applied, missing, or conflicting before making changes.
  3. Open Settings > Apps > Default apps, confirm the desired browser is set as default, then perform a Start menu web search to verify whether Edge/Bing is still overriding the default browser setting.
    Distinguishes between a missing default-browser setting (simple fix) and an active Edge/Bing OS-level override (requires MSEdgeRedirect or protocol handler lockdown).
  4. Run in PowerShell: Get-AppxPackage *WebExperience* — note whether the Widgets (WebExperienceHost) package is installed for the current user.
    Confirms whether the Widgets app package is present and subject to removal, or already stripped, before deciding on GPO-only vs package-removal approach.

Resolution path

Prevention

Tools

References

windows-11bloatwarecopilotwidgetsmicrosoft-edgebinggroup-policyregistryappxui-hardeningenterprise-desktopdefault-browserintunemdmwebexperiencehostmsedgeredirect