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
Post a Comment