Now Let's study how to create an nondeletable folder.Guys this is an interesting trick.
Before that I would like to introduce some cmd command terms before you
1. md-(make directory command)
2.rd-(remove directory command)
So lets begin
This trick is based on a simple concept in windows operating system. To prove it you first try creating folders with names such as con,aux, lpt1, lpt2, lpt3 up to etc . You won't be able. Because these are keywords or reserved words in windows. This trick is based on this simple concept
Before that I would like to introduce some cmd command terms before you
1. md-(make directory command)
2.rd-(remove directory command)
So lets begin
This trick is based on a simple concept in windows operating system. To prove it you first try creating folders with names such as con,aux, lpt1, lpt2, lpt3 up to etc . You won't be able. Because these are keywords or reserved words in windows. This trick is based on this simple concept
- Go to Start and then Click on Run
- Type cmd & hit enter
- Remember you cannot create Undeletable & unrenamable folder in the drive where your windows os is installed
- Type D: or E: (or any other drive)and hit enter
- Type md con\ and press enter
- You may use other words such as aux, lpt1, lpt2, lpt3 up to instead of con in above step.
- Open that directory, you will see the folder created of name con.
- Try to delete that folder or rename that folder windows will show the error message .
Now to delete that Folder
- Open Command Prompt
- Type D: (or whatever drive you have given) & hit enter
- Type rd con\
- Open that directory and the folder will be deleted
No comments:
Post a Comment