Quick tip: Open explorer at location

If you need to open Windows Explorer from your current location while working in PowerShell, simply use this command:

explorer .

You can supply a full path as well if you’d like that:

explorer c:\users

If you have my ConsoleExtensions module installed, you can combine it with the Get-SpecialFolders function:

explorer Get-SpecialFolder MyDocuments

 

4 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s