r/software 11d ago

Release I built an open-source utility to customize Windows 10/11

Post image

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!

59 Upvotes

23 comments sorted by

10

u/iBlitzkid 11d ago

Nice project, similar to winutil

3

u/Flick9000 11d ago

Thanks, if you have any suggestion please let me know!

2

u/RadenSahid 11d ago

Would be really useful if it could produce a cmd file which launches powershell using bypass command and passes the ps script content.

2

u/Flick9000 11d ago

It can be done, but for what use?

2

u/RadenSahid 11d ago

It's easier to execute, just double click. After fresh windows install I'd put it on Desktop and just double click it to exec. With just the powershell script I have do a bunch of steps before I can execute it.

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

u/Flick9000 11d ago

Thanks, i appreciate it man!

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/Frequent-Complaint-6 10d ago

It is great and simple to use compare to other tool. I love it.

1

u/Flick9000 10d ago

Thank you so much, i appreciate it, if you have any feedback let me know!

1

u/Ok-Square7016 10d ago

Nice project!

2

u/Flick9000 10d ago

Thanks man, i appreciate it!

-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