What you will do if you have to store any important file in your computer? somebody can delete it or rename it.
Windows have some specified name,if you create any folder with these names one can not delete or rename the folder.Windows specified names are con,aux, lpt1, lpt2, lpt3 up to lpt9.
In this tutorial you will learn cool,useful and funny trick,how to creare undeletable and unrenamable folder in windows.Just follow the below steps.
(1)Open run.(Windows+R)
(2)Now,type cmd in the run.
(3)Command prompt will open.
(4)Type D: or E: and hit enter ..(It depends upon your drive)
(5)Type md con\ and hit enter (md - make directory)
(6)You may use other words such as aux,lpt1,lpt2 up to lpt9.
(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 this type of folders
It is not possible to delete that folder manually but you can delete this folder the below given method.
(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 is removed.