找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 27|回复: 0

acadvlx-clean.exe

[复制链接]

32万

主题

0

回帖

96万

积分

超级版主

积分
964681
发表于 2025-3-14 12:22:11 | 显示全部楼层 |阅读模式
软件标签:  acad   cad病毒
acadvlx-clean.exe是一款非常强大的acad.vlx病毒清理工具。软件的病毒查杀能力强,凡是被杀了的病毒,是不会再恢复的。软件还在不断更新中,功能会越来越强大的。
解决方法
这实际上不是autodesk提供的autocad文件。当autocad载入acad.vlx恶意文件时,会使绘图损坏,进而导致在您保存并重新打开工程图时弹出“缺少语言包”( missing language pack )对话框。

acad.vlx文件会在help文件夹下面创建一个副本(例如,c:program filesautocad 2010helplogo.gif)。其它多个文件也会被修改,同时acadlspasdoc系统变量的值会被改为1,这将允许acad.vlx文件载入到其它打开的工程图中,导致工程图损坏。
acadvlx-clean.exe使用方法
下述清理流程将在autocad试图加载acad.vlx 文件之前发现该文件并将其删除,防止病毒的传播。

为了避免其它文件的损坏

您必须以microsoft windows操作系统的系统管理员身份完成本流程。

在您的产品安装目录中,找到support 文件夹(例如,c:program filesautocad 2010support)。

在support文件夹内,双击acad20xx.lsp文件(例如,acad2010.lsp文件)。 在文件中加入下面的代码。 autocad将发现并删除acad.vlx和logo.gif 文件。

(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 "
deleted file ")

(princ x)

);progn

);while

);foreach

)

(cleanvirus)

打开下面的所有文件:

o c:program filesautocad 20xxexpressacetauto.lsp

o c:program filesautocad 20xxsupportai_utils.lsp

o roamablerootprefixsupportacad.mnlo

备注: 将roamablerootprefix替换为roamablerootprefix 系统变量的返回值。

如果出现下列代码,请删除:

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

保存所有文件。

备注:在autocad2004或2007中有可能并没有

o c:program filesautocad 20xxexpressacetauto.lsp

o c:program filesautocad 20xxsupportai_utils.lsp

o roamablerootprefixsupportacad.mnlo这三个文件,不用担心,只更改上面说的acad20xx.lsp文件即可解决。


aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|ziyuan80.com

GMT+8, 2025-8-11 07:29 , Processed in 0.079206 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表