Friday, January 22, 2010

How To Hide A File Through Command


To Hide a File Through Command Go to:
1. Start---> Run
2. Run----> Type CMD and press enter
3. Type attrib +s +h and specify the path and press enter
For eg if you want to hide a folder called XYZ in D: drive
then type in cmd attrib +s +h D:/XYZ and press enter
Your folder will be hidden it cannot be seen even if you make "show hidden files"
Again to un Hide the file type
attrib -s -h D:/XYZ
N'JOY

0 comments:

Post a Comment