search
HomeCommon ProblemWhat file is vlx

What file is vlx

Jan 06, 2020 am 10:19 AM

What file is vlx

The file that AutoCAD software automatically runs by default. This file will be automatically executed whenever the directory where the drawings opened using ACAD software is located. It was once a common way for CAD secondary development software to automatically load.                                                                                                                                                                                                    (Recommended learning: phpstorm)

When the file exists in some acad working directory or acad program directory, the acad software will also be automatically loaded. Nowadays, except for a very small number of secondary development software, they are basically in the form of CAD viruses. Generally speaking, the virus will automatically execute along with the drawings and infect acad software and secondary development software, even causing the drawing information to be destroyed, with serious consequences.

This is not actually an AutoCAD file provided by Autodesk. When AutoCAD loads the acad.vlx malicious file, it corrupts the drawing, causing a "Missing Language Pack" dialog box to pop up when you save and reopen the drawing.

The acad.vlx file will create a copy under the Help folder (for example, C:\Program Files\AutoCAD 2010\Help\logo.gif). Multiple other files will also be modified, and the value of the ACADLSPASDOC system variable will be changed to 1, which will allow the acad.vlx file to be loaded into other open drawings, causing damage to the drawing.

The following cleaning process will detect and delete the acad.vlx file before AutoCAD attempts to load it, preventing the spread of viruses.

To avoid damage to other files

You must complete this process as a system administrator of the Microsoft Windows operating system.

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

In the Support folder, double-click the acad20xx.lsp file (for example, the acad2010.lsp file). Add the following code to the file. AutoCAD will discover 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)

Open all the files below:

o C:\Program Files\AutoCAD 20xx\Express\acetauto.lsp
o C:\Program Files\AutoCAD 20xx\Support\ai_utils.lsp
o ROAMABLEROOTPREFIX\Support\acad.mnlo

Note: Replace ROAMABLEROOTPREFIX with the return value of the ROAMABLEROOTPREFIX system variable.

If the following code appears, please delete it:

(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)))

Save all files.

Note: There may not be the three files

o C:\Program Files\AutoCAD 20xx\Express\acetauto.lsp
o C:\Program Files\AutoCAD 20xx\Support\ai_utils.lsp

o ROAMABLEROOTPREFIX\Support\acad.mnlo in AutoCAD2004 or 2007. Don’t worry, just change the acad20xx.lsp file mentioned above. Can be solved.

The above is the detailed content of What file is vlx. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.