windowswindows-terminal

Open directory in Windows Terminal


Is there any option to open the program files in Windows Terminal directly from the folder's location in the drive, without actually typing all the commands to navigate and then executing it?


Solution

  • You can achieve this in a number of ways.

    1. Click on File at the top left corner of the current folder location. You will see Open Windows PowerShell option. Click on any option. It will open Power Shell and automatically navigate to the current folder. PowerShell from File Menu

    2. Another option, Press Shift and Right Click. It will show Open PowerShell window here option.Open PowerShell windows in context menu

    3. If you are looking for Ubuntu-like terminal(bash) then you can install the Git terminal from here. Then, on right-click you will see Git Bash Here option.Git Bash Here option in Windows