- The fastest way to create a folder on Windows 11, use the “Ctrl + Shift + N” keyboard shortcut, confirm a name, and press Enter .
- Another easy way to create a new folder, click the “New” menu and select the “Folder” option in File Explorer.
- You can also right-click on the location to open the context menu, select “New,” and choose the “Folder” option.
- On Command Prompt, run the “mkdir newFolder” command.
- On PowerShell, run the “New-Item -Path “c:\” -Name “newFolder” -ItemType “directory”” command.
On Windows 11 , folders are essential to group files and other folders to organize contents on the computer, and you have many ways to create one.
Although creating a folder may be easy for most people, it’s not the case for everyone. Also, you cannot only create folders from File Explorer, but you can also complete this task from Command Prompt, PowerShell, and even from the Desktop.
This guide will teach you five ways to create folders on Windows 11.
- Create new folder in File Explorer on Windows 11
- Create new folder with Command Prompt on Windows 11
- Create new folder with PowerShell on Windows 11
Create new folder in File Explorer on Windows 11
On Windows 11, you can create folders in at least three ways, while in File Explorer, you can use the command bar, keyboard shortcut, and context menu. The easiest way is to use the context menu, while the shortcut is the fastest method. Here’s how.
Context menu
To create a new folder on Windows 11 from the context menu, use these steps:
- Open File Explorer on Windows 11.
- Open the folder location (such as Documents, Desktop, etc.).
- Right-click on the location, select New, and choose the Folder option.
- Confirm a name for the new folder and press Enter .
Command bar
To create a new folder in File Explorer on Windows 11, use these steps:
- Open File Explorer .
- Open the folder location (such as Documents).
- Click the New menu and select the Folder option.
- Confirm a name for the new folder and press Enter .
Keyboard shortcut
You can also use a keyboard shortcut on Windows 11 to create a folder:
- Open File Explorer .
- Open the folder location (such as Documents, Desktop, etc.).
- Use the “Ctrl + Shift + N” keyboard shortcut.
- Confirm a name for the new folder and press Enter .
Once you complete the steps, the folder will be created in the location.
You can also right-click on the “Desktop” and select the “New” menu to find the “Folder” option.
Create new folder with Command Prompt on Windows 11
To create a new directory from Command Prompt on Windows 11, use these steps:
- Open Start .
- Search for Command Prompt , right-click the top result, and select the Run as administrator option.
- Type the following command to create a new folder and press Enter : mkdir “FOLDER-NAME” In the command, replace “FOLDER-NAME” with the name of the folder you want to create. The quotation marks are only necessary if the name contains spaces. This example creates the “myFiles” folder in the C drive: mkdir myFiles
After you complete the steps, the directory will be created in the path, and it’ll be also accessible from File Explorer.
You can also use the explorer FOLDER-NAME command to open the location in File Explorer.
Create new folder with PowerShell on Windows 11
To create a new folder with a PowerShell command on Windows 11, use these steps:
- Open Start .
- Search for PowerShell , right-click the top result, and select the Run as administrator option.
- Type the following command to create a new folder on Windows 11 and press Enter : New-Item -Path “PATH-TO-FOLDER” -Name “FOLDER-NAME” -ItemType “directory” In the command, replace “PATH-TO-FOLDER” with the path where to create the folder and “FOLDER-NAME” with the name of the folder you want to create. This example creates the “myFiles” folder in the C drive: New-Item -Path “c:" -Name “myFiles” -ItemType “directory”
Once you complete the steps, PowerShell will create the directory in the path you specified.
On Windows 10 , you can share a USB printer with other computers in the network, even if the device does not have Wi-Fi or Ethernet connectivity. This is possible thanks to the print server feature available on Windows 10, which allows you to share a USB printer quickly in the network.
Printer sharing is nothing new, it’s a feature that has been part of the operating system for a long time, and you can still use it on Windows 10.
In this guide , you will learn the steps to share a printer on Windows 10 over the network.
- Share printer on Windows 10
- Install shared printer on Windows 10
Share printer on Windows 10
To connect a USB printer to a Wi-Fi network without extra accessories, you can use Windows 10 “printer sharing” with these steps:
- Open Settings on Windows 10.
- Click on Devices .
- Select the USB printer to share.
- Click the Manage button.
- Click the Printer properties link.
- Open the Sharing tab.
- Check the “Share this printer” option.
- (Optional) Change the printer share name as needed.
- Click the Apply button.
- Click the OK button.
Once you complete the steps, the USB printer will be available in the network for anyone to connect.
Install a shared printer on Windows 10
The process of Installing a shared printer is easy, but it’s not the same as it would be to install a wireless printer .
To install a shared printer to another computer, use these steps:
- Open Settings .
- Click on Devices .
- Click the Add printer & scanner button and wait a few moments.
- Click the “The printer that I want isn’t listed” option.
- Check the “Select a shared printer by name” option.
- Confirm the printer network path. For example, \computerName\printerName . If the name doesn’t work, you can also use the IP address for the computer sharing the printer.
- Click the Next button.
- Use the default printer name.
- Click Next to install the shared USB printer on Windows 10.
- Click the Finish button.
After you complete the steps, the print jobs will travel through the network to the computer with the printer server configured, and then the jobs will be directed to the USB printer. Users can only print as long as the computer sharing the printer is turned on.
Although most modern printers come with a print server, you can still find printers only with USB or parallel cable connectivity. For those situations, Windows 10 offers an easy solution to share a printer with other people over the network.