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:) "
Custom Search
0 comments:
Post a Comment