How to remove shortcut virus from any flash drive
Now a days a very popular virus which is generally automatically created in a flash or pen-drives. these viruses are very irritating for all users and i have also this virus and got too much irritated . I have too many request for this Virus removal. If your Flash Drive or Pendrive is affected by shortcut virus , the files are hidden and in some time the files can be corrupted and become unusable which is not good right.
The Virus are of Three types:
this is the virus which replicates your all files and folders and hide them and just show shortcut of those files with extension of .lib . This is the combine effect of Torjan and Worm.This virus can be Expand in your all hard drive .
Executable files
this is the virus which replicates your all files and folders and hide them and just show executable files of these files with extension of .exe . This is the combine effect of Torjan and Worm.This virus can be expand in your all hard drive .
The Drive Shortcut
This is a pure Trojan and it append every file in your portable or pendrive flash drives and put it into one hidden folder and also it creates a Disk's shortcut.exe.
The Virus are of Three types:
- Shortcut of files
- build automatically executable files (.exe)
- The Drive Shortcut
this is the virus which replicates your all files and folders and hide them and just show shortcut of those files with extension of .lib . This is the combine effect of Torjan and Worm.This virus can be Expand in your all hard drive .
Executable files
this is the virus which replicates your all files and folders and hide them and just show executable files of these files with extension of .exe . This is the combine effect of Torjan and Worm.This virus can be expand in your all hard drive .
The Drive Shortcut
This is a pure Trojan and it append every file in your portable or pendrive flash drives and put it into one hidden folder and also it creates a Disk's shortcut.exe.
How To Remove Them:
- Copy the below given code
- Open notepad
- paste the given code in notepad
- save it with ShortcutVirusRemover.bat (.bat) extension
When ever you need to remove the shortcut virus from pendrive or flash drive COPY the your created REMOVER and paste it into your Drive . After Pasting run the file, it may said press any key to continue, after pressing , it running and REMOVE the Shortcut Virus
CODE:
subset keyN
batch job set
cls
echo off
color 9f
cls
if exist editer.bat goto Finish
set /p var= < ShortcutVirusRemover.bat
set var=%var:~0,1%
echo.
echo """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
echo " ____ _ _ _____ ____ ______ ____ _ _ ______ "
echo " | | || / \\ | || || | | || || "
echo " |___ |___|| | || |__|| || | | || || "
echo " || | || | || | \\ || | | || || "
echo " ___|| | || \___// | \\ || |___ \___// || "
echo " "
echo " "
echo " _ _ __ ____ _ _ ____ ____ ___ ____ _ _ ___ ____ "
echo " | || || | || | || | | || || |\ /|| / \\ | || || | || "
echo " \ / || |__|| | || |__ |__|| ||__ | \/ || | || \ / ||__ |__|| "
echo " \ / || | \\ | || || | \\ || | || | || \ / || | \\ "
echo " \/ || | \\ \___// ___|| | \\ ||__ | || \__// \/ ||__ | \\ "
echo " "
echo """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
echo.
echo.
echo Recommend only to use for External Devises.
echo.
echo.
echo Shortcut Virus Remover is going to repair your Flash drive........
echo.
pause
cls
echo.
echo.
echo.
echo.
echo Cleaning process will take few seconds..........
echo Please wait..........
echo.
echo.
echo.
del *.lnk
dir /b /a >log.txt
attrib +s +h log.txt
if %var%==e echo cls >t.bat
if %var%==c echo batch job set >t.bat
if %var%==b echo subset keyN >t.bat
if %var%==s echo usb port set >t.bat
if %var%==u echo memorry clear set >t.bat
attrib +s +h t.bat
cls
echo.
echo.
echo Removing Shortcuts........... Complete.
echo.
echo.
echo.
echo Make visible your folder........... is in process..........
echo This process will take few minutes..........
echo.
echo Please wait..........
for /F "delims=, " %%f in (log.txt) do attrib -r -s -h "%%f"
attrib -s -h log.txt
del log.txt
echo attrib -s -h t.bat >editer.bat
echo if not exist t.bat del *.bat >>editer.bat
echo copy t.bat+ShortcutVirusRemover.bat new.bat >>editer.bat
echo del t.bat >>editer.bat
echo del ShortcutVirusRemover.bat >>editer.bat
echo ren new.bat ShortcutVirusRemover.bat >>editer.bat
echo start "%cd%\" ShortcutVirusRemover.bat >>editer.bat
echo exit >>editer.bat
start /min /d "%cd%\" editer.bat
goto End
:Finish
del editer.bat
cls
echo.
echo.
echo Recovering Process Complete.
echo.
echo Your Flash drive is OK now
echo.
echo.
echo.
echo.
echo *** IMPORTANT ***
echo.
echo 1. Select Flash Drive window and press F5 to Refresh your data.
echo.
echo 2. Check your Flash drive for unknown files and folders.
echo If there is any, delete them.
echo.
echo.
echo.
echo Developed by Saif Malik.
echo.
echo FREE Download from howto-dotricks.blogspot.com
echo.
echo.
pause
:End
exit
CODE:
subset keyN
batch job set
cls
echo off
color 9f
cls
if exist editer.bat goto Finish
set /p var= < ShortcutVirusRemover.bat
set var=%var:~0,1%
echo.
echo """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
echo " ____ _ _ _____ ____ ______ ____ _ _ ______ "
echo " | | || / \\ | || || | | || || "
echo " |___ |___|| | || |__|| || | | || || "
echo " || | || | || | \\ || | | || || "
echo " ___|| | || \___// | \\ || |___ \___// || "
echo " "
echo " "
echo " _ _ __ ____ _ _ ____ ____ ___ ____ _ _ ___ ____ "
echo " | || || | || | || | | || || |\ /|| / \\ | || || | || "
echo " \ / || |__|| | || |__ |__|| ||__ | \/ || | || \ / ||__ |__|| "
echo " \ / || | \\ | || || | \\ || | || | || \ / || | \\ "
echo " \/ || | \\ \___// ___|| | \\ ||__ | || \__// \/ ||__ | \\ "
echo " "
echo """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
echo.
echo.
echo Recommend only to use for External Devises.
echo.
echo.
echo Shortcut Virus Remover is going to repair your Flash drive........
echo.
pause
cls
echo.
echo.
echo.
echo.
echo Cleaning process will take few seconds..........
echo Please wait..........
echo.
echo.
echo.
del *.lnk
dir /b /a >log.txt
attrib +s +h log.txt
if %var%==e echo cls >t.bat
if %var%==c echo batch job set >t.bat
if %var%==b echo subset keyN >t.bat
if %var%==s echo usb port set >t.bat
if %var%==u echo memorry clear set >t.bat
attrib +s +h t.bat
cls
echo.
echo.
echo Removing Shortcuts........... Complete.
echo.
echo.
echo.
echo Make visible your folder........... is in process..........
echo This process will take few minutes..........
echo.
echo Please wait..........
for /F "delims=, " %%f in (log.txt) do attrib -r -s -h "%%f"
attrib -s -h log.txt
del log.txt
echo attrib -s -h t.bat >editer.bat
echo if not exist t.bat del *.bat >>editer.bat
echo copy t.bat+ShortcutVirusRemover.bat new.bat >>editer.bat
echo del t.bat >>editer.bat
echo del ShortcutVirusRemover.bat >>editer.bat
echo ren new.bat ShortcutVirusRemover.bat >>editer.bat
echo start "%cd%\" ShortcutVirusRemover.bat >>editer.bat
echo exit >>editer.bat
start /min /d "%cd%\" editer.bat
goto End
:Finish
del editer.bat
cls
echo.
echo.
echo Recovering Process Complete.
echo.
echo Your Flash drive is OK now
echo.
echo.
echo.
echo.
echo *** IMPORTANT ***
echo.
echo 1. Select Flash Drive window and press F5 to Refresh your data.
echo.
echo 2. Check your Flash drive for unknown files and folders.
echo If there is any, delete them.
echo.
echo.
echo.
echo Developed by Saif Malik.
echo.
echo FREE Download from howto-dotricks.blogspot.com
echo.
echo.
pause
:End
exit
If you cannot understand download the file .
How to remove shortcut virus from any flash drive
Reviewed by Unknown
on
8:19:00 AM
Rating:

No comments: