How to create folder that can't rename and delete
Yes you read the right you can create the folder that can't delete and rename also...
Isn't it coooooooooool!...
Follow these steps
1) Open 'run' (CTRL+R)
2) Type cmd & hit enter (To open Command Prompt ).
3) Remember you cannot create undeletable & unrenamable folder in your root directory (i.e. where the WINDOWS OS is installed)
4) Type D: or E: and other else directory that doesn't installed WINDOWS OS.
5) Type md con\ and hit enter (md - make directory)
6) You may use other words such as con, 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 those folder
i) Open Command Prompt.
ii) Type E: ( if u created this type of folder in ED: drive) & hit enter.
iii) Type rd con\ (rd - remove directory) (folder name that you had give like lpt3).
iv) Open that directory and the folder will not appear because it is removed.