Technology

#How to Open File Explorer Using Command Prompt on Windows 10

“#How to Open File Explorer Using Command Prompt on Windows 10”

Windows 10 Logo Hero - Version 3

While there are quicker ways to open File Explorer, such as using a keyboard shortcut, you can use Command Prompt to open the file manager in the current directory (or any other directory) in Windows 10. Here’s how.

Open File Explorer Using Command Prompt

First, open Command Prompt on your PC by opening the “Start” menu, typing “cmd” in the Windows Search bar, then selecting “Command Prompt” from the search results.

Open Command Prompt from Windows Search

Command Prompt will now open. Here, run the following command to open the File Explorer:

start .

open current directory in Command Prompt

The . in the command represents the current directory in the command prompt. This command will open the folder in File Explorer that reflects that directory.

To open the parent folder of the current directory, run this command instead:

start ..

Command to open File Explorer two directories above current directory in command prompt

The parent folder of the current directory will now open in the File Explorer.

You can keep going back in the directory by appending a backslash and two periods. For example, we’re currently in the “25_September 2020” folder in Command Prompt. Running start .... will open the “Documents” folder in File Explorer—a folder two levels up from the current directory in Command Prompt.

Command to open File Explorer two directories above current directory in command prompt

Open a Specific Folder in File Explorer Using Command Prompt

You can change directories in Command Prompt by using the cd command and running the start . command once in the desired directory to open that folder in File Explorer. However, you can also open any folder in File Explorer by running the start command, followed by the path of the folder you’d like to open.

RELATED: How to Find and Open Files Using Command Prompt

For example, in our current directory, C:Usersmarsh, we want to open the Documents folder in File Explorer, which is just one level down. To do so, we’d run the following command:

start Documents

Open documents folder command

In the same directory, let’s say we want to open our Invoices folder, which is located inside the Documents folder. We’d run this command:

start DocumentsInvoices

Open invoices folder command

The “Invoices” folder will now open in File Explorer.

For forums sites go to Forum.BuradaBiliyorum.Com

If you want to read more like this article, you can visit our Technology category.

Source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
Close

Please allow ads on our site

Please consider supporting us by disabling your ad blocker!