Thursday, April 25, 2013

How to create an undeletable folder




Here we are going to see how we can create a new folder in windows that can not be deleted.
We do not require any software for this. Just some simple steps and thats all.
Follow these basic steps...


  1. Open "run"(Start Menu->Run)
  2. Type "cmd" (without quotes).
  3. Go to the location where you want to save the folder (using basic commands of command prompt like 'cd' or 'cd..')
  4. Type "md con\" (without quotes).  ("md" stands for make directory)


Hurrrray Done.....

A folder named "con" is created. It is undeletable.


Now to delete that folder..(You must be thinking if it is undeletable how can we delete it???? Here Undeletable means cannot be deleted as normally we do)

Follow the above steps upto step 3 and Just replace the "md" in step 4  with "rd". ("rd " stands for remove directory)

Thats all.....
The folder is removed.

Write in commnets in case any help is required.

Thankyou

No comments:

Post a Comment