You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@
4
4
5
5
**Winhance** features most of the same enhancements as [UnattendedWinstall](https://github.com/memstechtips/UnattendedWinstall) without needing to do a clean install of Windows.
> Winhance is an independent, open-source project and is **not affiliated with, endorsed by, or associated with Microsoft** in any way. "Windows" is a registered trademark of Microsoft Corporation. Any similarities to Windows Settings or other Microsoft interfaces are a natural result of building a Windows enhancement tool using native Windows UI frameworks.
@@ -47,6 +49,7 @@ It really does make a big difference, and is very much appreciated. Thanks<br>
47
49
- Control scripts and scheduled tasks via Windows Apps Help menu
48
50
-**External Apps Section**
49
51
- Install various useful applications via WinGet
52
+
- (WinGet COM API integration based on https://github.com/marticliment/WinGet-API-from-CSharp)
50
53
- Categories include Browsers, Multimedia utilities, Document viewers, and more
51
54
52
55
### Optimize 🚀
@@ -77,17 +80,15 @@ It really does make a big difference, and is very much appreciated. Thanks<br>
77
80
- Save settings currently applied in Winhance to a config file for easy importing on a new system or after a fresh Windows install.
78
81
- Toggle Winhance's theme (Light/Dark Mode)
79
82
83
+
## License
84
+
85
+
Except where otherwise stated (see [THIRD-PARTY-NOTICES.txt](THIRD-PARTY-NOTICES.txt)), the content of this repository is provided under the [PolyForm Shield 1.0.0](https://polyformproject.org/licenses/shield/1.0.0/) license by Marco du Plessis.
86
+
87
+
**In plain language:** Winhance is free to use for everyone -- individuals, businesses, and IT professionals. You can use it to service and consult for clients. You just can't fork or rebrand it and redistribute it as a competing product. See the full [LICENSE.txt](LICENSE.txt) for details.
88
+
80
89
## Feedback and Community
81
90
82
91
If you have feedback, suggestions, or need help with Winhance, please join the discussion on GitHub or our Discord community:
83
92
84
93
[](https://github.com/memstechtips/Winhance/discussions/183)
I used AI (Gemini 2.5 Pro) to generate initial translations for Winhance, so it's available in multiple languages right out of the gate. That said, AI isn't perfect, and there are probably some mistakes or awkward phrasings in there.
90
-
91
-
If you spot any translation errors or have suggestions to make things sound more natural, I'd love your help! Feel free to open a Pull Request with corrections or create an Issue to let me know what needs fixing. The localization files can be found in the `src/Winhance.WPF/Localization` directory.
92
-
93
-
Want to see Winhance in a language that's not currently supported? Open an Issue with the "feature request" label and I'll see what I can do!
0 commit comments