How do I start PowerShell from Windows Explorer? -


is there way start powershell in specific folder windows explorer, e.g. right-click in folder , have option "open powershell in folder"?

it's annoying have change directories project folder first time run msbuild every day.

in windows explorer, go address bar @ top (keyboard shortcuts: alt+d or ctrl+l) , type powershell or powershell_ise , press enter. powershell command window opens current directory.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -