My Windows 7 was recently infected by the system-fix.com virus and it hid all my files and directories. I believe I've removed the virus but I still can't find many files and programs.

Is there a single command-line tool in Windows that can recursively turn off the hidden attribute for an entire drive?

link|improve this question

67% accept rate
2  
If your computer has had a virus, the only truly safe thing to do is back up your files and apps and re-install your operating system from fresh media. – Joel Coehoorn Dec 10 '11 at 3:52
Probably should be on SuperUser – TheLQ Dec 10 '11 at 4:23
1  
SuperUser already has "Computer is infected by a virus or a malware, what do I do now?", note. – JdeBP Dec 10 '11 at 12:28
feedback

migrated from serverfault.com Dec 10 '11 at 8:22

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 1 down vote accepted

Unhide is designed specifically to address this symptom.

When run, it will unhide (-H) all +H files on the fixed disks of your computer. It will not, though, unhide any files that also have the +S attribute.

Refer to the Removal Guide for System Fix for further information.

link|improve this answer
feedback

I think attrib -H /S /D should do the trick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.