
2006-03-29
我运行CAD2004后,系统中有一个WSCommCntr1的进程(图1),该文件位于C:\Program Files\Common Files\Autodesk Shared,我把它删除后,每次运行cad时会弹出一个对话框(图2)。请问怎么才能让这个进程不自动运行而且不会弹出那个框?
运行安装程序:X:\Bin\ACADFeui\Support\CADManagerControl目录下的CMControl。exe,X代表磁盘路径。
选择版本号,进入管理员设置然后禁用通讯中心就可以了。 如图
或者用修改注册表的方法也可以,打开记事本写入以下内容:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。 0\ACAD-201:804\CadManagerControl\CommunicationCenter]
"EnableCommunicationCenter"=dword:0
[HKEY_LOCAL_M...全部
运行安装程序:X:\Bin\ACADFeui\Support\CADManagerControl目录下的CMControl。exe,X代表磁盘路径。
选择版本号,进入管理员设置然后禁用通讯中心就可以了。
如图
或者用修改注册表的方法也可以,打开记事本写入以下内容:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。
0\ACAD-201:804\CadManagerControl\CommunicationCenter]
"EnableCommunicationCenter"=dword:0
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。
0\ACAD-201:804\CadManagerControl\CommunicationCenter]
"MaintenancePatchNotificationOption"=dword:1
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。
0\ACAD-201:804\CadManagerControl\CommunicationCenter]
"LocalPatchListLocation"=""
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。
0\ACAD-201:804\CadManagerControl\CommunicationCenter]
"EnableNonPatchNotifications"=dword:1
[HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R16。
0\ACAD-201:804\CadManagerControl\DesignCenter]
"EnableDesignCenter"=dword:1
另存为。reg文件,然后双击后,写入注册表。
收起