Monday, 24 March 2014

How to Create an Undeletable Folder in your Hard Drive

Create a undeletable folder in your drive and protect your things from being deleted.






Step 1: Open your Command Prompt by typing cmd in your Run Box (Win+R) . Alternatively you can search for command prompt in your search box.

Step 2: The default location will be something as -  C:\Users\XYZ>
          
             (XYZ is the name of your user folder)

Step 3: Now change to the desired drive where you want to create your folder
            eg: If it is a E drive, then type E:

Step 4: Now the location will be
            E:>

Step 5: Now type E:>MD\LPT1\
        
             Note: The folder with name "LPT1" eill be created. The name of the folder can
                       either be CON or LPT1.

Step 6: The folder will be created and you cannot delete it by either "delete" or "shift+del"


Step 7: If you want to delete it then type:  E:>RD\LPT1\

0 comments:

Post a Comment