Create Undeletable And Unrenamable Folders

Create Undeletable And Unrenamable Folders

Today I am going to tell you a tips about making a undeletable folder. Simply which can neither be Renamed. It is usefull to save important data. Which is necessary for us and we don’t want other(friends and family who use the same computer) to delete it. You can make such folders In D: or E: drive. Simply You can’t make such folders in root directory (ie. Where you install windows) It mean you can’t make such folder in C: as most of we Install windows in drive C:
How To make:

To make Such folder follow these process.
>>>Open Run (Press Windows key+ R)
>>>Now Type cmd and hit Enter to open Command Prompt. OR, Press windows key + X and now press C. For more Keyboard shortcuts check Keyboard Shortcuts.
>>>Type D: (if you want to create such folder in D: drive) OR, E: (if you want to create such folder in E: driver) (here Driver E: is used)
>>>Type md aux and hit enter (It make A folder named Aux, Remember you can’t make own Name for such folders) Here md Means make directory. Go and Check in the driver you get a folder named aux.
Create Undeletable And Unrenamable Folders
You can Use con, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt6, lpt7, lpt8 and lpt9 in place of aux in above step.
If you try to delete that folder you get error message. “This is no longer in E:. Verify the item’s location and try again.”
Create Undeletable And Unrenamable Folders
Also you Can’t Rename the folder.

How to delete?

So How to delete that folder if necessary?
>>>As above Open CMD(Command Prompt)
>>>Type E: ( if u created this type of folder in E: drive) & hit enter
>>>Type rd aux  Here rd means remove directory
Create Undeletable And Unrenamable Folders
Check in Drive E: The folder is removed.
To make a invisible/ Nameless folder Check Make An Invisible Folder.
Don’t Forget to Comment.