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

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


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.


See http://yellowduckguy.wordpress.com/2012/10/19/windows-8-fix-enable-feature-net-3-5-error-0x800f0906/ for a detailed description.

Enter in cmd (run with administratoir rights):dism /online /Enable-Feature /FeatureName:NetFX3 /All /Source:E:\Sources\SxS /LimitAccess (e: is your DVD drive)


You probably have a GPO that blocks updates directly from Microsoft. Did not check the WSUS server to see if the required packages were present. Simply made these registry changes and the PC was able to pull down the updates. Note, no need to undo these as the GPO will do it for you.

----- Below this line is the actual content to create your own .REG file -----Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate]"DisableWindowsUpdateAccess"=dword:00000000"DisableWindowsUpdateAccessMode"=dword:00000000