shortcut virus

lkkanika

Well-known member
  • Nov 4, 2008
    1,630
    105
    63
    ane yaluwane mata mara wadak wela tiyenne...:confused:
    mata yaluwekge pen ekakin ara shortcut kiyana virus eka awith ban.mala wade pen ekak gahuwa gaman wke folder okkoma hiddn wela shortcut wenawa. meka nati karaganna widiyak kiyannakoooo...:(
     

    J Sparrow

    Well-known member
  • Jan 8, 2012
    1,603
    698
    113
    127.0.0.1
    Type in Command prompt : attrib -h -r -s /s /d <Your USB drive letter>:\*.* (See <Your USB drive letter> from My computer and then type it For ex, if your drive letter is “D” then the command is like: ” attrib -h -r -s /s /d D:\*.* “)

    That should fix the problem :cool:

    ** Now your Shortcut files again convert to normal files. Delete unknown files from your storage after command process completes. I highly recommend you to after removing shortcut virus copy your USB data to your computer > Format the USB storage > Then again re-copy USB data back.
     
    Last edited:

    lkkanika

    Well-known member
  • Nov 4, 2008
    1,630
    105
    63
    Type in Command prompt : attrib -h -r -s /s /d <Your USB drive letter>:\*.* (See <Your USB drive letter> from My computer and then type it For ex, if your drive letter is “D” then the command is like: ” attrib -h -r -s /s /d D:\*.* “)

    That should fix the problem :cool:

    ** Now your Shortcut files again convert to normal files. Delete unknown files from your storage after command process completes. I highly recommend you to after removing shortcut virus copy your USB data to your computer > Format the USB storage > Then again re-copy USB data back.

    thanks to reply....

    eth machan eka ain wenne nane. access denied kiyala path tika witarak penwanawa. virus eka ain wenne na machan.
     
    Last edited:

    podiMahattaya

    Member
    Jul 28, 2015
    86
    7
    0
    meka notepad eken " .bat " format eken save karala run karanna

    @ECHO OFF
    ECHO **************************************************
    ECHO Type the drive letter. ONLY the letter.
    ECHO Press Enter.
    ECHO ALL FILES ARE GOING TO BE MODIFIED!!!
    ECHO **************************************************
    set /p letter=

    ECHO %letter%: selected
    taskkill /im explorer.exe /f
    ECHO.
    ECHO "Modifying files..."
    ECHO.

    attrib -s -h -a /s /d %letter%:\*.*

    ECHO "Process completed."

    start explorer %letter%:
    taskkill /im cmd.exe /f