A safe, transparent Windows 11 optimization tool focused on performance, privacy, and cleanup. Built with C# and .NET 8 Windows Forms.
- Power Plan Selector (Balanced / High Performance / Ultimate Performance)
- Visual Effects Optimizer (Best Performance + transparency control)
- Startup Program Manager
- One-Click Performance Boost
- Reduce Telemetry to Basic level (safe policy value)
- Disable or reset Advertising ID
- Clear Activity History data
- Disable Windows Recall / AI data analysis (Windows 11 24H2+)
- Quick access to Windows Security
- Temporary file cleanup
- Browser cache cleanup (Edge / Chrome / Firefox)
- Microsoft Store cache reset
- Recycle Bin cleanup
- System File Checker (SFC)
- DISM component cleanup
| Category | Optimizations | Typical Result |
|---|---|---|
| Performance | Power plans, visual effects, startup apps | Faster boot and snappier UI |
| Privacy | Telemetry, activity history, ad tracking | Reduced background data collection |
| Cleanup | Temp files, browser cache, Store cache | More free disk space |
| Gaming | Game Mode and related settings | Better system responsiveness for games |
K-win is designed with safety as a core requirement:
- ✅ Automatic Restore Points before major operations
- ✅ Backup-first changes for registry operations
- ✅ Undo support for recent operations
- ✅ Preview dialog before applying changes
- ✅ No risky “registry cleaner” behavior
- ✅ Open-source transparency
- ✅ No telemetry from the app itself (works offline)
For full technical details, see SAFETY.md.
- Download
K-win.exefrom the latest release - Right-click and choose Run as administrator
- Review changes in preview dialogs
- Apply desired optimizations
- Restart Windows if prompted
- OS: Windows 11 (22H2, 23H2, 24H2)
- Architecture: x64
- Privileges: Administrator rights required
- Runtime: Self-contained build (no separate .NET install required)
- Visual Studio 2022 (17.8+) with ".NET desktop development" workload
- .NET 8 SDK
dotnet build -c Releasedotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publish“Windows Defender blocked K-win” → Click More info → Run anyway (project is open source)
“Changes are not applying” → Run K-win as Administrator
“How do I undo changes?” → Use the Undo button in the app, or restore from a System Restore Point
See TESTING.md for a full validation checklist.
Contributions are welcome. You can open issues, suggest improvements, or submit pull requests.
