使用Dism删除了NetFx,现在想要它

编程入门 行业动态 更新时间:2024-10-16 21:33:45
本文介绍了使用Dism删除了NetFx,现在想要它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Hi,

在我无休止地追求减少我的系统我使用

in my neverending quest to slim down my system I removed NetFx using

Dism / online / Disable-Feature / FeatureName:NetFx / Remove 在windows 10 x86 10240 16384上运行在原子平板电脑上> 我不想删除整个NetFx,只有一些组件

Dism /online /Disable-Feature /FeatureName:NetFx /Remove on windows 10 x86 10240 16384 running on a atom tablet I didn’t want to remove the whole NetFx, only some components

现在我没有可选功能中的条目/复选框来安装.NETframework

Now I don’t have the entry / checkbox in optional features to install .NETframework

我运行4.6.2离线安装程序,它说安装完成但实际上并非如此。 (这太快了,不能成为现实在C下有任何东西:\ Windows \ Mesrosoft.NET)

I run the 4.6.2 offline installer, it says installation complete but actually it’s not. (It’s too fast to be true and don’t have anything under C:\Windows\Microsoft.NET)

我试过dism / enable-feature但它说它找不到指定的名字

I tried dism /enable-feature but it says it cannot find specified name

我运行dism / analyzecomponentstore,它说我有大约400兆的备份和禁用功能。 NetFx的清单仍然存在于winsxs

I run dism /analyzecomponentstore and it says I have about 400 megs of backup and disabled features. Manifests of NetFx are still present in winsxs

我想恢复NetFx主要是为了更好地利用PowerShell挖掘系统

I would like to restore NetFx mainly for digging in the system even more with PowerShell

推荐答案

嗨jututt,

Hi jututt,

感谢您在MSDN论坛上发帖。

Thank you for posting in MSDN forum.

>>我运行4.6.2离线安装程序,它表示安装已完成但实际上并非如此。 (它太快而不能在C:\ Windows下的任何东西下运行)

要检查.Net Framework是否已在您的计算机上安装良好,请参阅:

To check if the .Net Framework is installed well on your machine, please refer to:

如何:确定安装了哪些.NET Framework版本

检查名为 Release 的DWORD值。是否存在 发布 DWORD表示已在该计算机上安装了.NET Framework 4.5或更高版本。

Check for a DWORD value named Release. The existence of the Release DWORD indicates that the .NET Framework 4.5 or newer has been installed on that computer.

假设t他的.Net Framework 4.6.2确实安装不好,请使用 sfc / scannow来修复文件,请参阅这里有关该命令: technet.microsoft/en-us/library/bb491008.aspx

Suppose that the .Net Framework 4.6.2 is indeed not installed well, please use usesfc /scannow to repair the files, seehere about that command: technet.microsoft/en-us/library/bb491008.aspx

然后重新下载: www.microsoft/ en-us / download / details.aspx?id = 53344

最好的问候,

更多推荐

使用Dism删除了NetFx,现在想要它

本文发布于:2023-11-01 01:55:23,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1547909.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Dism   NetFx

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!