Tag: Invoke-Item
Open Explorer Window Here
January 7, 2012
From time to time, while working within a PowerShell command window, I want to open Windows Explorer with the current directory.
In order to achieve this “reverse command prompt here” functionality you just need to use Invoke-Item as follows:
ii .
(Btw, in the days of the legacy command prompt, I used to type "START ." to do the same.)