01Using File Explorer
- Open File Explorer by pressing the Windows key and E simultaneously.
- Navigate to the location where you want to create the new folder.
- Right-click on an empty space within the desired location.
- From the context menu, select 'New' and then choose 'Folder'.
- A new folder will be created with the default name 'New Folder'. You can rename it by right-clicking on it and selecting 'Rename'.
02Using the Command Prompt
- Open the Command Prompt by typing 'cmd' in the Windows search bar and selecting 'Command Prompt' from the search results.
- Navigate to the directory where you want to create the new folder using the 'cd' command. For example, to navigate to the 'Documents' folder, you can use the command 'cd Documents'.
- Once you're in the desired directory, type 'mkdir NewFolderName' and press Enter. Replace 'NewFolderName' with the desired name for your new folder.
- The new folder will be created in the specified directory.
Conclusion
Creating a new folder on Windows is a straightforward process that can be done through File Explorer or the Command Prompt. Whether you prefer using a graphical interface or the command line, Windows provides multiple options to create folders and organize your files efficiently.
Methods | Details |
---|---|
1 | Open File Explorer. |
2 | Navigate to the desired location. |
3 | Right-click and select 'New' > 'Folder'. |
4 | Rename the folder if needed. |
5 | Alternatively, open Command Prompt. |
6 | Navigate to the desired location using 'cd' command. |
7 | Use 'mkdir' command to create a new folder. |
8 | The new folder will be created in the specified directory. |