An open API service indexing awesome lists of open source software.

https://github.com/ankddev/winlast

PowerShell script with simple TUI and several tweaks for Windows 10/11.
https://github.com/ankddev/winlast

powershell powershell-script tweak tweaks windows windows-tweaker-tool

Last synced: 6 months ago
JSON representation

PowerShell script with simple TUI and several tweaks for Windows 10/11.

Awesome Lists containing this project

README

          

# WinLast Tweaker

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!

## Features

- [x] Easy to use
- [x] No installation required
- [x] Secure - you see which commands will be runned
- [x] Comes with simple TUI
- [ ] Check status of tweak

## Usage

Just run following in elevated PowerShell:
```powershell
irm https://github.com/ankddev/winlast/raw/main/winlast.ps1 | iex
```
If 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.

## Contributing

1. Fork repository
2. Clone your fork
3. Create new branch
4. Make changes
5. Test your changes
6. Commit and push changes
7. Open PR

## License

Licensed under MIT License.