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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -