0
                             How To Create Undeletable And Unrenamable Folder In Windows 




Picture
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.
  1. First of all go to Start and then Click on Run
  2. Now type cmd & hit enter (Command Prompt will get opened).
  3. 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.
  4. Now type D: or E: and then hit enter
  5. Type md con\ and hit enter (md – make directory)
  6. You may use other words such as kk,th and kb instead of con in above step.
  7. Now open the directory and you will see the folder created of name con there.
  8. Now lets try to delete that folder or rename that folder windows will show the error message there.
  9. This folder now can’t be deleted and re nameable by this way.

How to delete the Unrenamable and Undeletable folder

  1. First of all open the Command Prompt.
  2. There type D: ( if you have created the folder in D: drive) & hit enter.
  3. Now there type rd con\ (rd – remove directory)
  4. Now again open the directory and the folder will got deleted from there.


Post a Comment

 
Top