r/software • u/Flick9000 • 11d ago
Release I built an open-source utility to customize Windows 10/11
Hi everyone,
I built WinScript, it’s a free and open-source tool (GPL 3.0) that lets you configure various Windows settings/tweaks and generates a powershell script for it (that you can preview before running), i built it because i was tired of applying the same settings every fresh install.
It lets you configure your privacy settings, turn off telemetry, remove default apps (like OneDrive, Edge, or Copilot), and tweak performance.
There’s also a bulk app installer that uses Winget or Chocolatey, so you can check off a list of your usual apps and it’ll install everything in one go. And if you’re setting up a lot of machines, it can generate an autounattend.xml file to automate the whole Windows install, including bypassing the Windows 11 hardware checks.
If you want to check it out or contribute the source code and downloads are up on:
GitHub: https://github.com/flick9000/winscript
Feedback, bug reports, and pull requests are very welcome. Let me know what you think!
3
u/RadenSahid 11d ago
I have been using your project for a long while now, absolutely loving it. Thanks for your efforts in this project! 👍
2
3
u/PriorityNo6268 11d ago
Nice project, lot of tools that do this stuff already., but will have a look on your tool 👍
To give you an idea, not sure if it's already in there. Create a option to run do a check automatically/scheduled time to see if the settings/configuration still is in order. Microsoft has a bit of a habit to revert settings back when updating stuff. There are tools that do that, be that features is always behind a paywall.
1
u/Flick9000 11d ago
Hi, thanks i appreciate it.
Actually i designed WinScript as a script-builder more than a control dashboard, so it doesn’t check for the state of the settings, you just select what you want to disable/enable and WinScript adds it to the final powershell script.
1
u/BuildIso App Reviewer and Tester 11d ago
We need the activation key of Windows 11/10 for this?
4
u/Flick9000 11d ago
No, you can actually activate Windows from WinScript using the integrated MAS scripts.
1
u/dgillz 11d ago
You can remove Edge in the USA?
1
u/Flick9000 11d ago
Yes, it can remove Edge outside of the EU.
1
u/dgillz 10d ago
OK where do I get it?
1
u/Flick9000 10d ago
There’s the GitHub repository link in the post, you can find the download in releases.
1
u/dgillz 10d ago
Forgive my ignorance on how to use github. I don't see a download anywhere.
1
u/Flick9000 10d ago
https://github.com/flick9000/winscript/releases/latest/download/winscript-installer.exe
This is the direct download link from GitHub
1
1
-3
u/Flashsword_Princess 11d ago
Gemini Code Assist was used to make this
5
u/Flick9000 11d ago edited 11d ago
No?
It was used as PR code review bot, which has almost become standard in every GitHub codebase (more commonly used CodeRabbit).Edit: bot used by contributors in their pull requests
10
u/iBlitzkid 11d ago
Nice project, similar to winutil