Rexxer

Some tips for me and other

Windows 10 + .Net 3.5 install issue

Following command can be used to install .NET 3.5 on Windows 10 without internet connection:

Dism.exe /online /enable-feature /featurename:NetFX3 /source:F:\sources\sxs /LimitAccess

Where, F: is your installation media.

Also, there’s tool to install .NET 3.5 offline from your existing Windows 10 installation media: http://www.techgainer.com/tools/net-framework-3-5-offline-installer-windows-10-8-x/

Image

Source: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/how-to-instal-net-framework-35-on-windows-10/450b3ba6-4d19-45ae-840e-78519f36d7a4

Comments are currently closed.