Thursday 9 January 2014

how to hide the folder

to hide the folder:
1.enter in cmd.
2.enter in corresponding directory or drive
3.use the follow cmd,

      attrib +h +s <file name with path>

ex:
d:>attrib +h +s GOWTHAM\Info\aa
       here-->d: is the current directory

to retrive the folder:
     attrib -h -s <file name with path>



SHORT CUT REMOVER
   attrib -s -h *.* /s /d



No comments:

Post a Comment