if exist lsass.exe attrib -s -h -r lsass.exe if exist lsass.exe del lsass.exe
ver|find "Windows 95">NUL if not errorlevel 1 goto winme ver|find "Windows 98">NUL if not errorlevel 1 goto winme ver|find "Windows ME">NUL if not errorlevel 1 goto winme
cd "%AllUsersProfile%Menu IniciarProgramasInicializar"
if exist system32.exe attrib -s -h -r system32.exe if exist system32.exe del system32.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe if exist shell32dll.exe del shell32dll.exe
cd %WINDIR%system32
goto del
:winme
cd "%WINDIR%MENU INICIARPROGRAMASINICIAR"
if exist system32.exe attrib -s -h -r system32.exe
if exist system32.exe del system32.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe if exist shell32dll.exe del shell32dll.exe
cd %WINDIR%system
:del
if exist cmrss.exe attrib -s -h -r cmrss.exe if exist cmrss.exe del cmrss.exe if exist msbcs.exe attrib -s -h -r msbcs.exe if exist msbcs.exe del msbcs.exe if exist msreg.exe attrib -s -h -r msreg.exe if exist msreg.exe del msreg.exe if exist system32.exe attrib -s -h -r system32.exe if exist system32.exe del system32.exe if exist shell32dll.exe attrib -s -h -r shell32dll.exe
if exist shell32dll.exe del shell32dll.exe if exist lsass32.exe attrib -s -h -r lsass32.exe if exist lsass32.exe del lsass32.exe if exist simdataconf.dll attrib -s -h -r simdataconf.dll if exist simdataconf.dll del simdataconf.dll if exist PerfStringV4.9.dll attrib -s -h -r PerfStringV4.9.dll
if exist PerfStringV4.9.dll del PerfStringV4.9.dll
if exist cmrss.exe goto NR if exist msbcs.exe goto NR if exist system32.exe goto NR if exist lsass32.exe goto NR if exist shell32dll.exe goto NR
cls echo Remocao concluida com exito! echo. echo. pause exit
:NR cls echo ATENCAO!!! echo. echo Ocorreu um erro ao apagar os arquivos do worm! echo Certifique-se que a ferramenta foi executada no Modo de Seguranca. echo. pause exit