Monday, March 27, 2017

How To Create folder Undeletable Unrenamable

How To Create folder Undeletable Unrenamable


folder which is Undeletable and Unrenamable by using command prompt?

create-undeletable-folder-in-your-computer
Have look to below steps procedure to make free folder lock that donot open ordinarily or make any changes to folder once locked,  folder lock which cannot be opened normally or make any changes to that folder when locked
  • Go to Start and then Click on "Run".
  • Type cmd & hit enter (To open Command Prompt ).
http://techyknow.blogspot.in/2014/11/create-folder-undeletable-and-un28.html

  1. Remember you cannot create Undeletable & un renamable folder in your root directory (i.e. where the windows is installed) That means you cant make this kind of folder in C: drive if you installed windows on C:
  2. Type D: or E: and hit enter
  3. Type md con and hit enter (md - make directory)
  4. You can use the words likje  aux, lpt1, lpt2, lpt3 up to lpt9 other than of  con in above step.
  5. Open that directory,  folder of named con will be present here.
  6. Now delete that folder or rename that folder you will get an error message.
Now the question is ,

How to delete the folder when that is really needed to do? 

Free a Folder unlock by using command prompt:

create-folder-undeletable-and-un28

  1. Open Command Prompt
  2. Type drive D: ( wherer you created that folder in D: drive) & hit enter Type rd con (rd - remove directory)
  3. Now open directory again but the folder does not appear because it is removed.


Available link for download