Wednesday 10 January 2018

.net framework 3.5 won't install on Windows 10


I downloaded the .net framework 3.5 from Microsoft and tried to install it but it won't install on Windows 10. My system doesn't have access to the Internet because the wireless adapter is not working, that's why I downloaded the framework and tried to install it manually.



Answer



This is probably because your machine is wanting to go out to the net to get the install media for the .net framework.


If you have your windows 10 media available, try the following in a command prompt (run as administrator)


DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

(where d:\ is your windows 10 media)


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...