Skip to content

A dotnet tool that removes the bloat in Windows 11

License

Notifications You must be signed in to change notification settings

mikemilleresq/WinDebloat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinDebloat

Build status NuGet Status

A dotnet tool that removes the bloat in Windows 11

Installation

Ensure dotnet CLI is installed.

Install WinDebloat

dotnet tool install -g WinDebloat

Run

WinDebloat

Behaviour

Uninstalls

  • Teams Machine-Wide Installer
  • Movies & TV
  • Xbox TCUI
  • Xbox Console Companion
  • Xbox Game Bar Plugin
  • Xbox Identity Provider
  • Xbox Game Speech Window
  • Xbox Game Bar
  • Xbox
  • Microsoft Tips
  • MSN Weather
  • Windows Media Player
  • Mail and Calendar
  • Microsoft Whiteboard
  • Microsoft Pay
  • Skype
  • Windows Maps
  • Feedback Hub
  • Microsoft Photos
  • Windows Camera
  • Microsoft To Do
  • Microsoft People
  • Solitaire & Casual Games
  • Mixed Reality Portal
  • Microsoft Sticky Notes
  • News
  • Get Help
  • Paint 3D
  • Paint
  • Cortana
  • Clipchamp
  • Power Automate
  • OneNote

Installs

Other

  • Remove windows chat
    Set HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarMn to 0
  • Remove widgets
    Set HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDa to 0
  • Disable edge startup boost
    Set HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\StartupBoostEnabled to 1
  • Hide Task View Button
    Set HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowTaskViewButton to 0
  • Remove Task Bar Search
    Set HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\SearchboxTaskbarMode to 0
  • Enable Developer Mode
    Set HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Appx\AllowDevelopmentWithoutDevLicense to 1.
  • Make PowerShel Unrestricted
    Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell\ExecutionPolicy to Unrestricted
  • Disable Web Search
    Set HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer\DisableSearchBoxSuggestions to 1

Icons

Elephant designed by Icons Producer from The Noun Project.

About

A dotnet tool that removes the bloat in Windows 11

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%