# WinCraft
**Repository Path**: YeahOSS/WinCraft
## Basic Information
- **Project Name**: WinCraft
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-26
- **Last Updated**: 2026-06-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WinCraft
[](https://github.com/YeahOSS/WinCraft/releases) [](https://github.com/YeahOSS/WinCraft/releases) [](https://github.com/YeahOSS/WinCraft/stargazers) [](LICENSE) [](https://github.com/YeahOSS/WinCraft) [](https://dotnet.microsoft.com)
English | [įŽäŊ䏿](docs/i18n/README.zh-CN.md)
WinCraft is a Windows tuning toolbox focused on system configuration and everyday usability improvements.
The project is still in an early scaffold stage. The repository already contains the multi-target build pipeline, release workflow, and compatibility layer, while the end-user feature set is still being built out.
## đ History
WinCraft continues the work of [ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)
under a new account and name. The original repository became unmaintainable
after I lost access to my 2FA credentials.
> đ¤ GitHub 2FA: great at keeping attackers out, even better at keeping
> the [original author](https://github.com/BluePointLilac/ContextMenuManager/commits/master) out.
> Those commits are my pre-AI badge of honor.
| Then | Now |
| --- | --- |
|
ContextMenuManager |
WinCraft |
| BluePointLilac (lost 2FA) | YeahOSS |
| Context menus only | Broader Windows tuning toolbox |
| WinForms | WPF â more modern look and feel |
## đ§ Planned Features
- [ ] Context menu management
- [ ] File association management
- [ ] File Explorer tweaks and cleanup
- [ ] Additional Windows configuration improvements for a smoother daily experience
## đĨ Downloads
| Platform | Releases |
| --- | --- |
| GitHub | [Releases](https://github.com/YeahOSS/WinCraft/releases) |
| Gitee (mirror) | [Releases](https://gitee.com/YeahOSS/WinCraft/releases) |
### Installer (recommended) â `WinCraft-Setup.exe`
- **Automatic .NET Framework adaptation.** Detects the installed .NET Framework version at install time: prefers `net45` when .NET 4.5+ is available, falls back to `net30` for older built-in-framework systems.
- **Faster startup.** Files are deployed directly to disk with an optimized runtime configuration â no overlay decompression at launch.
### Portable â `WinCraft-Standard.exe` / `WinCraft-Legacy.exe`
Single-file executables for users who prefer a no-installer experience or need to deploy to a specific framework line directly:
| Package | Target Framework | Supported Windows |
| --- | --- | --- |
| `WinCraft-Standard.exe` | .NET Framework 4.5 | Windows 8, 8.1, 10, 11 |
| `WinCraft-Legacy.exe` | .NET Framework 3.0 | Windows Vista, 7 |
> [!WARNING]
> Because WinCraft modifies Windows settings through system APIs, some antivirus or security products may raise false positives â particularly on older release lines where legacy framework heuristics are stricter.
>
> Add the WinCraft folder or executable to your security software allowlist before running it.
## đ¨ Build From Source
Build and release workflow details live in [publish/README.md](publish/README.md).
## đ¤ Acknowledgements
WinCraft builds on the work of these open-source projects:
- [7-Zip LZMA SDK](https://www.7-zip.org/sdk.html) â Igor Pavlov (public domain) â efficient LZMA compression
- [Theraot](https://github.com/theraot/Theraot) â backfills missing .NET APIs for `net30` compatibility
- [CsWin32](https://github.com/microsoft/CsWin32) â Microsoft â source-generated Win32 P/Invoke
- [NSIS](https://nsis.sourceforge.io/) â Nullsoft â flexible Windows installer
[](https://star-history.com/#YeahOSS/WinCraft&Date)