How to unhide MANY / ALL FOLDERS using COMMAND
Thursday, February 16th, 2012 | Author: neupane
You might have encountered a problem on your removable drive that all your folders have been hidden due to a virus and you can’t unhide them after scanning by an antivirus. It is tedious to unhide all your folders using command one at a time. This tip will help you unhide all your hidden folders at once.
- First go to run.
- Type cmd and press enter.
- Then type your drive letter (for eg; If your drive is “H”, press H:) and enter.
- Type “attrib /s /d -h -r -s” and press enter.
Wait for a minute then you will see all your hidden folders being unhide.
Enjoy!
Remember the power is yours.
Use it on your own risk.

Category: Tips And Tricks


the same process can be applied to hide the folders u like…..u only need to reverse the operator ‘-’
Example:
suppose you have a folder in the d:\
type ‘d:’ to directly go to the d drive and use the following codes
attrib +a +s +h +r folder-name to hide the folder
attrib -a -s -h -r folder-name to unhide it…………enjoy!!! \m/