View Single Post
Old 08-10-2007, 06:01 AM   #11 (permalink)
burnsbabyburns
Registered User
 
Join Date: Aug 2007
Posts: 12
OS: XP


Re: Vundo and Downloader-BDF

Quote:
Originally Posted by sUBs View Post
How much RAM do you have on this machine. Please take note that you require 512MB for XP to run reasonably well. Seems to me that you have less than that
Yeah, I think I have 256, but I've had this computer for over 2 years and it's never ran this slow. I'm having a hard time even searching eBay without getting a "firefox not responding" message.


Here you go


@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (
c:\windows\smdat32m.sys
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)

for %%g in (
c:\program files\Need2Find
%systemdrive%\Deckard
%systemdrive%\Qoobox
) do (
rd /s/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!

echo.GetObject("winmgmts:" ^& "{impersonationLevel=impersonate}!\\" ^& "." ^& "\root\default").Get("SystemRestore").Disable("")>SR.vbs
echo.GetObject("winmgmts:" ^& "{impersonationLevel=impersonate}!\\" ^& "." ^& "\root\default").Get("SystemRestore").Enable("")>>SR.vbs
wscript SR.vbs

(
echo.REGEDIT4&echo.
echo.[-HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\uninstall\Switch]
echo.[-HKEY_CLASSES_ROOT\CLSID\{66FC8717-EFA7-4546-8C4A-E224F3A80C76}]
echo.[-HKEY_LOCAL_MACHINE\Software\classes\appid\adm.EXE]
echo.[hkey_current_user\software\microsoft\windows\currentversion\explorer\advanced]
echo."hidden"=dword:00000002
echo."hidefileext"=dword:00000001
echo."showsuperhidden"=dword:00000000
)>rehide.reg

regedit /s rehide.reg
del rehide.reg SR.vbs
nircmd wait 7000
del %0
burnsbabyburns is offline