Jun 8, 2016

How to Eliminate Shortcut Virus from your Pendrive / Flashdrive / Portabledrive and reclaim your hidden files

Hello guys… So picture this: You have a Pendrive / Flashdrive / Portabledrive with important files in it. You get to your friend’s house to show them the cool stuff you got. After inserting it in your friends’ PC...it shows all your files as shortcuts. You then scan the pendrive with the updated Antivirus software but then it doesn’t show/bring back your files. Well that’s a ‘horror movie’ but I’m NOT a movie script writer, hahaha! So this tutorial will show you the simplest, most effective way of addressing such a ‘horror’.

Just copy and paste the following code to notepad and save it as "ShortcutRemover.bat" (…you can choose any other name you want, but remember to save it in the .bat format) and save it to the infected stick and run it. Follow instructions until all the processes are complete. That’s it. Enjoy…

CODE:
Echo off
cls
echo Created by Tutorial Nutshell - www.tutorialnutshell.blogspot.com
echo.
Echo Eliminate Shortcut Virus from your Pendrive / Flashdrive / Portabledrive 
Echo and reclaim your hidden files
echo.
)
pause
cls
echo.
echo please wait for all process to complete…
echo.
echo 1 Minute To Complete, please Wait!
echo.
echo Repair Folder
echo.
attrib -s -h %1*.* /s /d
echo.
echo Delete drivesgideinfo Folder
echo.
rmdir /s /q drivesguideinfo
echo.
rmdir /s /q h3ojKiH9lvFefFO0mG6HlXplgLV3LYYuVHdaRr3dtLhEN80DniEPQXQY2sziakx2axTnS4SA044lSPkbMnv9Qm
echo.
echo Delete Shortcut Folder
echo.
del /a /s %scut%\*.lnk
cls
echo.
echo Process Complete
echo.
echo.
echo For more tutorials like this: www.tutorialnutshell.blogspot.com
echo.
)
pause

PS: Delete the files created by the virus especially the autorun.inf file. That all but remember do not run the 'ShortcutRemover.bat' in your system or desktop.






No comments:

Post a Comment