Pages

Saturday, January 25

Creating undeletable folder in Windows

Aah!!after long time I am goin' to write a post on some interesting trick....Well it's being 5:00 a.m and suddenly I think to write something in my blog. First of all,I apologize for not writing the article from long time. So without wasting your time,I come to the main point.
                                          Well today I want to share on windows trick i.e. to create undeletable, unrenamable folderMost of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software.
Try to make a new folder in command prompt i.e. cmd and give it name anything else your's name,your's wife name or something else(for instance-let it be my name sanchit). Here in the later stage you will get how to create undeletable folder and how to delete that folder through cmd as directly you can't delete that folder.


  • How To Create Undeletable  Folders ?

  • Go to Start and then Click on Run
  • Type cmd & hit enter (To open Command prompt ).
  • Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:
  • Type D: or E: and hit enter
  • Type md sanchit\ and hit enter (md means make directory)
  • You may use any words  instead of sanchit in above step.
  • Open that directory, you will see the folder created of name sanchit.
  • Try to delete that folder or rename that folder windows will show the error message.

How to delete that folder ?

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.
  1. Open Command Prompt
  2. Type D: ( if u created this type of folder in D: drive) & hit enter
  3. Type rd sanchit\ (rd means remove directory)
  4. Open that directory and the folder will not appear because it is removed.
Hope you will like this article....ENJOY!!!

No comments:

Post a Comment

Popular Posts