How To Create Undeletable And Unrenamable Folder In Windows
The method is very simple and easy and you can easily do this with a little cmd trick. Just follow the below steps to proceed.
- First of all go to Start and then Click on Run
- Now type cmd & hit enter (Command Prompt will get opened).
- Always remember that you cannot create any undeleteable & unrenamable folder in your root directory of storage. Which means these folders can’t be created in the drive in which your windows is being installed.
- Now type D: or E: and then hit enter
- Type md con\ and hit enter (md – make directory)
- You may use other words such as kk,th and kb instead of con in above step.
- Now open the directory and you will see the folder created of name con there.
- Now lets try to delete that folder or rename that folder windows will show the error message there.
- This folder now can’t be deleted and re nameable by this way.
How to delete the Unrenamable and Undeletable folder
- First of all open the Command Prompt.
- There type D: ( if you have created the folder in D: drive) & hit enter.
- Now there type rd con\ (rd – remove directory)
- Now again open the directory and the folder will got deleted from there.
Post a Comment