Wednesday 5 February 2014

How to create un-deletable folder in your computer.

Make Undeletable, Unrenamable Folders 

like con,aux,lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.

 

Tricks 1:

Step 1:  Open your Run

Step 2: Type cmd  to open  command prompt and select your Drive where you want to create folder

Step 3:

              write the below code in command promt 

                      md con\

                      like this

 Note: To remove this Folder

        Just  write     rd con\

Trick 2:

     Step 1:         Create Folder  and rename it and Press ALT key and rename it with name  " con "

   Step   2:     Now Release ALT key and press enter

 

        


No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...