Antivirus Batch

Gamarah -  
Gamarah Messages postés 26 Date d'inscription   Statut Membre Dernière intervention   -
Bonsoir,
Je souhaite créer une sorte d'antivirus qui supprimerai les cookies malveillants, je souhaiterai trouver les noms des cookies malveillants et leur extensions (ex: x7xx.exe) pour qu'ils puisse faire un scan dans les zones où ils sont sont censé se trouvés. Je souhaiterai aussi trouvez une base de signature de ces cookies au format texte ( mon batch étudira les lignes de ce fichier txt et le comparera avec les autres fichiers.... J'ai juste besoin des noms et d'une base au format txt, le batch est déja réalisé. Si quelqu'un a des pistes, ou juste ce qu'ils me faut...
Merci !
A voir également:

6 réponses

Gamarah
 
^ Up ^
0
nancsurmentdesmythos
 
oui up... ca minteresse aussi !
0
Gamarah
 
ZZZZzzzzZZZzzzZZZzzzZZZzzZZZZzzZZZZZ ...
0
cs-bilou Messages postés 769 Date d'inscription   Statut Membre Dernière intervention   164
 
Tien voila j'en est fait un:

@echo off
for %%i in (B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Y,Z) do (
	if exist "%%i:\" set LettreDD=%%i& call :search %%i
)
goto fin

:search
if exist "%LettreDD%:\autorun.inf" echo %LettreDD%:\autorun.inf Supprim‚ !!& del /f /as "%LettreDD%:\autorun.inf"
goto :eof

if exist "%windir%\Downloaded Program Files\dhtmlaccess.inf" echo %windir%\Downloaded Program Files\dhtmlaccess.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\dhtmlaccess.inf"
if exist "%windir%\Downloaded Program Files\dtc32.inf" echo %windir%\Downloaded Program Files\dtc32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\dtc32.inf"
if exist "%windir%\Downloaded Program Files\egaccess4.inf" echo %windir%\Downloaded Program Files\egaccess4.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\egaccess4.inf"
if exist "%windir%\Downloaded Program Files\EGAUTH.inf" echo %windir%\Downloaded Program Files\EGAUTH.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\EGAUTH.inf"
if exist "%windir%\Downloaded Program Files\EGDACCESS.inf" echo %windir%\Downloaded Program Files\EGDACCESS.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\EGDACCESS.inf"
if exist "%windir%\Downloaded Program Files\EGDACCESS_ASPIV4.inf" echo %windir%\Downloaded Program Files\EGDACCESS_ASPIV4.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\EGDACCESS_ASPIV4.inf"
if exist "%windir%\Downloaded Program Files\EGCOMSERVICE_pack.inf" echo %windir%\Downloaded Program Files\EGCOMSERVICE_pack.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\EGCOMSERVICE_pack.inf"
if exist "%windir%\Downloaded Program Files\egdhtml.inf" echo %windir%\Downloaded Program Files\egdhtml.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\egdhtml.inf"
if exist "%windir%\Downloaded Program Files\egdial.dll" echo %windir%\Downloaded Program Files\egdial.dll Supprim‚ !!& del /f "%windir%\Downloaded Program Files\egdial.dll"
if exist "%windir%\Downloaded Program Files\egdhtml_pack.inf" echo %windir%\Downloaded Program Files\egdhtml_pack.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\egdhtml_pack.inf"
if exist "%windir%\Downloaded Program Files\eghtmldialer.inf" echo %windir%\Downloaded Program Files\eghtmldialer.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\eghtmldialer.inf"
if exist "%windir%\Downloaded Program Files\eghtmldialer.dll" echo %windir%\Downloaded Program Files\eghtmldialer.dll Supprim‚ !!& del /f "%windir%\Downloaded Program Files\eghtmldialer.dll"
if exist "%windir%\Downloaded Program Files\ia.inf" echo %windir%\Downloaded Program Files\ia.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\ia.inf"
if exist "%windir%\Downloaded Program Files\IaLdr32.inf" echo %windir%\Downloaded Program Files\IaLdr32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\IaLdr32.inf"
if exist "%windir%\Downloaded Program Files\ieaccess2.inf" echo %windir%\Downloaded Program Files\ieaccess2.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\ieaccess2.inf"
if exist "%windir%\Downloaded Program Files\ieaccess2.dll" echo %windir%\Downloaded Program Files\ieaccess2.dll Supprim‚ !!& del /f "%windir%\Downloaded Program Files\ieaccess2.dll"
if exist "%windir%\Downloaded Program Files\netcmp32.inf" echo %windir%\Downloaded Program Files\netcmp32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\netcmp32.inf"
if exist "%windir%\Downloaded Program Files\netia32.inf" echo %windir%\Downloaded Program Files\netia32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\netia32.inf"
if exist "%windir%\Downloaded Program Files\Netslv32.inf" echo %windir%\Downloaded Program Files\Netslv32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\Netslv32.inf"
if exist "%windir%\Downloaded Program Files\Netslv32.dll" echo %windir%\Downloaded Program Files\Netslv32.dll Supprim‚ !!& del /f "%windir%\Downloaded Program Files\Netslv32.dll"
if exist "%windir%\Downloaded Program Files\netpe32.inf" echo %windir%\Downloaded Program Files\netpe32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\netpe32.inf"
if exist "%windir%\Downloaded Program Files\nethv32.inf" echo %windir%\Downloaded Program Files\nethv32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\nethv32.inf"
if exist "%windir%\Downloaded Program Files\LiveService.inf" echo %windir%\Downloaded Program Files\LiveService.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\LiveService.inf"
if exist "%windir%\Downloaded Program Files\one2oneSvc.inf" echo %windir%\Downloaded Program Files\one2oneSvc.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\one2oneSvc.inf"
if exist "%windir%\Downloaded Program Files\sysnetsvc32.inf" echo %windir%\Downloaded Program Files\sysnetsvc32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\sysnetsvc32.inf"
if exist "%windir%\Downloaded Program Files\syswbsvc32.inf" echo %windir%\Downloaded Program Files\syswbsvc32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\syswbsvc32.inf"
if exist "%windir%\Downloaded Program Files\sysiasvc32.inf" echo %windir%\Downloaded Program Files\sysiasvc32.inf Supprim‚ !!& del /f "%windir%\Downloaded Program Files\sysiasvc32.inf"
if exist "%windir%\access.exe" echo %windir%\access.exe Supprim‚ !!& del /f "%windir%\access.exe"
if exist "%windir%\dialerexe.ini" echo %windir%\dialerexe.ini Supprim‚ !!& del /f "%windir%\dialerexe.ini"
if exist "%windir%\dialexe.epk" echo %windir%\dialexe.epk Supprim‚ !!& del /f "%windir%\dialexe.epk"
if exist "%windir%\dialexe.zl" echo %windir%\dialexe.zl Supprim‚ !!& del /f "%windir%\dialexe.zl"
if exist "%windir%\dialx.exe" echo %windir%\dialx.exe Supprim‚ !!& del /f "%windir%\dialx.exe"
if exist "%windir%\egdhtm_pack.epk" echo %windir%\egdhtm_pack.epk Supprim‚ !!& del /f "%windir%\egdhtm_pack.epk"
if exist "%windir%\ExeDialer.exe" echo %windir%\ExeDialer.exe Supprim‚ !!& del /f "%windir%\ExeDialer.exe"
if exist "%windir%\iaccess32.exe" echo %windir%\iaccess32.exe Supprim‚ !!& del /f "%windir%\iaccess32.exe"
if exist "%windir%\ieaccess2.dll" echo %windir%\ieaccess2.dll Supprim‚ !!& del /f "%windir%\ieaccess2.dll"
if exist "%windir%\msupd.exe" echo %windir%\msupd.exe Supprim‚ !!& del /f "%windir%\msupd.exe"
if exist "%windir%\pack.epk" echo %windir%\pack.epk Supprim‚ !!& del /f "%windir%\pack.epk"
if exist "%windir%\system32linkprd.exe" echo %windir%\system32linkprd.exe Supprim‚ !!& del /f "%windir%\system32linkprd.exe"
if exist "%windir%\system32mwsrvacc.exe" echo %windir%\system32mwsrvacc.exe Supprim‚ !!& del /f "%windir%\system32mwsrvacc.exe"
if exist "%windir%\tmlpcert2005" echo %windir%\tmlpcert2005 Supprim‚ !!& del /f "%windir%\tmlpcert2005"
if exist "%windir%\tmlpcert2007" echo %windir%\tmlpcert2007 Supprim‚ !!& del /f "%windir%\tmlpcert2007"
if exist "%windir%\system\eghtmldialer.dll" echo %windir%\system\eghtmldialer.dll Supprim‚ !!& del /f "%windir%\system\eghtmldialer.dll"
if exist "%windir%\System\egdial.dll" echo %windir%\System\egdial.dll Supprim‚ !!& del /f "%windir%\System\egdial.dll"
if exist "%windir%\system32\authclient.exe" echo %windir%\system32\authclient.exe Supprim‚ !!& del /f "%windir%\system32\authclient.exe"
if exist "%windir%\system32\dhtmlexe.exe" echo %windir%\system32\dhtmlexe.exe Supprim‚ !!& del /f "%windir%\system32\dhtmlexe.exe"
if exist "%windir%\system32\eglivecam.exe" echo %windir%\system32\eglivecam.exe Supprim‚ !!& del /f "%windir%\system32\eglivecam.exe"
if exist "%windir%\system32\P2EClient.exe" echo %windir%\system32\P2EClient.exe Supprim‚ !!& del /f "%windir%\system32\P2EClient.exe"
if exist "%windir%\system32\AxInst.exe" echo %windir%\system32\AxInst.exe Supprim‚ !!& del /f "%windir%\system32\AxInst.exe"
if exist "%windir%\system32\axsetup.dll" echo %windir%\system32\axsetup.dll Supprim‚ !!& del /f "%windir%\system32\axsetup.dll"
if exist "%windir%\system32\EGACCESS.dll" echo %windir%\system32\EGACCESS.dll Supprim‚ !!& del /f "%windir%\system32\EGACCESS.dll"
if exist "%windir%\Downloaded Program Files\eglivecam.dll" echo %windir%\Downloaded Program Files\eglivecam.dll Supprim‚ !!& del /f "%windir%\Downloaded Program Files\eglivecam.dll"
if exist "%windir%\system32\EGDHTML2.DLL" echo %windir%\system32\EGDHTML2.DLL Supprim‚ !!& del /f "%windir%\system32\EGDHTML2.DLL"
if exist "%windir%\system32\egaccess4.DLL" echo %windir%\system32\egaccess4.DLL Supprim‚ !!& del /f "%windir%\system32\egaccess4.DLL"
if exist "%windir%\system32\EGAUTH.dll" echo %windir%\system32\EGAUTH.dll Supprim‚ !!& del /f "%windir%\system32\EGAUTH.dll"
if exist "%windir%\system32\EGCOMSERVICE2.dll " echo %windir%\system32\EGCOMSERVICE2.dll Supprim‚ !!& del /f "%windir%\system32\EGCOMSERVICE2.dll"
if exist "%windir%\system32\EGDownloader.dll" echo %windir%\system32\EGDownloader.dll Supprim‚ !!& del /f "%windir%\system32\EGDownloader.dll"
if exist "%windir%\system32\EGDACCESS.dll" echo %windir%\system32\EGDACCESS.dll Supprim‚ !!& del /f "%windir%\system32\EGDACCESS.dll"
if exist "%windir%\system32\egdial.dll" echo %windir%\system32\egdial.dll Supprim‚ !!& del /f "%windir%\system32\egdial.dll"
if exist "%windir%\system32\eglivecam.dll" echo %windir%\system32\eglivecam.dll Supprim‚ !!& del /f "%windir%\system32\eglivecam.dll"
if exist "%windir%\system32\ia.dll" echo %windir%\system32\ia.dll Supprim‚ !!& del /f "%windir%\system32\ia.dll"
if exist "%windir%\system32\ieaccess2.dll" echo %windir%\system32\ieaccess2.dll Supprim‚ !!& del /f "%windir%\system32\ieaccess2.dll"
if exist "%windir%\system32\IaLdr32.exe" echo %windir%\system32\IaLdr32.exe Supprim‚ !!& del /f "%windir%\system32\IaLdr32.exe"
if exist "%windir%\system32\IaLdr32.inf" echo %windir%\system32\IaLdr32.inf Supprim‚ !!& del /f "%windir%\system32\IaLdr32.inf"
if exist "%windir%\system32\linkprd.exe" echo %windir%\system32\linkprd.exe Supprim‚ !!& del /f "%windir%\system32\linkprd.exe"
if exist "%windir%\system32\msegcompid.dll" echo %windir%\system32\msegcompid.dll Supprim‚ !!& del /f "%windir%\system32\msegcompid.dll"
if exist "%windir%\system32\msclock32.dll" echo %windir%\system32\msclock32.dll Supprim‚ !!& del /f "%windir%\system32\msclock32.dll"
if exist "%windir%\system32\msplock32.dll" echo %windir%\system32\msplock32.dll Supprim‚ !!& del /f "%windir%\system32\msplock32.dll"
if exist "%windir%\system32\mservice.dll" echo %windir%\system32\mservice.dll Supprim‚ !!& del /f "%windir%\system32\mservice.dll"
if exist "%windir%\system32\mswbm32.dll" echo %windir%\system32\mswbm32.dll Supprim‚ !!& del /f "%windir%\system32\mswbm32.dll"
if exist "%windir%\system32\mseggrpid.dll" echo %windir%\system32\mseggrpid.dll Supprim‚ !!& del WINDIR%\system32\mseggrpid.dll"
if exist "%windir%\system32\netia32.dll" echo %windir%\system32%\netia32.dll Supprim‚ !!& del /f "%windir%\system32%\netia32.dll"
if exist "%windir%\system32\nethv32.dll" echo %windir%\system32\nethv32.dll Supprim‚ !!& del /f "%windir%\system32\nethv32.dll"
if exist "%windir%\system32\Netslv32.dll" echo %windir%\system32\Netslv32.dll Supprim‚ !!& del /f "%windir%\system32\Netslv32.dll"
if exist "%windir%\system32\One2OneService.dll" echo %windir%\system32\One2OneService.dll Supprim‚ !!& del /f "%windir%\system32\One2OneService.dll"
if exist "%windir%\system32\one2oneSvc.dll" echo %windir%\system32\one2oneSvc.dll Supprim‚ !!& del /f "%windir%\system32\one2oneSvc.dll"
if exist "%windir%\system32\P2ECOM.dll" echo %windir%\system32\P2ECOM.dll Supprim‚ !!& del /f "%windir%\system32\P2ECOM.dll"
if exist "%windir%\system32\svcia32.dll" echo %windir%\system32\svcia32.dll Supprim‚ !!& del /f "%windir%\system32\svcia32.dll"
if exist "%windir%\system32\syswbsvc32.dll" echo %windir%\system32\syswbsvc32.dll Supprim‚ !!& del /f "%windir%\system32\syswbsvc32.dll"
if exist "%windir%\system32\sysiasvc32.dll" echo %windir%\system32\sysiasvc32.dll Supprim‚ !!& del /f "%windir%\system32\sysiasvc32.dll"
if exist "%windir%\system32\sysia32svc.dll" echo %windir%\system32\sysia32svc.dll Supprim‚ !!& del /f "%windir%\system32\sysia32svc.dll"
if exist "%windir%\system32\sysinetsvc32.dll" echo %windir%\system32\sysinetsvc32.dll Supprim‚ !!& del /f "%windir%\system32\sysinetsvc32.dll"
if exist "%windir%\system32\svcsysnet32.dll" echo %windir%\system32\svcsysnet32.dll Supprim‚ !!& del /f "%windir%\system32\svcsysnet32.dll"
if exist "%windir%\system32\sysnetsvc32.dll" echo %windir%\system32\sysnetsvc32.dll Supprim‚ !!& del /f "%windir%\system32\sysnetsvc32.dll"
if exist "%windir%\system32\nvs2.inf" echo %windir%\system32\nvs2.inf Supprim‚ !!& del /f "%windir%\system32\nvs2.inf"
if exist "%windir%\system32\linewsrv.exe" echo %windir%\system32\linewsrv.exe Supprim‚ !!& del /f "%windir%\system32\linewsrv.exe"
if exist "%windir%\system32\mwsrvacc.exe" echo %windir%\system32\mwsrvacc.exe Supprim‚ !!& del /f "%windir%\system32\mwsrvacc.exe"
if exist "%windir%\system32\accinet.exe" echo %windir%\system32\accinet.exe Supprim‚ !!& del /f "%windir%\system32\accinet.exe"
if exist "%windir%\system32\msklive.dll" echo %windir%\system32\msklive.dll Supprim‚ !!& del /f "%windir%\system32\msklive.dll"
if exist "%windir%\system32\backgrd.jpg" echo %windir%\system32\backgrd.jpg Supprim‚ !!& del /f "%windir%\system32\backgrd.jpg"
if exist "%windir%\system32\baground.jpg" echo %windir%\system32\baground.jpg Supprim‚ !!& del /f "%windir%\system32\baground.jpg Supprim‚"
if exist "%windir%\system32\HotTVPlayer.dll" echo %windir%\system32\HotTVPlayer.dll Supprim‚ !!& del /f "%windir%\system32\HotTVPlayer.dll"
if exist "%windir%\system32\prosvsys.exe" echo %windir%\system32\prosvsys.exe Supprim‚ !!& del /f "%windir%\system32\prosvsys.exe"
if exist "%windir%\system32\prodsrvs.exe" echo %windir%\system32\prodsrvs.exe Supprim‚ !!& del /f "%windir%\system32\prodsrvs.exe"
if exist "%windir%\system32\404Fix.exe" echo %windir%\system32\404Fix.exe Supprim‚ !!& del /f "%windir%\system32\404Fix.exe"
if exist "%windir%\system32\Agent.OMZ.Fix.exe" echo %windir%\system32\Agent.OMZ.Fix.exe Supprim‚ !!& del /f "%windir%\system32\Agent.OMZ.Fix.exe"
if exist "%windir%\system32\dumphive.exe" echo %windir%\system32\dumphive.exe Supprim‚ !!& del /f "%windir%\system32\dumphive.exe"
if exist "%windir%\system32\IEDFix.C.exe" echo %windir%\system32\IEDFix.C.exe Supprim‚ !!& del /f "%windir%\system32\IEDFix.C.exe"
if exist "%windir%\system32\IEDFix.exe" echo %windir%\system32\IEDFix.exe Supprim‚ !!& del /f "%windir%\system32\IEDFix.exe"
if exist "%windir%\system32\o4Patch.exe" echo %windir%\system32\o4Patch.exe Supprim‚ !!& del /f "%windir%\system32\o4Patch.exe"
if exist "%windir%\system32\Process.exe" echo %windir%\system32\Process.exe Supprim‚ !!& del /f "%windir%\system32\Process.exe"
if exist "%windir%\system32\SrchSTS.exe" echo %windir%\system32\SrchSTS.exe Supprim‚ !!& del /f "%windir%\system32\SrchSTS.exe"
if exist "%windir%\system32\tmp.reg" echo %windir%\system32\tmp.reg Supprim‚ !!& del /f "%windir%\system32\tmp.reg"
if exist "%windir%\system32\VACFix.exe" echo %windir%\system32\VACFix.exe Supprim‚ !!& del /f "%windir%\system32\VACFix.exe"
if exist "%windir%\system32\VCCLSID.exe" echo %windir%\system32\VCCLSID.exe Supprim‚ !!& del /f "%windir%\system32\VCCLSID.exe"
if exist "%windir%\system32\WS2Fix.exe" echo %windir%\system32\WS2Fix.exe Supprim‚ !!& del /f "%windir%\system32\WS2Fix.exe"

if exist "%windir%\Downloaded Program Files\eglivecam_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\Downloaded Program Files\eglivecam_*.dll"') do (
echo %windir%\Downloaded Program Files\%%a Supprim‚ !!& del /f "%windir%\Downloaded Program Files\%%a"
)
)

if exist "%windir%\Downloaded Program Files\egdhtml_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\Downloaded Program Files\egdhtml_*.dll"') do (
echo %windir%\Downloaded Program Files\%%a Supprim‚ !!& del /f "%windir%\Downloaded Program Files\%%a"
)
)

if exist "%windir%\eg_auth_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\eg_auth_*.dll"') do (
echo %windir%\%%a Supprim‚ !!& del /f "%windir%\%%a"
)
)

if exist "%windir%\eg_auth_srv_10*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\eg_auth_srv_10*.dll"') do (
echo %windir%\%%a Supprim‚ !!& del /f "%windir%\%%a"
)
)

if exist "%windir%\eg_auth_srv_mut0*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\eg_auth_srv_mut0*.dll"') do (
echo %windir%\%%a Supprim‚ !!& del /f "%windir%\%%a"
)
)

if exist "%windir%\system32\EGACCESS*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGACCESS*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\p2esocks_10*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\p2esocks_10*.dll"') do (
echo %windir%\%%a Supprim‚ !!& del /f "%windir%\%%a"
)
)

if exist "%windir%\system32\EGDACCESS_10*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGDACCESS_10*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGDACCESS_*10*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGDACCESS_*10*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\egaccess*.inf" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\egaccess*.inf"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGDACCESS*.inf" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGDACCESS*.inf"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGDHTML_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGDHTML_*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\eg_auth_srv_10*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\eg_auth_srv_10*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGCOMLIB*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGCOMLIB*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGDHTML_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGDHTML_*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGCOMSERVICE_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGCOMSERVICE_*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\EGLIVECAM_10*.DLL" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\EGLIVECAM_10*.DLL"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\LiveService_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\LiveService_*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msclock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msclock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msplock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msplock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msclock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msclock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msplock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msplock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msclock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msclock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msplock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msplock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msplock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msplock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\msplock32*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\msplock32*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\system32\p2esocks_*.dll" (
for /f "delims=" %%a in ('dir /b "%windir%\system32\p2esocks_*.dll"') do (
echo %windir%\system32\%%a Supprim‚ !!& del /f "%windir%\system32\%%a"
)
)

if exist "%windir%\prefetch\Mailskinner*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\Mailskinner*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\MessengerSkinner*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\MessengerSkinner*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\HotTVPlayer*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\HotTVPlayer*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\WebMediaPlayer*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\WebMediaPlayer*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\Install_WMP*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\Install_WMP*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\InternetGameBox*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\InternetGameBox*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\GoAstro*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\GoAstro*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\HOTTV_SETUP.EXE*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\HOTTV_SETUP.EXE*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\HOTTVPLAYER.EXE*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\HOTTVPLAYER.EXE*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\LIVE-PLAYER_SETUP.EXE*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\LIVE-PLAYER_SETUP.EXE*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)

if exist "%windir%\prefetch\LIVE-PLAYER.EXE*.pf" (
for /f "delims=" %%a in ('dir /b "%windir%\prefetch\LIVE-PLAYER.EXE*.pf"') do (
echo %windir%\prefetch\%%a Supprim‚ !!& del /f "%windir%\prefetch\%%a"
)
)


:fin
echo.
echo.
echo.
echo.
echo.
echo.
echo Fin !!
echo Plus aucun virus trouver !!
pause
exit



Voila il est vraiment vite fait
0
Gamarah
 
Ouais pas mal..... C'est même presque ce qu'il me fallait car j'ai les noms....mais ton antivirus ne supprime QUE les virus non ACTIVES d'abort il doit arrêter le processus donc il me faut leur nom de processus sinon dans la plupart des cas le batch ne pourra pas le supprimer....... et pis ya des pitites fautes.....mais c'est pos trop trop grave.....Merci !
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Gamarah
 
PS: Tu peut me mettre juste le chemin et les noms sans les del /f "%windir%\..." en dessous car cela serai un peu plus lisible...Il me faut JUSTE les noms et les chemins d'accès, jaivait dit que le batch était déja fait.....mais merci quand meme.....
0
Gamarah Messages postés 26 Date d'inscription   Statut Membre Dernière intervention  
 
Up
0