How to remove shortcut virus


SUBMITTED BY: sharfudeen

DATE: May 25, 2016, 4:21 p.m.

FORMAT: Text only

SIZE: 295 Bytes

HITS: 1148

  1. attrib -h -s -r /s /d
  2. attrib = attributes
  3. -h = to remove the hidden mode and show all the hidden files
  4. -s = if having any system files, it will alsobeen showing
  5. -r = read only
  6. /s = the command will be implemented also to the sub folders
  7. /d = the command should affect all the directories

comments powered by Disqus