HIDE THE FILE.
a) First open command prompt .
b) Then type ‘attrib +s +h “path of the file”.
E.g. Attrib +s+h c:\ example \Darani
c) And surprise the file will be hidden.
This will hide the file.
UNHIDE THE FILE
a) Again open command prompt.
b) Then type ’attrib –s -h path of the file’.
E.g. Attrib –s-h c:\ example \Darani
c) And you will again gain the file.
No comments:
Post a Comment