张兵
Windows 11 安装AutoCAD 出错,无法安装 netfx3 的解决方法
2023-3-11 00:01
阅读:2284

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

试试以上的命令,应该有管用的 :(


转载本文请联系原作者获取授权,同时请注明本文来自张兵科学网博客。

链接地址:https://wap.sciencenet.cn/blog-331295-1379834.html?mobile=1

收藏

分享到:

当前推荐数:1
推荐人:
推荐到博客首页
网友评论0 条评论
确定删除指定的回复吗?
确定删除本博文吗?