Start the Windows Terminal with a folder

You can use wt or wt.exe to start the Windows Terminal from the explorer or the start menu. However, it starts in the user directory (%USERPROFILE%), not the current directory. You need to specify the directory using the -d option: wt -d ..

Example:

wt -d "C:\Users\ruz\OneDrive - GoYun Info Inc\goyuninfo\daily-scripts"

Comments