所有Windows操作系统,包括Windows 11 和Windows 10,都依赖于使用文件夹和文件来构建结构。因此,了解如何在需要时在Windows(Windows)中创建新文件夹是需要掌握的最基本和最重要的事情之一。但是您知道在Windows(Windows)中创建新文件夹有多少种方法吗?继续阅读以查看创建文件夹或目录的五种方法,如果您更喜欢这样调用它,包括使用文件资源管理器(File Explorer)和命令行:
1.如何在Windows(Windows)中使用右键菜单新建文件夹
在Windows(Windows)中创建新文件夹很容易。如果要在桌面上创建一个新文件夹,请转到桌面,然后右键单击或按住空白处。然后,在上下文菜单中选择新建(New),然后在显示的子菜单中单击或点击文件夹(Folder)。
在桌面上创建一个新文件夹
执行此操作后,Windows会在您的桌面上创建一个新文件夹。随意命名,然后按键盘上的Enter键或单击/点击桌面上的空白区域以保存它。
在桌面上创建了一个新文件夹
同样,您也可以使用右键菜单在Windows的任何其他位置创建新文件夹,而不仅仅是在桌面上。首先(First),使用文件资源管理器(use File Explorer)导航到要创建它的位置。然后,右键单击(或按住)空白区域,在右键单击菜单中转到新建,然后在子菜单中按(New)文件夹(Folder)。
如何在Windows中从右键菜单创建新文件夹
Windows 会立即创建一个新文件夹,您可以随意命名。
输入新文件夹的名称
要保存新文件夹的名称,请按键盘上的Enter或单击/点击任何空白区域。
2. 如何使用文件资源管理器的菜单在Windows中创建新文件夹(Windows)
同样,您也可以使用文件资源管理器的(File Explorer’s)菜单在Windows中创建一个新文件夹。(Windows)首先(Start)前往您要制作文件夹的地方。
然后,如果您使用的是Windows 11,请按文件资源管理器(File Explorer)左上角的新建(New)按钮。
Windows 11文件资源管理器(File Explorer)中的新建(New)按钮
接下来,从菜单中选择文件夹。(Folder)
在文件资源管理器(File Explorer)的菜单中选择文件夹(Folder)
如果您使用的是Windows 10 ,请从文件资源管理器的(File Explorer’s)功能区打开“主页”(Home)选项卡(Home tab),然后单击或点击“新建文件夹”(New folder)。
(Select New)在Windows 10(Windows 10)的文件资源管理器中(File Explorer)选择新文件夹
无论哪种情况,在Windows 11和Windows 10中,操作系统现在都会创建一个新文件夹。随意命名,然后按Enter或单击/点击其外部的空白区域。
输入新文件夹的名称
就是这样!
3. 如何使用键盘在Windows中创建新文件夹(Windows)
在任何Windows(Windows)版本中创建新文件夹的最快方法可能是使用键盘。首先(Start)使用文件资源管理器(File Explorer)前往您要创建新文件夹的位置。
转到要创建新文件夹的位置
当您到达那里时,同时按键盘上的Ctrl + Shift + N
使用键盘快捷键在Windows中创建一个新文件夹
此键盘快捷键会立即创建一个新文件夹(New folder),然后您可以随意命名和使用该文件夹。
在Windows(Windows)中创建了一个新文件夹
4.保存文件时如何在Windows中新建文件夹
这是在Windows中创建许多人错过的新文件夹的一种方法:在保存文件的同时创建一个新文件夹。当您完成文档或电子表格的处理、编辑图像或任何其他类型的文件并希望将其保存在您的计算机或设备上时,您可以使用“另存为(Save As)”对话框创建一个新文件夹。在实际保存文件之前,在“另存为(Save As)”窗口中,浏览到 PC 上的某个位置,然后右键单击或按住空白区域。然后,在上下文菜单中选择新建(New)并在其子菜单中按文件夹。(Folder)
从“另存为(Save As)”窗口在Windows中创建一个新文件夹
此操作会在此处创建一个新文件夹。随意命名,然后,如果需要,可以将文件保存在其中。
为新文件夹选择名称
5. 如何在Windows中从命令行创建一个新文件夹
最后,在Windows中创建命令行爱好者绝对喜欢的新文件夹的方法是通过Command Prompt、PowerShell或Terminal。我们已经在教程的“如何使用命令提示符 (CMD) 创建新目录”部分中描述了该过程的每个步骤:(“How to create a new directory with Command Prompt (CMD)”)命令提示符:您应该知道的 11 个基本命令(cd、dir、mkdir 等)(Command Prompt: 11 basic commands you should know (cd, dir, mkdir, etc.)) . 它适用于提到的所有三个命令行应用程序。但是,如果您没有时间阅读所有内容,这里是略短的版本:
在您最喜欢的命令行应用程序(命令提示符(Command Prompt)、PowerShell、终端(Terminal))中,使用cd [文件夹路径](cd [folder path])命令导航到要在其中创建新文件夹的文件夹。例如,我们想在Downloads中创建一个新文件夹,所以我们运行了这个命令:cd Downloads。
转到将创建新文件夹的位置
进入要创建新文件夹的文件夹后,使用md命令。它的语法是md [folder name],其中[folder name]是您创建的新文件夹的名称。如果新文件夹的名称包含空格,请确保将其放在引号之间。例如,我们想创建一个名为Digital Citizen的新文件夹,因此我们必须运行的命令是md “Digital Citizen”。
从命令行在Windows中创建一个新文件夹
就是这样!现在,您在想要的位置有了一个新文件夹。
提示:(TIP:)您知道您也可以使用命令行同时创建多个文件夹(use the command line to create multiple folders at once)吗?
你知道在Windows中创建新文件夹的其他方法吗?
现在您知道的不是一两种,而是五种在Windows中创建新文件夹的不同方法。有没有我们错过的?如果您认为有,请不要犹豫,在下面的评论部分告诉我们。
5 ways to create a new folder in Windows -
All Windows operating systems, including Windоws 11 and Windows 10, rely on using folders and files for structure. So knowіng how to create a new folder in Windows when you need one is one of the most basic and important things to master. But do you know how many ways there are to create a new folder in Windows? Read on to see five ways to make a folder, or directory if you prefer to call іt thаt way, including using File Explorer and the command line:
1. How to create a new folder in Windows using the right-click menu
Creating a new folder in Windows is easy. If you want to make a new folder on your desktop, go to the desktop, and right-click or press-and-hold on an empty space. Then, select New in the contextual menu and click or tap Folder in the submenu that shows up.
Create a new folder on the desktop
As soon as you do that, Windows makes a new folder on your desktop. Name it as you like, and press Enter on your keyboard or click/tap on an empty space on the desktop to save it.
A new folder was made on the desktop
Similarly, you can also use the right-click menu to create a new folder anywhere else in Windows, not just on the desktop. First, use File Explorer to navigate to the place where you want to create it. Then, right-click (or press-and-hold) on an empty space, head to New in the right-click menu, and press Folder in the submenu.
How to create a new folder in Windows from the right-click menu
Windows instantly creates a new folder, which you can name as you please.
Entering a name for the new folder
To save the new folder’s name, press Enter on your keyboard or click/tap on any empty space.
2. How to create a new folder in Windows using File Explorer’s menu
Similarly, you can also create a new folder in Windows using File Explorer’s menu. Start by heading to the place where you want to make the folder.
Then, if you’re using Windows 11, press the New button from the top-left corner of File Explorer.
The New button from Windows 11's File Explorer
Next, select Folder from the menu.
Select Folder in File Explorer's menu
If you’re using Windows 10, open the Home tab from File Explorer’s ribbon and click or tap on New folder.
Select New folder in Windows 10's File Explorer
In either case, both in Windows 11 and Windows 10, the operating system now creates a new folder. Name it as you like, and then press Enter or click/tap on an empty space outside of it.
Entering a name for the new folder
That’s it!
3. How to create a new folder in Windows using your keyboard
Perhaps the fastest way to create a new folder in any Windows version is to use your keyboard for it. Start by using File Explorer to head to where you want to create your new folder.
Go to the location where you want to create a new folder
When you get there, simultaneously press Ctrl + Shift + N on your keyboard.
Create a new folder in Windows with a keyboard shortcut
This keyboard shortcut instantly creates a New folder, which you can then name and use as you please.
A new folder has been created in Windows
4. How to create a new folder in Windows when saving a file
Here’s one way to create a new folder in Windows that many people miss out on: make a new folder while saving your files. When you finish working on a document or a spreadsheet, when you edit an image or any other kind of file, and you want to save it on your computer or device, you can use the Save As dialog box to create a new folder. Before actually saving your file, in the Save As window, browse to a location on your PC, and right-click or press-and-hold on an empty space. Then, select New in the contextual menu and press Folder in its submenu.
Create a new folder in Windows from the Save As window
This action makes a new folder right there. Name it as you please, and then, if you want to, you can save your file inside it.
Choosing a name for the new folder
5. How to create a new folder in Windows from the command line
Finally, a method to create a new folder in Windows that command-line aficionados definitely like is via Command Prompt, PowerShell, or Terminal. We’ve already described every step of the process in the “How to create a new directory with Command Prompt (CMD)” section of the tutorial: Command Prompt: 11 basic commands you should know (cd, dir, mkdir, etc.). It works in all three command-line apps mentioned. However, if you don’t have time to read that all, here’s the slightly shorter version:
In your favorite command-line app (Command Prompt, PowerShell, Terminal), use the cd [folder path] command to navigate to the folder in which you want to create a new folder. For example, we wanted to make a new folder in Downloads, so we ran this command: cd Downloads.
Going to the location where the new folder will be created
Once you’re in the folder where you want to create a new folder, use the md command. Its syntax is md [folder name], where [folder name] is the name of the new folder you create. If the name of the new folder contains spaces, make sure to put it between quotation marks. For example, we wanted to create a new folder called Digital Citizen, so the command we had to run was md “Digital Citizen”.
Create a new folder in Windows from the command-line
That’s it! You now have a new folder exactly where you wanted it.
TIP: Did you know that you can use the command line to create multiple folders at once too?
Do you know other ways to make new folders in Windows?
Now you know not one or two, but five different ways to create a new folder in Windows. Is there any that we’ve missed? If you believe there is, don’t hesitate to let us know in the comments section below.