31 May 2018

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 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 Note : Change drive name to "X:"...