How to Install .Net 3.5 in Windows

How-to-Install-.Net-3.5-in-Windows

Welcome, students, to our comprehensive guide on how to install .NET 3.5 in Windows ! In this blog post, we will explore the step-by-step process of setting up .NET 3.5 on Windows 8, 10, and 11. Whether you’re a beginner or have some experience with software installation, this guide will provide you with all the information you need to successfully install .NET 3.5 on your Windows operating system.

How to Install .net 3.5 in Windows : Method 1

Use the below powershell command’s to install the .net 3.5 in windows 8/10 and 11.

1. Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 0

2. Get-Service wuauserv | Restart-Service

3. Add-WindowsCapability –Online -Name NetFx3~~~~

4. Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 1

How-to-install-.net-3.5-in-windows-2

How to Install .net 3.5 in Windows : Method 2

Use the below powershell command’s to install the .net 3.5 in windows 8/10 and 11.

1. Copy Windows 10 ISO in any folder like c:\Temp .

2. Right click on iso and click on mount.

3. Verify the drive letter where iso mounted like E,F and G etc.

4. User this command and replace the drive letter which is highlighted in red with your drive letter.

 

Here is the command :- DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:E:\sources\sxs /All /LimitAccess

You have to wait 15 seconds.


Spread the love

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top