mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
Merged PR 14774: restore fixes from public PRs 2884 and 2886 that got lost yesterday
This commit is contained in:
@ -8,16 +8,16 @@ ms.pagetype: article
|
|||||||
ms.author: elizapo
|
ms.author: elizapo
|
||||||
author: lizap
|
author: lizap
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 10/18/2018
|
ms.date: 03/13/2019
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
# How to make Features on Demand and language packs available when you're using WSUS/SCCM
|
# How to make Features on Demand and language packs available when you're using WSUS/SCCM
|
||||||
|
|
||||||
> Applies to: Windows 10
|
> Applies to: Windows 10
|
||||||
|
|
||||||
As of Windows 10 version 1709, you cannot use Windows Server Update Services (WSUS) to host [Features on Demand](https://docs.microsoft.com/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) (FOD) and language packs for Windows 10 clients locally. Instead, you can enforce a Group Policy setting that tells the clients to pull them directly from Windows Update. You can also host FOD and language packs on a network share, but starting with Windows 10 version 1809, language packs can only be installed from Windows Update.
|
As of Windows 10 version 1709, you cannot use Windows Server Update Services (WSUS) to host [Features on Demand](https://docs.microsoft.com/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities) (FOD) and language packs for Windows 10 clients locally. Instead, you can enforce a Group Policy setting that tells the clients to pull them directly from Windows Update. You can also host FOD and language packs on a network share, but starting with Windows 10 version 1809, FOD and language packs can only be installed from Windows Update.
|
||||||
|
|
||||||
For Windows domain environments running WSUS or SCCM, change the **Specify settings for optional component installation and component repair** policy to enable downloading language and FOD packs from Windows Update. This setting is located in `Computer Configuration\Administrative Templates\System` in the Group Policy Editor.
|
For Windows domain environments running WSUS or SCCM, change the **Specify settings for optional component installation and component repair** policy to enable downloading FOD and language packs from Windows Update. This setting is located in `Computer Configuration\Administrative Templates\System` in the Group Policy Editor.
|
||||||
|
|
||||||
Changing this policy does not affect how other updates are distributed. They continue to come from WSUS or SCCM as you have scheduled them.
|
Changing this policy does not affect how other updates are distributed. They continue to come from WSUS or SCCM as you have scheduled them.
|
||||||
|
|
||||||
|
@ -103,6 +103,7 @@ netsh winhttp set proxy ProxyServerName:PortNumber
|
|||||||
If downloads through a proxy server fail with a 0x80d05001 DO_E_HTTP_BLOCKSIZE_MISMATCH error, or if you notice high CPU usage while updates are downloading, check the proxy configuration to permit HTTP RANGE requests to run.
|
If downloads through a proxy server fail with a 0x80d05001 DO_E_HTTP_BLOCKSIZE_MISMATCH error, or if you notice high CPU usage while updates are downloading, check the proxy configuration to permit HTTP RANGE requests to run.
|
||||||
|
|
||||||
You may choose to apply a rule to permit HTTP RANGE requests for the following URLs:
|
You may choose to apply a rule to permit HTTP RANGE requests for the following URLs:
|
||||||
|
|
||||||
*.download.windowsupdate.com
|
*.download.windowsupdate.com
|
||||||
*.dl.delivery.mp.microsoft.com
|
*.dl.delivery.mp.microsoft.com
|
||||||
*.emdl.ws.microsoft.com
|
*.emdl.ws.microsoft.com
|
||||||
|
Reference in New Issue
Block a user