ONLINE-TECH FORUMS
Welcome to ONLINE-Tech Forums

Join the forum, it's quick and easy

ONLINE-TECH FORUMS
Welcome to ONLINE-Tech Forums
ONLINE-TECH FORUMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to remove virus/scripts that hides files and folders in USB Flash Disk Drive (Leech)

Go down

How to remove virus/scripts that hides files and folders in USB Flash Disk Drive (Leech) Empty How to remove virus/scripts that hides files and folders in USB Flash Disk Drive (Leech)

Post by vanheartnet Sat Nov 16, 2013 11:41 am

This is how to unhide files and folders and remove shortcuts in USB Flash Disk Drive / SD Card:

Copy and paste this to notepad and save as attrib-restore.bat

@echo off
cls
echo Injecting anti-malware formula...
echo Killing vbs script process...
taskkill /f /im wscript.exe
echo
echo
echo
echo Deleting link (.lnk) files...
del *.lnk /s /a
echo
echo
echo
echo Deleting vbscript (.vbs) files...
del *.vbs /s /a
echo
echo
echo
echo Restoring file and folder attributes...
attrib -s -h -r /s /d

copy attrib-restore.bat to your USB FDD / SD Card and execute (double-clidk attrib-restore.bat)

***************************************************

To delete virus from PC that infects by hiding files and folders on your USB Flash Disk Drive:
copy and paste this to notepad and save as KillScript.bat

@echo off
cls
echo Injecting anti-malware formula...
echo Killing vbs script process
cd %userprofile%
taskkill /f /im wscript.exe
echo
echo
echo
echo Deleting vbscript (.vbs) files...
del *.vbs /s /a


credits to :  Voxel Jorz (the author)
vanheartnet
vanheartnet
Administrator
Administrator

Posts : 124
Reputation : 32
Join date : 2013-09-25
Age : 36

https://online-tech.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum