To install Microsoft .NET Framework do the procedure below:
1. Insert your Windows 10 Installation CD,or mount your Windows 10 ISO or your bootable flashdrive, either of these three.
2. Go to "This PC" to check what letter was assigned to your installation media. In my case it was drive E:
3. On your windows Run Command Prompt as Admin.
3.1(to do that press window button + R, then type cmd)
3.2(then click the icon from taskbar then open another command prompt to run as Admin, then close the first one.)
4. Now run the following command
Dism /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccessNote: Replace d "Source:E:" line with your drive letter if you use drive F: of installation media that would be "Source:F" depending whatever letter was assigned, In my case it was drive E:
5. Then Done! Microsoft .NET Framework will install on your WINDOWS 10.
Add Comments