To hide your file on the computer using cmd promt
To hide your file first goto START->RUN->cmd
and goto the folder direcotry and type the following comand
attrib +s +h +r "folder name"
Ex.
C:\Users\Bunty-thinkpad>attrib +s +h +r new
here "C:\Users\Bunty-thinkpad>" is the my direcotry and "new" is my floder name which i want to hide.
and press enter
floder is hide,
To unhide the folder type the cmd. given below
C:\Users\Bunty-thinkpad>attrib -s -h -r new
remember that folder name not contain a null char. nor space. folder name must be a single name.
try it on your pc.it is useful to hide personal data without any softwere.
***(! w@n@ b H@(Ker)***
Comments
Post a Comment