In this tutorial I am going to show how one can create a folder that can not be deleted.
Step 1: Goto Start → Run, and type
cmd and press ENTER.
Step 2: In the Command Prompt Window that opens, type the drive letter in which you want to create the folder.
for example,type E:
>>>This folder cannot be created in C: drive... so try in other drives.
Step 3: Type the following command:
md con\
and press Enter.
This will create a undeletable & Unrenamable folder named "con" in the specified location.
► You can also choose any of the following keywords as the folder name...aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9
Ex: md aux\ will also work!
Don't need that folder?? Here is the way to delete it.
Although it is not possible to manually delete the folder,
you can delete the folder by typing
rd con\ in Step 3 instead of md con\
Having Doubts or Problems?
Refer my video...

0 comments:
Post a Comment