Here is the trick to hide your files with command prompt .
just navigate to Start-->Run-->cmd and then press ok
after cd.. type ur path with "attrib" command
For example to hide a folder in c drive
to hide
c:\> attrib +s +h [folder name]
to show
c:\> attrib -s -h [folder name]
you are done.
Hide folder with command prompt
Posted by
B.Lalith Kumar
Feb 13, 2010
0 comments:
Post a Comment