Use the below start command to open Windows Explorer window for the current directory you’re viewing in the Windows command line. For example, if you were in the C:\Windows> directory, typing in the command below would open the Windows folder in Windows Explorer.
start .
The period is for the current directory. If you were to type in two periods after start (i.e., “start ..”), it would open the parent directory.
Related information
- Open command window here.
- See our Explorer and Windows command line definitions for further information and related links on these terms.