Create new folder in c drive
To create a new folder in the C drive, you can follow these steps:
Method 1: Using File Explorer
- Open File Explorer on your computer. You can do this by clicking on the File Explorer icon on your taskbar or by pressing the Windows key + E.
- In the File Explorer window, navigate to the C drive by clicking on "This PC" or "Computer" in the left-hand menu, and then clicking on the "C:" drive.
- Right-click on the C drive and select "New" > "Folder" from the context menu.
- Enter a name for your new folder and press Enter.
Method 2: Using Command Prompt
- Open Command Prompt on your computer. You can do this by searching for "Command Prompt" in the Start menu and clicking on the result.
- Type the following command and press Enter:
md C:\newfolder
(replace "newfolder" with the name you want to give your folder). - Press Enter to create the new folder.
Method 3: Using Windows Search
- Open Windows Search by clicking on the magnifying glass icon in the taskbar or by pressing the Windows key + S.
- Type "create new folder" in the search bar and select the result that says "Create a new folder".
- Follow the prompts to create a new folder in the C drive.
Regardless of the method you choose, your new folder should now be created in the C drive.