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 comment