Skip to content

Instantly share code, notes, and snippets.

@arsho
Created December 17, 2018 09:35
Show Gist options
  • Select an option

  • Save arsho/6664f52852fb0e59809a8f1e33ba0586 to your computer and use it in GitHub Desktop.

Select an option

Save arsho/6664f52852fb0e59809a8f1e33ba0586 to your computer and use it in GitHub Desktop.
remove shortcut virus from Pendrive
  • Run CMD as administrator
  • Paste the following line:
    attrib -h -r -s /s /d X:\*.*
    
    Here X is the drive letter of the USB drive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment