:: :: If you can read this then you didn't click with your right mouse button. ;-) :: Go back and try it again. :: :: http://www.makiek.nl/msn7.php :: @echo off cls echo This file deletes all files of the omg-you-naked virus from your PC. echo This is part of the solution to delete this virus. echo. if exist %Temp%\msnmsgs.exe del %Temp%\msnmsgs.exe if exist %Temp%\msmsgs.exe del %Temp%\msmsgs.exe if exist %Temp%\msnplus.exe del %Temp%\msnplus.exe if exist %Temp%\debug.exe del %Temp%\debug.exe if exist %Temp%\iprint.exe del %Temp%\iprint.exe if exist %Temp%\service.exe del %Temp%\service.exe if exist %Temp%\svchost.exe del %Temp%\svchost.exe if exist %Temp%\spoolsv.exe del %Temp%\spoolsv.exe if exist %Temp%\services.exe del %Temp%\services.exe if exist %Temp%\iservice.exe del %Temp%\iservice.exe if exist %Temp%\direct3d.exe del %Temp%\direct3d.exe if exist %Temp%\svcghost.exe del %Temp%\svcghost.exe if exist %Temp%\ipconfig.exe del %Temp%\ipconfig.exe if exist %Temp%\dllhost.exe del %Temp%\dllhost.exe if exist %Temp%\winlogon.exe del %Temp%\winlogon.exe if exist %SystemRoot%\system32\java.dll del %SystemRoot%\system32\java.dll if exist %SystemRoot%\system32\javasy.dll del %SystemRoot%\system32\javasy.dll if exist %SystemRoot%\system32\java32.dll del %SystemRoot%\system32\java32.dll if exist %SystemRoot%\system32\javahelper.exe del %SystemRoot%\system32\javahelper.exe if exist %SystemRoot%\xcopy32.exe del %SystemRoot%\xcopy32.exe if exist %SystemRoot%\ctfmon.exe del %SystemRoot%\ctfmon.exe echo The virus is now deleted from your PC. A reboot is not necessary. echo. echo Did you get any errors then please contact me on my website. echo. echo Website: http://www.makiek.nl/msn7.php echo. pause