How to Remove the System Volume Information Folder from a Pen Drive

First  You note the drive letter in the pendrive For example  G: or L: or F:

Open Command Prompt (search cmd or press Windows Key+R).Open command prompt (Run as administrator)Now we type drive letter  G: and hit the enter

Now we will type in command prompt   rmdir “system volume information” /s /q  and hit enter.

After this process we will open pendrive or flashdrive and confirm that the folder is no longer present.

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.

How to remove pendrive shortcut virus from USB and Computer

Open command prompt (Run –> cmd) and go to your USB drive. For example, if Your USB drive is “ G ” drive, You will need to type G:  in command prompt and hit the enter key. This will take you to the USB drive inside the command prompt.

Run the following command:
del *.lnk

This will delete all files with the extension of a shortcut
Now run the following command:
attrib -h -r -s /s /d G:*.*

This command will remove the following attributes from all files inside the USB drive;  hidden, read-only, system.
Following these steps should remove the virus from the USB drive completely.

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.