Translate

HOW TO RESTORE FILES HIDDEN BY VIRUSES


THE PROBLEM:
some virus hide files in usb flash drives. this same virus destroys the ability of windows to display hidden files. we may scan an destroy the virus but windows ability to see hidden files wount be restored.as a result we may think that the files are lost whereas they are still in the usb flash dirve..

THE PRINCIPLE:
In fact most viruses have the ability to change the attributes(that is properties,characteristics) of any files.They can either make the files read only,archive and most often set them as hidden files. Fortunately with DOS commands we can easily change those attributes. 


THE SOLUTION:
what do we do in this situation then?
it is quit simple -> pluck in the usb drive -> verify the drive letter (e.g F:) open command prompt (startmenu -> Run -> type cmd) navigate into the flash drive using this command " cd /d F:".then type " attrib -s -h /s /d *.*" (without the quotes). this will restore all the hidden files.

Here are some screenshots of the command file that those the work automatically. Free download available  here









Hope it Helps! Stay Tuned

1 comment:

  1. Thanks for the post! just wrote a small program that does all that work automatically. All you need to know is the drive letter and the program does the rest. Download it for FREE by clicking on the following link http://www.mediafire.com/?7ir7y1iljn6bn7v.Copy it in your machine and run.

    NB/ On Windows7 run it as administrator for best results.

    Tested on XP SP3,Windows7 32 and 64 bits and Works 100%.

    ReplyDelete

Please Leave a Comment...