A lightweight Windows optimization tool built with Avalonia and SukiUI. Apply, track, and revert common Windows privacy, performance, and system tweaks through a clean modern interface - no bloat, no telemetry, no nonsense.
| Tweaks | Debloat |
|---|---|
![]() |
![]() |
- Privacy - disable telemetry, advertising ID, Cortana, activity history, location tracking, and more
- Performance - disable transparency effects, animations, Game Bar, hibernation, and others
- System - show file extensions and hidden files, disable Bing in Start, widgets, sticky keys, and more
- Debloat - remove preinstalled Microsoft apps, AI Slop, Xbox components, and third party installs
- Smart apply - detects already applied tweaks and asks what you want to do about it
- Full revert - every tweak can be undone, individually or all at once
- Saves your settings - theme, background style, and applied state all persist between sessions
- Admin elevation - prompts to restart with administrator rights when a tweak needs it
- Windows 10 or Windows 11
- Administrator privileges (needed for some tweaks and debloat)
- winget (only needed if you want to reinstall debloated apps)
Go to the Releases page and download the latest ReWindows.exe. No installer, just run it.
Some tweaks write to
HKEY_LOCAL_MACHINEwhich requires administrator rights. ReWindows will prompt you to relaunch with elevated permissions if it needs to.
You will need:
- .NET 10 SDK
- Visual Studio 2022 or Rider
git clone https://github.com/Synalix/ReWindows.git
cd ReWindows
dotnet buildTo build a single self-contained executable:
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=trueOutput lands in bin/Release/net10.0-windows/win-x64/publish/.
ReWindows reads and writes Windows registry keys to apply or revert tweaks. On startup it checks each tweak against your current registry state and marks it accordingly. Nothing gets changed until you hit Apply.
Settings and theme preferences are saved to %AppData%\ReWindows\settings.json.
| Category | Count |
|---|---|
| Privacy | 10 |
| System | 8 |
| Performance | 6 |
| Debloat | 11 |
Safety ratings:
- 🟢 Safe - fully reversible, no risk
- 🟡 Moderate - reversible but may affect some functionality
- 🔴 Dangerous - use with caution
- Creating a system restore point before applying tweaks is always a good idea
- Some tweaks need a restart or sign-out to fully take effect
- Debloat uses PowerShell's
Remove-AppxPackageunder the hood. Reinstalling uses winget - ReWindows only touches registry keys and AppX packages, no system files
- Progress indicator during apply and debloat
- Per-tweak revert instead of all-at-once
- Export and import tweak profiles
- More debloat options
- Startup optimization scheduler
MIT - see LICENSE for details.

