Windows 8.1 unable to install .NET Framework 3.5 0*800F0906

前端 未结 10 2454
面向向阳花
面向向阳花 2021-02-08 08:43

After trying to install .net 3.5 via the program and features (see below). I was getting unable to install error 800F0906

I am using windows 8.1.

10条回答
  •  天命终不由人
    2021-02-08 09:29

    I inserted windows 8.1 dvd and mounted to d drive then executed from powershell.

    1. Open admin command prompt
    2. Type powershell
    3. From ps prompt type

    Enable-WindowsOptionalFeature -Online -FeatureName 'NetFx3' -Source 'd:\sources\sxs'

    1. It did take 5 minutes to run.

提交回复
热议问题