Skip to content

blue-person/winfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Fixer Toolbox 🔧

Project Status: Active License: Apache 2.0

Description

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.

Usage

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:

Recommended method ⚡

iwr "https://github.com/blue-person/winfix/releases/latest/download/winfix.ps1" | iex

Offline method 🖥️

To 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

About

Manage tweaks and fixes on a Windows OS

Resources

License

Stars

Watchers

Forks