Friday, September 24, 2010

Remove Virus from PenDrive,or any USB drives

1> Open system in DOS mode
2>Make your pendrive as current directory.   Say its H:
3> type attrib -s -h *.* /s /d
4>type dir
5> It will show all the files including hidden file.
6>delete any file that appears strange
7>type del  filename.ext /f /s /q

        f  force
        s  sub directory as well
        q quite mode,it wont ask u permission

No comments:

Post a Comment