Making a folder which can't be deleted

Do you know we can make a folder that can't be deleted. HOW???
The ans is : "Using command prompt". For this follow the following instructions :

1. win + R and type cmd.

2. Type the drive name in which you want to create your folder with the format : <drive_name>: and press enter. E.g.: to create a folder in drive d we have to type : "D:"
 *Note: We can't create the folder in the drive c.

3. Now type the command md and any of the  keywords below & \  :
"con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9"
 E.g.:  "md con\" or "md aux\" etc.



#You can't delete your folder manually.To delete this folder you have to type rd and your folder name(keyword) with \ in command.

No comments:

Post a Comment