|
Windows 11 安装AutoCAD 2008的方法之一
https://blog.sciencenet.cn/blog-331295-1327582.html
提到 原因:在window10, 11系统中没有自带NetFramework 3.5(2.0,.3.0),而AutoCAD2008等部分软件需要些文件。在安装这些软件之前,需要安装NetFramework 3.5。
最近windows 11,安装AutoCAD 2023 出现问题了,
症状有:安装后出错 pm16.dll 找不到,windows update 服务无法启动,dism 安装netfx3 不成功......
解决的方法可能如下:
(1)修复系统,可以用火绒安全软件 再次修复
Windows 10 or 8: To repair the Microsoft .NET Framework
Download and run the Microsoft .NET Framework Repair Tool.
Additionally, run the System File Checker:
Click the Windows Search button in the status bar and type in CMD.
Right-click cmd.exe and choose "Run as administrator."
Type in the command: SFC /SCANNOW. Wait for it to finish.
(2)安装netfx3
下载的名为NetFx3.cab的离线安装包放到Win10/11系统盘C:\Windows文件夹里,
然后以管理员身份运行命令提示符,输入并回车运行以下命令:
dism /online /Enable-Feature /FeatureName:NetFx3 /Source:"%windir%" /LimitAccess
dism.exe /online /add-package /packagepath:C:\WINDOWS\netfx3.cab
dism.exe /online /enable-feature /featurename:NetFX3 /Source:C:\WINDOWS\netfx3.cab
试试以上的命令,应该有管用的 :(
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-12-26 19:07
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社