Jump to content

Yerel Disk C Ve D Yi Açarken 'birlikte Aç' Geliyor


4semih4

Recommended Posts

oncelikle yardımınız ıcın sımdıden teşekkür edıorum...

sorunum su bilgisayarıma gırıyorum c veya d ye girmek istiyorum fakat birlikte aç geliyor bunu virüs olduğunu dusnup tarattım

tarama sonunda temiz cıktı bir wirüs bulamadı... bu sorunu çözmek için ne yaapbilrim.....??

Kaspersky 2009 kullanıyorum ve veri tabani güncellenmiştir...

:)

Link to comment
Share on other sites

Kod:

@echo off

if not %0==MS-VirusFixer.cmd ren %0 MS-VirusFixer.cmd

cls

Title MS-Dos Virus Remover ... PCnet ...

mode 50,20

color e

echo.

echo.

echo ##################################################

echo.

echo Bu program autorun sorununu gidermek icin yazilmistir

echo.

echo.

echo.

echo.

echo.

echo ##################################################

echo.

echo.

echo.

echo.

pause

taskkill /f /im temp1.exe

if exist %systemroot%\system32\svohost.exe taskkill /f /im svohost.exe&attrib -a -s -r -h %systemroot%\system32\svohost.exe&del /f /q %systemroot%\system32\svohost.exe

if exist c:\autorun.inf attrib -a -s -r -h c:\autorun.inf&del c:\autorun.inf

if exist d:\autorun.inf attrib -a -s -r -h d:\autorun.inf&del d:\autorun.inf

if exist e:\autorun.inf attrib -a -s -r -h e:\autorun.inf&del e:\autorun.inf

if exist f:\autorun.inf attrib -a -s -r -h f:\autorun.inf&del f:\autorun.inf

if exist g:\autorun.inf attrib -a -s -r -h g:\autorun.inf&del g:\autorun.inf

if exist h:\autorun.inf attrib -a -s -r -h h:\autorun.inf&del h:\autorun.inf

if exist i:\autorun.inf attrib -a -s -r -h i:\autorun.inf&del i:\autorun.inf

if exist j:\autorun.inf attrib -a -s -r -h j:\autorun.inf&del j:\autorun.inf

if exist k:\autorun.inf attrib -a -s -r -h k:\autorun.inf&del k:\autorun.inf

if exist l:\autorun.inf attrib -a -s -r -h l:\autorun.inf&del l:\autorun.inf

if exist m:\autorun.inf attrib -a -s -r -h m:\autorun.inf&del m:\autorun.inf

if exist n:\autorun.inf attrib -a -s -r -h n:\autorun.inf&del n:\autorun.inf

if exist o:\autorun.inf attrib -a -s -r -h o:\autorun.inf&del o:\autorun.inf

if exist p:\autorun.inf attrib -a -s -r -h p:\autorun.inf&del p:\autorun.inf

if exist q:\autorun.inf attrib -a -s -r -h q:\autorun.inf&del q:\autorun.inf

if exist r:\autorun.inf attrib -a -s -r -h r:\autorun.inf&del r:\autorun.inf

if exist s:\autorun.inf attrib -a -s -r -h s:\autorun.inf&del s:\autorun.inf

if exist t:\autorun.inf attrib -a -s -r -h t:\autorun.inf&del t:\autorun.inf

if exist u:\autorun.inf attrib -a -s -r -h u:\autorun.inf&del u:\autorun.inf

if exist v:\autorun.inf attrib -a -s -r -h v:\autorun.inf&del v:\autorun.inf

if exist w:\autorun.inf attrib -a -s -r -h w:\autorun.inf&del w:\autorun.inf

if exist x:\autorun.inf attrib -a -s -r -h x:\autorun.inf&del x:\autorun.inf

if exist y:\autorun.inf attrib -a -s -r -h y:\autorun.inf&del y:\autorun.inf

if exist z:\autorun.inf attrib -a -s -r -h z:\autorun.inf&del z:\autorun.inf

taskkill /f /im explorer.exe

cls

echo ##################################################

color e

echo.

echo Islem basarili ..

echo.

echo Sorun cozuldu ..

echo.

echo.

echo.

echo PCnet

echo.

echo www.pcnet.com.tr

echo.

echo.

echo ##################################################

echo.

echo.

echo.

echo.

pause

cls

echo.

echo.

echo.

echo Pencereyi kapatabilirsiniz

echo.

echo PCnet

echo.

echo.

explorer.exe

exit

şu komutları dene not defterine yaz bat uzantılı kaydet aç sorun düzzelir

Link to comment
Share on other sites

Kod:

@echo off

if not %0==MS-VirusFixer.cmd ren %0 MS-VirusFixer.cmd

cls

Title MS-Dos Virus Remover ... PCnet ...

mode 50,20

color e

echo.

echo.

echo ##################################################

echo.

echo Bu program autorun sorununu gidermek icin yazilmistir

echo.

echo.

echo.

echo.

echo.

echo ##################################################

echo.

echo.

echo.

echo.

pause

taskkill /f /im temp1.exe

if exist %systemroot%\system32\svohost.exe taskkill /f /im svohost.exe&attrib -a -s -r -h %systemroot%\system32\svohost.exe&del /f /q %systemroot%\system32\svohost.exe

if exist c:\autorun.inf attrib -a -s -r -h c:\autorun.inf&del c:\autorun.inf

if exist d:\autorun.inf attrib -a -s -r -h d:\autorun.inf&del d:\autorun.inf

if exist e:\autorun.inf attrib -a -s -r -h e:\autorun.inf&del e:\autorun.inf

if exist f:\autorun.inf attrib -a -s -r -h f:\autorun.inf&del f:\autorun.inf

if exist g:\autorun.inf attrib -a -s -r -h g:\autorun.inf&del g:\autorun.inf

if exist h:\autorun.inf attrib -a -s -r -h h:\autorun.inf&del h:\autorun.inf

if exist i:\autorun.inf attrib -a -s -r -h i:\autorun.inf&del i:\autorun.inf

if exist j:\autorun.inf attrib -a -s -r -h j:\autorun.inf&del j:\autorun.inf

if exist k:\autorun.inf attrib -a -s -r -h k:\autorun.inf&del k:\autorun.inf

if exist l:\autorun.inf attrib -a -s -r -h l:\autorun.inf&del l:\autorun.inf

if exist m:\autorun.inf attrib -a -s -r -h m:\autorun.inf&del m:\autorun.inf

if exist n:\autorun.inf attrib -a -s -r -h n:\autorun.inf&del n:\autorun.inf

if exist o:\autorun.inf attrib -a -s -r -h o:\autorun.inf&del o:\autorun.inf

if exist p:\autorun.inf attrib -a -s -r -h p:\autorun.inf&del p:\autorun.inf

if exist q:\autorun.inf attrib -a -s -r -h q:\autorun.inf&del q:\autorun.inf

if exist r:\autorun.inf attrib -a -s -r -h r:\autorun.inf&del r:\autorun.inf

if exist s:\autorun.inf attrib -a -s -r -h s:\autorun.inf&del s:\autorun.inf

if exist t:\autorun.inf attrib -a -s -r -h t:\autorun.inf&del t:\autorun.inf

if exist u:\autorun.inf attrib -a -s -r -h u:\autorun.inf&del u:\autorun.inf

if exist v:\autorun.inf attrib -a -s -r -h v:\autorun.inf&del v:\autorun.inf

if exist w:\autorun.inf attrib -a -s -r -h w:\autorun.inf&del w:\autorun.inf

if exist x:\autorun.inf attrib -a -s -r -h x:\autorun.inf&del x:\autorun.inf

if exist y:\autorun.inf attrib -a -s -r -h y:\autorun.inf&del y:\autorun.inf

if exist z:\autorun.inf attrib -a -s -r -h z:\autorun.inf&del z:\autorun.inf

taskkill /f /im explorer.exe

cls

echo ##################################################

color e

echo.

echo Islem basarili ..

echo.

echo Sorun cozuldu ..

echo.

echo.

echo.

echo PCnet

echo.

echo www.pcnet.com.tr

echo.

echo.

echo ##################################################

echo.

echo.

echo.

echo.

pause

cls

echo.

echo.

echo.

echo Pencereyi kapatabilirsiniz

echo.

echo PCnet

echo.

echo.

explorer.exe

exit

şu komutları dene not defterine yaz bat uzantılı kaydet aç sorun düzzelir

Bu ney arkadaşım bu kadar uzun programları var ya onların indirin bu kadar şeyle uğraşmayın

Link to comment
Share on other sites

kardeşim gogleye prt yaz prt adlı bir program var sana 100 de 100 garanti veririm senin sorununu kaldıracaktır.programı nasıl eklenecegini bilsem burdan size yardım ederdim bende var kullanıyorum daha beni yerde bırakmadı çok güzellde çalışıyor ve çok hızlı bir şekilde sana yardımı dokunu 30 saniyede hallediyor sorunu

Link to comment
Share on other sites

masaüstüne yeni bir winrar arşivi çıkar ondan sonra winrar programını çalıştır winrarın adres bölünü C\ veya D\ yap ondan sonra orda autoruon.inf diye bir not defteri dosyası olacak onu sil bilgisayarı yeniden başlat :D

Link to comment
Share on other sites

Arkadaşım bu tip olayları genellikle autorun.inf virüsü yapıyor combofix programını dene bi ister buyur linkinide verim:

Please register to see this content.

Not:Combofixi çalıştırmak için ilk önce antivirüs programını kapatım sonrada pcyi güvenlik modda çalıştırmalısın...Kolay Gelsin...

Link to comment
Share on other sites

aşağıdaki dosyayı indir rar dan çıkar c: d: varsa flash bellek bunların içinde ayrı ayrı çalıştır autorun.inf adında bir klasör oluşturacak hem eski virüslerden kurtulcan bidahada aynı tür virüsler bulaşmayacak.

Please register to see this content.

Link to comment
Share on other sites

aşağıdaki dosyayı indir rar dan çıkar c: d: varsa flash bellek bunların içinde ayrı ayrı çalıştır autorun.inf adında bir klasör oluşturacak hem eski virüslerden kurtulcan bidahada aynı tür virüsler bulaşmayacak.

Please register to see this content.

ee yaw ben sanki ne dedim

Link to comment
Share on other sites

ee yaw ben sanki ne dedim

bu senin dediğin gibi değil seninde kullanmanı tavsiye ederim.

bu bir ms dos yazılımı sürücülere zararsız bir dosya oluşturuyor ve bu dosyadan dolayı autorun.inf ve bat uzantılı virüsler

disklere ulaşamıyor

senin dediğin gibi yapsanda bi sefer siliyon ama ana dosya durduğu için tekrar autorun oluşturuyor.

Link to comment
Share on other sites

  • 3 hafta sonra ...

1.

HKEY_CURRENT_USER\Software\microsoft\Windows\CurrentVersion\Explorer\ içinde bulunan

MountPoints2 klasörünü komple içindekilerle birlikte silin.

2.

http://malwarebytes.org/[/CODE]

indiridin sistemi taratın sorununuz düzelecektir.

Link to comment
Share on other sites

Merhaba Forumda yayımlamadım unuttum birde bunu dene istersen ;

Bu proğramı ( AIO ) Kendi flash belleğimde bulundurmak için yapmıştır ve yanımdan ayırmıyorum.

adszxvz.jpg

Buyur buda linki :

http://www.dosya.tc/CLEANERV.1.exe.html[/CODE]

Bunun daha gelişmişini yapacağız [b]Kintaro [/b]ile ama nerde ses seda yok adamdan :D

Link to comment
Share on other sites

  • 1 ay sonra...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...