.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Hello @Aman Kaushik ,
Thanks for your question.
Since the standard download keeps stalling, it means your computer's connection to the Windows Update servers for this specific feature is blocked.
Instead of downloading .NET 3.5 through the update servers, we are going to extract it directly from an official Windows installation file using a command-line.
- Download Windows Media Creation Tool.
- Run it and select
Create installation media>ISO file. - After the ISO downloads, double-click it to mount it.
- Note the drive letter assigned to the mounted ISO (for example, F:).
- Open
Command Prompt as Administrator. - Run the command below, replacing
F:with your ISO drive letter:
dism /online /enable-feature /featurename:NetFX3 /Source:F:\Sources\sxs /LimitAccess
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback. Thank you.