Thursday, February 5, 2015

Recovering Hidden Folders

Sometimes, we face the problem that the files or folders in our computers or hard disk or memory sticks are disappeared or hidden. In this kind of case, we can use command prompt to recover those hidden files or folders. The following is the way to recover the hidden files or folders by command prompt in windows OS.

1. Press Window + R keys together
2. Type cmd in Run Box.
3. Lets say your memory stick is E: (may be D or F or G or something)
4. To check your device is in which partition, press Window + E together and put your memory stick in your computer. Then you will see your memory stick is allocated to which partition.
5. Type E:  or something ( it depends on your memory stick partition)
6. Type dir/a (you will see all hidden folders)
7. Type attrib -h -s -a -r  "Folder Name"

No comments:

Post a Comment