IT Articles

Steps to remove shortcut virues from pendrive
  1. Insert the affected pendrive to System.
  2. Note the drive letter assigned to pendrive (Ex:-  H:)
  3. Open the Command Prompt (Start -> Run & type cmd in run dialog box & press ok button)
  4. Type drive letter already assigned to pendrive with colon (:) & press enter key
  5. Then, Type the following,
    1. attrib -r -h -s /s /d *.*  &  press enter key
  6. Finally, delete suspected extension files
    1. del *.lnk & press enter key
    2. del *.dll & press enter key
    3. del *.tmp & press enter key
    4. del *.scr & press enter key
    5. del *.inf & press enter key
  7. Viewing files by typing dir & press enter key
  8. Exit the command prompt by typing exit & enter it.
Now able to view all files on pendrive......:))

No comments:

Post a Comment