This toolbox is a mix of Windows tasks I like to run on every system I use. It’s made to handle fixes and tweaks for debloating, optimizing, and customizing Windows, all packed into a single file.
Now there's no need to dig through settings and click endlessly. Just run the script, pull up the menu, and set up your system the way you want.
Winfix is accessible to both standard and administrative users. If a selected setting requires system-wide changes, the tool will prompt you to grant administrative permissions.
To use this tool, simply launch PowerShell and choose one of the following methods:
iwr "https://github.com/blue-person/winfix/releases/latest/download/winfix.ps1" | iexTo execute the script locally, you must allow PowerShell scripts to run. You can enable this by executing the following command in a standard PowerShell session:
& powershell -ExecutionPolicy Bypass -File winfix.ps1