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

前端 未结 10 2284
面向向阳花
面向向阳花 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:06

    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
    

提交回复
热议问题