answersLogoWhite

0

There are two ways that I know of

Right click anywhere on the Desktop (as long as it's not on an existing icon) and choose 'New' from the drop down list. Then choose folder. Type the name you want and press 'Enter'.

The more difficult way is to click 'Start' then 'run' and type 'cmd'. This will open a terminal window. From this window you should type 'cd Desktop' which will change the working directory to your desktop. Then type 'mkdir NAME_OF FOLDER' replacing NAME_OF_FOLDER with a name you choose. This will also create a folder on the desktop.

Take your pick.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you create a desktop shortcut in Windows 2000?

right click on the file or folder ->select send to ->desktop (create shortcut) .


How do you copy the content of a DVD to desktop?

There are a number of ways to create a copy of a DVD to your desktop. These two are the most common: 1. You can create and image of the DVD using a DVD ripping software and save the image file on your desktop. 2. Create a folder in your desktop and paste the contents of your DVD into the folder.


How can you create sub folder in c?

#include<stdio.h> #include<conio.h> #include<windows.h> int main() { CreateDirectory("C:\\Users\\Tareq\\Desktop\\ComputerScience",NULL); //create folder "ComputerScience" in desktop CreateDirectory("C:\\Users\\Tareq\\Desktop\\ComputerScience\\SF",NULL);//create another folder "SF" inside ComputerScience folder printf("file created"); getch(); }


What are the processes of creating a folder on your desktop?

1. Make a folder in a place in a drive. 2. Right-click and go to "Send To" and choose "Desktop (create shortcut). Easy right?


How do you create a floder in a computer?

On the desktop right click then select Properties then New Folder


How do you copy a folder from the My Documents folder to the desktop?

Just drag it and drop it on the desktop.To do this you need to reduce the "My Documents" window by clicking on the center box (double window) in the far upper right corner. Then you place the mouse cursor over the folder you wish to move, click and hold down the left mouse button, then drag the folder to the desktop (now visible since you have reduced the window), then let go of the button to drop the folder on the desktop - simple as that!!If you just want to create a shortcut to the folder (on the desktop), right click the folder and scroll down the list and select "create shortcut".


When you create a compressed folder Windows displays on the folders icon?

If you mean how do you create it, right-click on the desktop, select new- compressed (zip) folder, you can drag and drop the files into there The icon is a folder with a zip on the top


In window vista which button is used to create a new folder?

in windows vista which button is used to create a new folder


Where do you put computer files you care about?

you should create a folder on your desktop and put the files there


Where are the Folders on your Computer stored for on a mac?

They can be stored in either of three places. The Macintosh HD, the desktop, or the Documents folder. To create your own folder, go to file, then new folder.


What is a smart folder on a mac?

A smart folder is part filter and part folder. For further information on how to create a smart folder go to your desktop select the help menu and type smart folder into the dialog box. This will display all the information the Operating System has on what a smart folder is, how to create one and what uses it can be put to.


How To create Directory Using Batch File?

You can make a folder with batch by using the command: md Foldername Example: @echo off md WikiAnswers exit The batch file would make a folder named WikiAnswers, and it would appear on your desktop