Custom Search

Sunday, March 21, 2010

Show Hidden File

How do I show the hidden files ?


1.Select start - run - type "cmd" to display the command prompt.

2.Type " cd\" enter

3. "c:\>attrib +a -s -h -r c: *.* /s /d " - enter.



c: *.* be replaced with another drive type eg: --


"c:\>attrib +a -s -h -r d:*.* /s /d " - enter.(drive d:) "



or



"c:\>attrib +a -s -h -r e:*.* /s /d " - enter.(drive e:) "

0 comments:

Post a Comment