Scripts2026年7月19日·1 分钟阅读

Win11Debloat — Lightweight Windows Debloater and Privacy Script

A simple PowerShell script that removes pre-installed apps, disables telemetry, and declutters Windows 10 and 11 with interactive or automated modes.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Win11Debloat
直接安装命令
npx -y tokrepo@latest install 57fdf551-8390-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Win11Debloat is a lightweight PowerShell script that lets you remove pre-installed bloatware, disable telemetry, and apply privacy-focused tweaks to Windows 10 and 11. It offers both an interactive menu and a fully automated mode via command-line parameters.

What Win11Debloat Does

  • Removes pre-installed Microsoft Store apps like Clipchamp, News, Weather, and Xbox components
  • Disables Windows telemetry, diagnostic data collection, and advertising ID tracking
  • Removes Bing search integration from the Start menu and taskbar
  • Applies registry tweaks to disable Copilot, Widgets, Chat, and other UI clutter
  • Supports a default mode that handles the most common debloating tasks automatically

Architecture Overview

Win11Debloat is a single PowerShell script with no external dependencies. It reads its configuration from command-line flags or an interactive menu, then applies changes via the Windows Package Manager (winget), registry edits, and scheduled task manipulation. All operations are idempotent and can be partially reversed with the included revert options.

Self-Hosting & Configuration

  • Requires PowerShell 5.1+ and administrator privileges on Windows 10/11
  • Run with -RunDefaults flag for fully automated execution with sensible defaults
  • Use -RemoveApps to target specific bloatware categories or -RemoveAll for aggressive removal
  • Custom app lists can be defined for enterprise deployment scenarios
  • Combine with -DisableTelemetry, -DisableBing, and -DisableCopilot flags for targeted changes

Key Features

  • Zero external dependencies: pure PowerShell, no installers or runtimes needed
  • Interactive and automated modes suit both casual users and IT admins
  • Granular control over which apps, services, and UI elements to modify
  • Safe defaults that avoid breaking core Windows functionality
  • Active maintenance tracking Windows feature updates and new bloatware additions

Comparison with Similar Tools

  • O&O ShutUp10 — GUI-based toggle approach; Win11Debloat is scriptable and automatable
  • Chris Titus WinUtil — broader scope including driver updates; Win11Debloat focuses on debloating and privacy
  • Sophia Script — deep PowerShell-based tweaks; Win11Debloat is simpler and less aggressive by default
  • BloatyNosy — GUI with categorized toggles; Win11Debloat is CLI-first for scripted deployments
  • Windows LTSC — stripped Windows edition; Win11Debloat works on standard retail and OEM installs

FAQ

Q: Will this break Windows Update or Store functionality? A: No. The defaults preserve Windows Update and Store. Only selected apps and services are removed.

Q: Can I undo the changes? A: Most app removals can be reversed by reinstalling from the Store. Registry tweaks include documented revert instructions.

Q: Does it work on Windows 10? A: Yes, it supports both Windows 10 and Windows 11 with version-appropriate tweaks.

Q: Is it safe for enterprise environments? A: The automated mode with custom app lists is designed for deployment via Group Policy or Intune scripts.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产