Open cmd.exe using Run as Administrator
after that go to your directory or pendrive path
then type following command
attrib <space> -h <space> -s <space> /s <space> /d <space> *.*
and Press Enter.
After some time you see the Unnamed Folder in your drive or pendrive.
In that folder you have your all data which is hidden by virus.
-h = clear for Unhidden files
-s = clear for subfolders and sub files
/s = process subfolders and sub files
/d = process folders as well
*.* = for all file types


0 Comments
Post a Comment