Hide your folder using DOS command!

Post date: Feb 28, 2011 3:41:36 AM

1. Start -> Run-> Type CMD

2. Then type attrib +s +h folder path (attrib +s +h D:\images)

3. Now your folder is hidden, you can't able to get this folder by searching or enable the hidden folder option

UnHide the Folder:

4. Use following command to get back that hidden folder.

    attrib -s -h folder path (attrib -s -h D:\images)

    Yahoo.......................