Translate

Tuesday, 2 July 2013

How to super hide folder using cmd

1> just goto your file location for i am creating a text file name just_try.txt in D:
 
2> goto run type cmd (to open cmd)
3>now using cd cmd goto dir when you are create your file or folder here D:
4>type attrib YOUR_FILE_NAME +a +s +h 
    now press Enter 
5> Now the file is hide which is not visible even you are enable hide file and folder 
    to show the file or unhide try this cmd
    command is same use to hide file there is one small change Replace - sign with + sign
    you can see the file .......

No comments:

Post a Comment