How to manually install .Net Framework 3.5

 

1. Depending on whether you are installing on Windows 10 or 11, copy one of the following folders;

W10:  S:\IT temp\Installation\NetFramework35\sxs10
W11: 
 S:\IT temp\Installation\NetFramework35\sxs11

 

2. Paste it to C:\installation on the computer which you are installing.

 

3. Depending on Windows 10 or 11, open an elevated Command Prompt (CMD as Admin) and run
the appropriate command below;

W10 - dism /online /enable-feature /featurename:NetFX3 /All /Source:c:\installation\sxs10 /LimitAccess
W11 - dism /online /enable-feature /featurename:NetFX3 /All /Source:c:\installation\sxs11 /LimitAccess

 

 

Remote Installation with PSExec

 

1. Depending on whether you are installing on Windows 10 or 11, copy one of the following folders;

W10:  S:\IT temp\Installation\NetFramework35\sxs10
W11: 
 S:\IT temp\Installation\NetFramework35\sxs11

 

2. Paste it to C:\installation on the computer which you are installing.

 

3. From a remote computer, find your PSExec folder/install and run the following;

W10:  .\psexec.exe \\HOSTNAME dism /online /enable-feature /featurename:NetFX3 /All /Source:c:\installation\sxs10 /LimitAccess

W11:  .\psexec.exe \\HOSTNAME dism /online /enable-feature /featurename:NetFX3 /All /Source:c:\installation\sxs11 /LimitAccess

 

 

 

Source Links

 

[FIX] .NET Framework 3.5/DISM Error 0x800F0954 In Windows 10

https://www.kapilarya.com/fix-net-framework-3-5-dism-error-0x800f0954-in-windows-10 

 

Enable .NET Framework 3.5 On Windows 10

https://www.kapilarya.com/how-to-enable-net-framework-3-5-on-windows-10 

 

Deploy .NET Framework 3.5 by using Deployment Image Servicing and Management (DISM)

https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/deploy-net-framework-35-by-using-deployment-image-servicing-and-management--dism?view=windows-11#using-dism-with-no-internet-connectivity 

 

Microsoft .NET Framework Repair Tool - Download

https://www.microsoft.com/en-us/download/details.aspx?id=30135 

 

How to use Microsoft .NET Framework Repair Tool For Windows 10

https://www.kapilarya.com/download-microsoft-net-framework-repair-tool-for-windows-10 

 

Using DISM on a Remote Host

https://stackoverflow.com/questions/40309030/using-dism-on-a-remote-host 

 

 

Loading…
Loading the web debug toolbar…
Attempt #