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?
You can achieve this in a number of ways.
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.
Another option, Press Shift and Right Click. It will show Open PowerShell window here
option.
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.