Problem
When you select to install .NET Framework in the Windows Features list in the Control Panel, it does not complete. After asking if you’d like to use Windows Update, it then gives you an error code 0x800F081F
Solution
You need "microsoft-windows-netfx3-ondemand-package.cab" from windows 10 .IOS file in order to run this command
When you select to install .NET Framework in the Windows Features list in the Control Panel, it does not complete. After asking if you’d like to use Windows Update, it then gives you an error code 0x800F081F
Solution
- Insert Windows 10 installation CD or mount the ISO
- Open an administrator command prompt
- Type the following command (substitute correct drive letter)
Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:\sources\sxs /LimitAccess
You need "microsoft-windows-netfx3-ondemand-package.cab" from windows 10 .IOS file in order to run this command