PowerShell script with simple TUI to tweak your Windows 10/11 installation. It includes several tweaks which can improve your system stability, performance and security.
Warning
This software can harm your system or data. Use at your own risk!
- Easy to use
- No installation required
- Secure - you see which commands will be runned
- Comes with simple TUI
- Check status of tweak
Just run following in elevated PowerShell:
irm https://github.com/ankddev/winlast/raw/main/winlast.ps1 | iexIf you see errors aboutrunning permission - review your permission settings, apply them and run command again.
Or, you can just download file winlast.ps1 and run it manually.
Then, you will see list of tweaks. You can move using arrows. Press Enter to see details or Esc to exit. When you opened details you can press Esc to return to list, 1 to apply tweak or 0 to revert tweak.
Note
You may see some lags and blinks when moving. This is normal due to PS limitations.
- Fork repository
- Clone your fork
- Create new branch
- Make changes
- Test your changes
- Commit and push changes
- Open PR
Licensed under MIT License.