Global.exe;Fonts.exe;KEYBOARD.EXE;tskmgr.exe;default.exe;MS-DOS.com;
BAT?
clear_Global.bat,!!
U?,!!
U!
taskkill /f /pid 3636?3636svchost.exe?PID?(?svchost.exe?SYSTEM?network service?LOCAL SERVICE)?
PID? PID,svchost.exe,?svchost.exe?SYSTEM?network service?LOCAL SERVICE?PIDtaskkill /f /pid 3636?3636PID?
clear_Global.bat
==========================================
@echo off
title Made By Jayven Edward 2008-12-01
:?svchost.exe?PID
:?svchost.exe?SYSTEM?network service?LOCAL SERVICE
:
taskkill /f /pid 3636
taskkill /f /im Global.exe /im system.exe
taskkill /f /im Global.exe /im system.exe
pushd %systemroot%
::?C:\WINDOWS
del /f /a /q system32\regedit.exe
attrib -s -h -r pchealth\Global.exe
attrib -s -h -r system32\drivers\drivers.cab.exe
attrib -s -h -r Fonts\fonts.exe
attrib -s -h -r Media\rndll32.pif
attrib -s -h -r Fonts\tskmgr.exe
attrib -s -h -r system\KEYBOARD.exe
attrib -s -h -r pchealth\helpctr\binaries\HelpHost.com
pushd %systemroot%\system32\dllcache
del /f /a /q Global.exe
del /f /a /q Default.exe
del /f /a /q svchost.exe
del /f /a /q system.exe
del /f /a /q autorun.inf
attrib -s -h -r /S /D *
attrib -s -h -r Recycler.{645ff040-5081-101B-9f08-00aa002f954e}
del /f /a /q Recycler.{645ff040-5081-101B-9f08-00aa002f954e}\Global.exe
del /f /a /q Recycler.{645ff040-5081-101B-9f08-00aa002f954e}\svchost.exe
del /f /a /q Recycler.{645ff040-5081-101B-9f08-00aa002f954e}\system.exe
del /f /a /q Recycler.{645ff040-5081-101B-9f08-00aa002f954e}\*.*
ren Recycler.{645ff040-5081-101B-9f08-00aa002f954e} recy
rd recy
FOR %%a IN ( C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z: ) DO (
cls
if exist %%a (
dir %%a >nul 2>nul
if "%errorlevel%"=="0" (
del /f /a /q %%a\MS-DOS.com
del /f /a /q %%a\autorun.inf
)
)
)
popd
popd
::?
::?reg.reg
regedit /s reg.reg
regedit /s reg.reg
cls
echo.
echo ...Y?N
echo.
echo ?
pause>nul
cd\
FOR %%a IN ( C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z: ) DO (
cls
if exist %%a (
dir %%a >nul 2>nul
if "%errorlevel%"=="0" (
pushd %%a
FOR /F "eol=; tokens=1,2* delims=, " %%i in ('dir /a /b') DO (
attrib -s -h -r "%%i %%j %%k" >nul 2>nul
)
popd
)
)
)
cls
exit
==========================================
Jayven Edward
2009-01-07