Friday, April 15, 2011

Powershell: Open current folder in Windows Explorer

The following command can be used to open the current folder in Windows Explorer from the PowerShell command line:

start-process $(get-location)

No comments: