How to enable dot net 3.5 in windows 10?

2 answer(s)
Answer # 1 #

Alternatively, use command line: dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess (replace D: with installation media drive).

[2 Month]
Answer # 2 #

Control Panel → Programs → Turn Windows features on or off → Check .NET Framework 3.5 (includes .NET 2.0 and 3.0) → OK → Wait for installation.

[2 Month]