Create A Undeletable And Unrenamable Folders

watch_later Saturday, August 22, 2015

Want to create a a Folder or Folders in Windows tht  Cant Delete or Cant also Rename too by a CMD , lets see...


Hey Guyz,
Welcome to Learnforhack.
today i m telling u a trick in which we create a Undeletable + unrenamable Folder in a windows....
Well dnt wary u can delete it too.. as shown blow steps......
--------------------------------------------------------------------------------------------------------------------------

CREATE A UNDETECTABLE AND UNRENAMABLE FOLDERS :- 

Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to create folder without above mentioned names, Because they are reserved words in windows. So u hve to choose from these only..

Steps :- 

1.Go to Start and then Click on Run..

2.Type cmd & hit enter (To open Command Prompt ).

3.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:

4.Type D: or E: and hit enter

5.Type md con\ and hit enter (md - make directory)
You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.

6.Open that directory, you will see the folder created of name con..

Try to delete that folder or rename that folder windows will show the error message..

Now we will going to tell you how it can deleted.

DELETE A UNDETECTABLE AND UNRENAMABLE FOLDERS :

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below...

STEPS :-
1. Open Command Prompt

2. Type D: ( if u created this type of folder in D: drive) & hit enter

3. Type rd con\ (rd - remove directory)

4.Open that directory and the folder will not appear because it is removed....

Yeah. U Done..iT
Enjoy.

--------------------------------------------------------------------------------------------------------------------------
Plz Share n Follow us ,
Thank uh...