Create an Undeletable and Unrenamable folders in Windows

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 with above mentioned names, Because they are reserved words in windows.

How To Create Undeletable And Unrenamable Folders ?

Step 1: Open Command Prompt. Press Win+R, type cmd and click Enter

Step 2: Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed)

Step 3: Type D: or E: in CMD and hit Enter

Step 4: Type -
 md con
and hit enter (md – make directory)

Step 5: You may use other words such asaux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.

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

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

Step 1: Open Command Prompt

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

Step 3: Type rd con(rd – remove directory)

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

Comments

Popular posts from this blog

⚠️How to create a virus in termux app ?

List in Python

How To Install Metasploit In Termux App ?