Create Undeletable And Unrenamable Folders Using CMD


In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the people are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below. First i'll clear you that you cannot store any file or folder inside it because the folder is accessible also.

Try to make a new folder in windows by right click & rename it as con,aux, lpt1, lpt2, lpt3 or up to lpt9. But it can't be created because they are reserved words in windows and are not allowed to create folder with above mentioned names.

How To Do This ? Here are some steps

1. Press Ctrl+R key (Shortcut key For run).

2. Type cmd there and hit enter. (To open command prompt)

3. Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C: .

4. Type D: or E: or any other drive where you want to create this folder and hit enter. 

5. Type md con\ and hit enter (md - make directory) .

6. You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.

7. Open that directory, you will see the folder created of name con.

8. Try to delete that folder or rename that folder windows will show the error message.



How to delete that folder?

1. Open Command Prompt.

2. Type D: ( if u created this type of folder in D: drive) & hit enter.

3. Type rd con\ (rd - remove directory)

4. Open that directory and the folder will not appear because it's deleted now.

For any other queries please comment below.

Comments

Popular Posts