Windows 10 1809 Language Packs Direct Download

1 - Open NTLite, mount the image you want language packs for. After it finishes mounting the image, you'll see something like 'Windows 10 Enterprise LTSC 2019 (1809) x64 - Client 17763.107' This last number is the build numbe and the information we need. 2 - Go to and look up your build number. Patch Manager Plus supports the deployment of feature packs for multiple languages. Navigate to patch store location: Patch Management - Cleanup Settings and copy the downloaded iso file manually into the Store directory and rename the files accordingly. Note - To deploy Win 10 feature packs in more than one language, check the respective ISO. Microsoft.NET Framework 4.8 Language Packs for Windows 10 Version 1803 for x64 (KB4087642) Windows 10. If you are installing Windows 10 on a PC running Windows XP or Windows Vista, or if you need to create installation media to install Windows 10 on a different PC, see Using the tool to create installation media (USB flash drive, DVD, or ISO file) to install Windows 10 on a different PC section below. 'Starting in Windows 10 version 1809 'October 2018 Update', Microsoft will discontinue language packs in the CAB format. As you may already know, Windows 10 version 1803, which is the latest stable version of the OS as of this writing, has introduced Local Experience Packs, also referred to as LXPs.

  1. Windows 10 Version 1809 Language Packs Direct Download Links
  2. Windows 10 1809 Language Packs Direct Download Full
  3. Windows 10 1809 Language Pack Direct Download

Bit of a pickle here.
Preface: my environment has *zero* internet connectivity
I'm building a Windows 10 v1809 image and all is going well except... one item. SNMP. We still [sigh] have legacy things that need to poll SNMP off our machines and as such, I still have to install SNMP on said machines. No problem right? MDT. Add Roles/Features. SNMP. Done? Nope. Kaboom. Role/Feature does not exist. I dig some more into it and notice it is no longer listed on the old add/remove features we've had for uh... a very long time including prior revs of Win10. NOW it is a + button in the 'manage optional features' in the new Win10 Apps widget. Did I try the easy way and push the button? Yes. Fails. Error in the history says 'Contact your administrator to add this feature' ...
Ok whatever, I can Powershell/DISM this. Get-WindowsCapability returns the SNMP item I want. I go to add it via Add-WindowsCapability and... fail.
Add-WindowsCapability -Online -Name 'SNMP.CLIENT~~~~0.0.1.0'
Error code = 0x800f0954
Fine, let's try this another way as I found an article that said you can grab the CAB files for these and just install them as a package in MDT. I grab the CAB file, setup a package and try to deploy. Failed. Let's try ANOTHER way... DISM.
DISM /Online /Add-Package /PackagePath:Mirosoft-Windows-SNMP-Client-Package-[blob of numbers]~wow64~en~US~.cab
DISM runs. Operation succesful. Woot!
Next step, let's see if this turned it on [I'm a DISM noob] so I do a Get-WindowsCapability -Online -Name 'SNMP*' and.... State: NotPresent
Ok we got this... DISM again.
DISM /Add-Capability /CapabilityName:SNMP.Client~~~~0.0.1.0
DISM runs. 100% progress. Error: 0x800f0954 [again]
*insert screaming sounds here*
Let's look at the DISM log...

2019-02-20 13:26:17, Info DISM DISM Package Manager: PID=996 TID=11004 Processing the top level command token(add-capability). - CPackageManagerCLIHandler::Private_ValidateCmdLine
2019-02-20 13:26:17, Info DISM DISM Package Manager: PID=996 TID=11004 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
2019-02-20 13:26:17, Info DISM DISM Package Manager: PID=996 TID=11004 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
2019-02-20 13:26:17, Info DISM DISM Package Manager: PID=996 TID=11004 CBS session options=0x40100! - CDISMPackageManager::Internal_Finalize
2019-02-20 13:26:33, Info DISM DISM Package Manager: PID=996 TID=4944 Error in operation: (null) (CBS HRESULT=0x800f0954) - CCbsConUIHandler::Error
2019-02-20 13:26:33, Error DISM DISM Package Manager: PID=996 TID=11004 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0954)
2019-02-20 13:26:33, Error DISM DISM Package Manager: PID=996 TID=11004 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x800f0954)
2019-02-20 13:26:33, Error DISM DISM Package Manager: PID=996 TID=11004 Failed to install capability. - CPackageManagerCLIHandler::ProcessCmdLine_AddCapability(hr:0x800f0954)
2019-02-20 13:26:33, Error DISM DISM Package Manager: PID=996 TID=11004 Failed while processing command add-capability. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0954)
2019-02-20 13:26:33, Info DISM DISM Package Manager: PID=996 TID=11004 Further logs for online package and feature related operations can be found at %WINDIR%logsCBScbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
2019-02-20 13:26:33, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0954

Also noticed it said more in the CBS.log so grabbed snippets there too..
2019-02-20 13:26:33, Info CBS DWLD:Failed to do Windows update search [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS FC: WindowsUpdateDownloadFromUUP returns. [0x800F0954]
2019-02-20 13:26:33, Error CBS FC: CFCAcquirerWUClient::Download(136): Result = 0x800F0954
2019-02-20 13:26:33, Error CBS FC: CFCAcquirerWrapper::Execute(147): Result = 0x800F0954
2019-02-20 13:26:33, Info CBS Exec: Failed to download FOD from WU, make session retry candidate
2019-02-20 13:26:33, Info CBS Failed to get uup features from WU, sessionData: {'ModuleID':'FOD','Features':[{'name':'SNMP.Client~~1.0'}]} [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS Failed to download FOD from WU [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS Exec: Failed to retrieve FOD payload [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS Failed to download and plan capabilities [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS Failed to plan execution. [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Error CBS Failed to process single phase execution. [HRESULT = 0x800f0954 - CBS_E_INVALID_WINDOWS_UPDATE_COUNT_WSUS]
2019-02-20 13:26:33, Info CBS WER: Generating failure report for package: Microsoft-Windows-SNMP-Client-Package~31bf3856ad364e35~amd64~~10.0.17763.1, status: 0x800f0954, failure source: CBS Other, start state: Absent, target state: Absent, client id: DISM Package Manager Provider
2019-02-20 13:26:33, Info CBS Not able to query DisableWerReporting flag. Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

1809WindowsBest I can tell, it can't find the files it needs.

Windows 10 1809 Language Packs Direct Download Full


We have WSUS. I have Features on Demand enabled for Windows 10. When I search my catalog I see FOD for NET 3.5, DirectX, Language Packs... but not SNMP, SSH, etc. I tried one trick noted online to tell WU to not use WSUS server but that just makes it try to talk to Windows Update [internet] which fails due to ... no internet. I have a feeling the CAB files might work and I'm just not doing something right with them.

Windows 10 1809 Language Pack Direct Download


Anyone gotten this [or any offline FOD installs] to work? I'm able to add .NET 3.5 just fine via MDT roles/features but that one also still shows on the 'legacy' add/remove features vs the new 'Apps' one.
Thanks