Page 2 of 2 FirstFirst 1 2
Results 21 to 26 of 26
  1. #21
    Member since 2006 and still can't think of a title.
    Join Date
    Oct 2006
    Posts
    28,292
    BG Level
    10
    FFXIV Character
    Acanis Lindri
    FFXIV Server
    Midgardsormr
    FFXI Server
    Bismarck
    WoW Realm
    Kil'jaeden

    There's a small program called smitfraudfix that does a good job of cleaning out those scam anti virus fuckers. May want to try that in conjunction with malwarebytes, etc..

  2. #22
    YOU ARE SEARED
    Dungeon Master of the House of Weave

    Join Date
    May 2007
    Posts
    4,453
    BG Level
    7
    WoW Realm
    Kilrogg

    Microsoft Security Essentials is pretty good as free AV goes.

  3. #23
    Bagel
    Join Date
    Jul 2005
    Posts
    1,362
    BG Level
    6
    FFXI Server
    Bahamut

    the virus that disguises itself as a windows AV program is a bitch and a half to get rid of, ive had to get rid of it on a couple friends computers and the easiest way ive found is to wipe and start from scratch, basically the virus attatches itself to EVERY FUCKING .EXE on your computer, so you may "think" youve gotten rid of it until you open an .exe and BAM, welcome back mister annoying ass virus

    basically save yourself time and frustration, wipe and start over

  4. #24
    New Spam Forum
    Join Date
    Oct 2007
    Posts
    194
    BG Level
    3
    FFXI Server
    Valefor

    Just a couple prevention tips.
    I got a bad virus from a Age of Empires 2 crack once. Cracks are no joke, watch your back on those things.
    Other virus I've got was from a fake Entourage episode. If a video is .wmv in a torrent, stay as far away as you can too.

  5. #25
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,946
    BG Level
    6
    FFXI Server
    Phoenix

    Quote Originally Posted by Surealistic View Post
    the virus that disguises itself as a windows AV program is a bitch and a half to get rid of, ive had to get rid of it on a couple friends computers and the easiest way ive found is to wipe and start from scratch, basically the virus attatches itself to EVERY FUCKING .EXE on your computer, so you may "think" youve gotten rid of it until you open an .exe and BAM, welcome back mister annoying ass virus

    basically save yourself time and frustration, wipe and start over
    I've had the .exe problem your talking about before. After cleaning the virus with rkill and Malwarebytes .exe files were not recognized properly. I downloaded a program (forgot the name, its just a small script that will correct it) and I haven't had any issues with that machine since.

  6. #26
    New Merits
    Join Date
    Sep 2006
    Posts
    207
    BG Level
    4

    It isn't a program that fixes the .exe problem but a .reg file you merge to fix the file associations.

    Code:
     Windows Registry Editor Version 5.00
    
    [-HKEY_CURRENT_USER\Software\Classes\.exe\shell\open\command]
    [-HKEY_CURRENT_USER\Software\Classes\secfile\shell\open\command]
    [-HKEY_CLASSES_ROOT\.exe\shell\open\command]
    
    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"
    
    [-HKEY_CLASSES_ROOT\secfile]
    Is all that is in the .reg file.

Page 2 of 2 FirstFirst 1 2