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:

Post a Comment

Remember, if you want me to respond to your comment, then you need to use a Google/OpenID account to leave the comment.