Sunday, February 24, 2013

MAKE UNDELETABLE FOLDER

Are u tired of accidentally deleting important folders??????????

...then, Make Folders that anyone cannot delete:-

1. Click on Start.
2. Click on Run. Type in "cmd" without quotes.

3. In the Command Prompt Window , type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter.
e.g. If you wish to create the undeletable folder in D drive, type "D:" without " ".
Note that the folder cannot be created in the root of C:/ drive.

4. now, Type this command-
"md con\" or "md lpt1\" without the quotes (eg- md con\) and press Enter. :)

Your folder is created and flder's name is 'con' (if u type md con\) or lpt1 (if u type md lpt1\). :) :)

NOTE: u can delete this folder by typing "rd con\" or "rd lpt1\" in Step 4 instead of "md con\" or "md lpt1\".

No comments:

Post a Comment