A simple window resize utility for Windows.
- Change Resolution by window title
winresz --title-contains "Windowed Projector" 1280x720
- Change Resolution by executable path
winresz --path-endswith "notepad.exe" 1280x720
- Change Resolution by window title
winresz -t "Windowed Projector" 1280x720
- Change Resolution by executable path
winresz -p "notepad.exe" 1280x720