I wrote a program for deleting Foldername.exe virus.
- Must be executed in the virus directory.
- There must not be exe file on the folder.
- Open notepad, copy the code into it and save something.bat.
:: Written by Mustafa CANTURK
:: https://www.mustafacanturk.com
:: Licensed under GPL
@echo off
for /f "tokens=*" %%a in ('dir /a /b') do (
attrib -S -H "%%a"
)
del *.exe
del autorun.inf
pause
Excellent one man……..I recovered all my files infected by that darn foldername.exe virus……wow
thanks 🙂
I can’t find words to thank you, my hard is alive.
great work man.
thx 🙂
Million of Thanks. It is the Great Help. May the Almighty give health & wealth to you.
it was fine BUT in less than 2 minutes it goes back as it have been:S
please help me
when i opened the notepad it give me a black box and the real folders in my Hard Disk appeared next to the fake virus .exe folders
but it goes back by itself,
it gave me hope but i didn’t get over it yet, any ideas?
Help:/
‘rm’ is not recognized as an internal or external command,
operable program or batch file.
‘rm’ is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
You could use “del” command instead.