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.
- Host: GitHub
- URL: https://github.com/ankddev/winlast
- Owner: ankddev
- License: mit
- Created: 2025-05-23T14:12:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T14:17:21.000Z (9 months ago)
- Last Synced: 2025-06-19T09:43:14.844Z (8 months ago)
- Topics: powershell, powershell-script, tweak, tweaks, windows, windows-tweaker-tool
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.