indongsaeng

Remove virus using CMD

Jun 13th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Virus Removing Tricks .
  2.  
  3. If your Pen Drive is infected with any of the following viruses:
  4.  
  5. * Autorun.inf
  6. * new folder.exe
  7. * Iexplorer.vbs
  8. * Bha.vbs
  9. * nfo.exe
  10. * New_Folder.exe
  11. * ravmon.exe
  12. * RVHost.exe or any other files with extension.
  13.  
  14. Actually this viruses are hidden and can't be seen even after you enable show hidden folders.
  15. Following simple dos command will change the attributes of these files ,there after you can remove it by pressing delete key.
  16.  
  17. Follow these steps:
  18. Step1.:Type cmd in Run
  19. Step2.: Switch to the drive on which pen drive is connected (like C:\> h: enter)
  20. Step3.: type exactly as attrib -s -h *.* /s /d and hit enter (don't forget spaces).
  21. Now you can see hidden virus files and you can delete them.
  22.  
  23. #Note : My flash drive life got save by this technique .
Add Comment
Please, Sign In to add comment