REM Install Extra Features (Change 'es-ES' to your target) DISM /Online /Add-Capability /CapabilityName:Language.Handwriting~~~es-ES~0.0.1.0 /Source:D:\FOD /LimitAccess DISM /Online /Add-Capability /CapabilityName:Language.OCR~~~es-ES~0.0.1.0 /Source:D:\FOD /LimitAccess DISM /Online /Add-Capability /CapabilityName:Language.TextToSpeech~~~es-ES~0.0.1.0 /Source:D:\FOD /LimitAccess

:: Install Basic Typing and Proofing Tools dism /online /add-package /packagepath:"F:\Microsoft-Windows-LanguageFeatures-Basic-es-es-Package~31bf3856ad364e35~amd64~~.cab" :: Install Handwriting Recognition dism /online /add-package /packagepath:"F:\Microsoft-Windows-LanguageFeatures-Handwriting-es-es-Package~31bf3856ad364e35~amd64~~.cab" :: Install Text-to-Speech (TTS) dism /online /add-package /packagepath:"F:\Microsoft-Windows-LanguageFeatures-TextToSpeech-es-es-Package~31bf3856ad364e35~amd64~~.cab" :: Install Speech Recognition dism /online /add-package /packagepath:"F:\Microsoft-Windows-LanguageFeatures-Speech-es-es-Package~31bf3856ad364e35~amd64~~.cab" Use code with caution. Method 2: Installing Local Experience Packs (LXPs) Offline

⚠️ : lpksetup can only install the core language pack. It cannot install the FOD extras. For a complete offline installation, DISM remains the superior method.

The Deployment Image Servicing and Management (DISM) tool is the most robust method for both live systems and offline image servicing. Step 1: Mount the Language Pack ISO

If you are dealing with a specifically large deployment, before installation. Let me know if that would be helpful. Share public link

Microsoft Windows 10 Language Pack Offline Install: A Comprehensive Guide

– Language packs are build‑specific . A pack created for Windows 10 version 21H1 will not work on version 22H2 or 1809. Attempting to install a mismatched pack will typically result in error code 0x800f081e .

Despite careful preparation, offline language pack installations can fail. Below are the most frequent error codes and their solutions.

and the methods for deploying them without an active internet connection. Microsoft Community Hub Core Components for Offline Installation