How to create un deleteable folder

Post date: May 24, 2011 8:25:48 AM

We can actually make folders that cannot be deleted in windows os. It must be made using command prompt.It can only be deleted using command prompt.

steps:

1.go to cmd.

2.change to the directory that you want.

3.assume i change to d:

4.so,in command prompt,type d: and [enter].

5.type in this command "md lpt1\" without quotes and press enter.

6.the folder will now in your d:

7.go and try and delete or rename it,you cannot do anything to it.

There are still many names that you can use to name the folder:

-lpt1 until lpt9

-con

-aux

To delete it:

1.go to command prompt again.

2.navigate to the directory.

3.type in rd lpt1\

-Couresy hackerz7.tk