Set timezone quickly on Windows
Check timezone list here: https://ss64.com/nt/timezones.html
tzutil /s "Pacific Standard Time
Check if 3389 port is open at Windows
netstat -an | find "3389"
netstat -an | findstr "3389"
Install WindowsTerminal
winget install --id=Microsoft.WindowsTerminal -e