• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Member
    Posts: 5
    Registered: ‎05-17-2012
    Accepted Solution

    suspicious autocad message about antivirus software at startup in autocad

    2421 Views, 6 Replies
    05-17-2012 04:40 PM

    every time i open autocad a suspicious antivirus autocad message pops up at startup... after i close autocad and open autocad again... it pops up again... this time it appears again after i close the message... i realized that for everytime i open a autocad the message appears again and again depending on how many times i opened autocad before...

     

    i have tried uninstalling autocad 2012,...and removing all autodesk softwares,... wiping everything clean of any related autodesk softwares installed in my laptop..

    i have also tried installing a different autocad(autcad 2011, 2012,..now 2013 but still the message still pops up delaying start up & work...

    i have also tried deep thorough scanning with avast antivirus for a bug,virus...etc...

    i have tried cleaning and fixing my registries with tuneup utilities

     

    and still the message persists...

     

    i have installed autocads in a different pc with the same installers...there are no pop ups messages....

     

     

    *here attached is a screen shot of the suspicious autcad message i want to remove...

     

    can someone please help me!

    Please use plain text.
    *Expert Elite*
    Posts: 6,453
    Registered: ‎06-29-2007

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-18-2012 12:12 AM in reply to: jrparreno

    Hi,

     

    you are not alone. Seems like you have not got all files to be removed or registry items to be cleaned after uninstall and before new installation.

    BTW;: have you already searched >>>these sites<<< and tried what is suggested there?

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Member
    Posts: 5
    Registered: ‎05-17-2012

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-18-2012 04:36 PM in reply to: jrparreno

     have tried this

     

     

    >>>

    http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=13717811&linkID=9240617  

     

    ****************************************************************************************************************************************************************************************

    How to detect and remove the Acad.vlx virus

    Issue

    Users of AutoCAD-based products have reported a malicious acad.vlx file that causes drawing corruption.

     
    Solution

    This is not an actual AutoCAD file provided by Autodesk. When the malicious acad.vlx file is loaded in AutoCAD, it corrupts the drawing, which may result in a Missing Language Pack dialog box displaying when you save and reopen the drawing.

    The acad.vlx file creates a copy of itself in the Help folder (for example, C:\Program Files\AutoCAD 20xx\Help\logo.gif). Several other files are also modified and the ACADLSPASDOC system variable is set to 1, allowing the acad.vlx file to be loaded into other opened drawings, thereby corrupting them.

    The cleanup process outlined below detects and deletes any acad.vlx file before AutoCAD attempts to load it, preventing the spread of the virus.

     

    To prevent additional file corruptions

    You must be a system administrator on your Microsoft® Windows® operating system to complete this process.

    1. In your product installation folder, locate the Support folder (for example, C:\Program Files\AutoCAD 20xx\Support).

    2. In the Support folder, double-click the acad20xx.lsp file (for example, the acad20xx.lsp file). Add the code below to the file. AutoCAD will detect and delete the acad.vlx and logo.gif files.

      (defun cleanvirus( / lspfiles lspfile x)
        (setq lspfiles '("acad.vlx" "logo.gif"))
        (foreach lspfile lspfiles
          (while (setq x (findfile lspfile))
            (progn
              (vl-file-delete x)
              (princ "\nDeleted file ")
              (princ x)
            );progn
          );while
        );foreach
      )
      (cleanvirus)

    3. Open each of the following files:
      • C:\Program Files\AutoCAD 20xx\Express\acetauto.lsp
      • C:\Program Files\AutoCAD 20xx\Support\ai_utils.lsp
      • ROAMABLEROOTPREFIX\Support\acad.mnl
        Note: Replace ROAMABLEROOTPREFIX with the value returned by the ROAMABLEROOTPREFIX system variable.
    4. If present, delete the following line of code:

      (vl-file-copy(findfile(vl-list->string'(108 111 103 111 46 103 105 102)))(vl-list->string'(97 99 97 100 46 118 108 120)))

    ****************************************************************************************************************************************************************************************

     

    didnt work out....

    cant find this :

    *"C:\Program Files\AutoCAD 20xx\Support\ai_utils.lsp"

    * "(vl-file-copy(findfile(vl-list->string'(108 111 103 111 46 103 105 102)))(vl-list->string'(97 99 97 100 46 118 108 120)))"......

    Please use plain text.
    *Expert Elite*
    heinsite
    Posts: 793
    Registered: ‎03-15-2008

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-19-2012 12:04 AM in reply to: jrparreno

    The answer to this one is right in front of you...

     

    http://lmgtfy.com/?q=autocad+virus+removal+cambodia

     

    Dave.

    ------------------------------------------------------
    Dave Hein, P.E.
    Please use plain text.
    Member
    Posts: 5
    Registered: ‎05-17-2012

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-19-2012 12:43 AM in reply to: jrparreno

     

    TRIED

    SEARCHING

     

    .fas files and then deleting them, emptied my recycle bin...

     

     

    and still the anti vrus cambodia thing still Pops Up..... taunting me....:catmad:

     

    please anybody any more solutions... ? please help...

     

    willing to try more....

    Please use plain text.
    Member
    Posts: 5
    Registered: ‎05-17-2012

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-19-2012 02:46 AM in reply to: jrparreno

    this is a good solution:

     

    http://www.youtube.com/watch?v=Kh10cDF8KbQ

     

    deleting .fas, & all .lsp files would work...only if:

    *you close all autcad programs that are running

    when searching you need to>

    *uncheck >hide protected operating system files< in folder options view tab

    *check  >show hidden files and folder< in folder options view tab

    *restart windows

     

    *before you try opening autocad again, try searching again for the virus.... if found delete again... & restart windows...

     

    it work for me... thanx! hope this will help future victims of this virus....

    Please use plain text.
    Member
    Posts: 5
    Registered: ‎05-17-2012

    Re: suspicious autocad message about antivirus software at startup in autocad

    05-19-2012 02:48 AM in reply to: heinsite

    thanks!

    got the problem solved already....

    this helped but would be best if gave a more specific advise..thanks again anyway...

    Please use plain text.