To get tmux on Windows Terminal follow the below steps:
pacman -S tmuxpacman -S util-linuxC:\msys64\usr\bin to C:\Program Files\Git\usr\bin
tmuxmsys-event_core-2-1-7.dll - may change just try to start tmux on git bash and see what dependancy is missing.script.exe~/.bash_profile
tmux() {
# execute tmux with script
TMUX="command tmux ${@}"
SHELL=/usr/bin/bash script -qO /dev/null -c "eval $TMUX"
}
script solution from Microsoft Terminal GitHub Issues