Skip to main content

How To Remove Shortcut Virus Easily Without Anti Virus

How to remove shortcut virus


Did you lost some files on your pen drive?or are there many shortcuts in your pen drive which you didn't make?Let's get rid of this viruses

These shortcut viruses or any other viruses which may hide your original and show fake shortcuts are spreading very fast and its a great  threat that if this virus did run your PC one time its hard to stop it.Now lets get rid of this.Follow my steps.
We are going to make a DOS scripted batch file for this.You can make this with notepad usually.
Now type this code in it.simply copy and paste.

echo OFF
color E
cls
echo "____________________________________________________________________
     
echo "  ----               -------      ------        ------                       ----      ------     -----       ___       |          |
echo "|          |               |         |                |                |         |     |            |             |         |     |       \     |          |
echo "|          |               |         |                |                |         |     |            |             |         |     |         \   |          |
echo " ---     |               |         |-----         |                |------|      ---       |----       |         |     |____/    |          |
echo "      |    |               |         |                |                |         |            |     |             |         |     |\            |          |
echo "      |    |               |         |                |                |         |            |     |             |         |     | \           \         /
echo "----     -----                  ------          ------                    ----                      -----      |  \           -----
echo "____________________________________________________________________
echo  ~This program will recover your lost files on your drive~

echo  ~Delete viruses on you drive~

echo "-------------------------------------------------------------------------------------------------------------
echo                                      By
echo                                      KomputerTips
echo                                      visit www.ktips.info
echo                                      Ransara Wijitharathne
echo "==================================================
PAUSE

cls
color A
echo "    Wait until cleaning your drive please...............

echo "--------------------------------------------------------------------------------------------------------------

dir /b/ad >log.txt
for /F "delims=,   "%%f in (log.txt) do attrib -r -s -h "%%f"
for /F "delims=,   "%%f in (log.txt) do del /p /f "%%f.exe"
del log.txt
PAUSE
cls
color F
echo "---------------------------------------------------------------------------------------------------------------
echo                VISIT~~~~~~~~ www.ktips.info~~~~~~~~FOR MORE!
echo "---------------------------------------------------------------------------------------------------------------
PAUSE

I typed these with red color but when you paste it on the notepad make it black.
After copying this Save the file.Use the extension .bat
Select all files

Copy the .bat file to your infected drive and run it!!



Comment any problems you may face.

Comments

  1. much faster with specialized software !!! http://malwareprotectioncenter.com/2015/07/08/shortcut-virus/

    ReplyDelete
  2. I think adware like dns unlocker is as nasty as those Trojans.

    ReplyDelete

Post a Comment

Like our post?
Want to know more?
Please ASK!