ayu2805/wss ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Windows 11 setup script that I can run from PowerShell as administrator.
I want it to help me clean up a fresh install, remove the stuff Windows adds that I don’t need, and make the machine feel ready to use. It should include options for removing removable app packages, clearing Windows Update history, and turning off or removing optional Windows features when it’s safe to do so. If something can’t be removed because it’s permanent, it should just skip it and keep going without breaking the whole script.
I also want a separate small script for setting up Git config if that makes sense.
Make it easy to run from a one line command, and keep the prompts and output clear so I know what it’s doing. If you need to look up current PowerShell commands or Windows behavior online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit