Search results

  1. A

    PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1

    StavrosTsik Try v2 https://github.com/abbodi1406/WHD/raw/master/scripts/ESD2CAB-CAB2ESD-2.zip p.s. dism.exe can install esd, cab v1 (compressed manifest files), cab v2 (expanded manifest files) but lpksetup.exe is too picky
  2. A

    Office 2019 Pro will not install

    As i remember, if you place ODT setup.exe and configuration.xml inside Office folder, then you don't need to specify SourcePath, it's auto detected
  3. A

    Including winget in NTLite image for Post-Setup installs

    "Add-AppxProvisionedPackage" to mounted install.wim, that's the only way
  4. A

    [Solved] Error when integrating updates? (W10 22H2)

    What's weird about them? :) they changed the CBS package name for SSUs (for all Win 10/11) since September or November 2021 now each SSU has aunique name (e.g. Package_for_ServicingStack_1371) instead shared name "Package_for_ServicingStack", which prevent SSUs from automatically supersede...
  5. A

    [Solved] Error when integrating updates? (W10 22H2)

    Did you cross-check the possible reasons? try adding SSU KB5014032
  6. A

    Integrating DotNet4.8 Feature Pack and [latest] DotNet CU/Service Pack

    Do you enable .NET 3.5 before adding .NET 4.8? neither kb4486129 or kb5020873 trigger pending installation in my test (after adding SSU) but i didn't try installing the image
  7. A

    How to insert NET Framework 3.5?

    1. Not needed, main language pack contain NetFx3 lang resources
  8. A

    Language Packs

    Change SERVER to CLIENT in the url
  9. A

    LangPack Integration (21H2's Appx vs 1809's CAB files) - Cross-Apply process Change Question

    It's the same predictable file name scheme :) but they started to make it harder with GUID in W11 22H2 22621 http://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/22621.1.220506-1250.ni_release_amd64fre_ADK.iso...
  10. A

    LangPack Integration (21H2's Appx vs 1809's CAB files) - Cross-Apply process Change Question

    ADK WinPE addon still available and include the same (or less) WinPE lang packs main pack had been named lp.cab since Wndows 8 :) with Vista/7 AIK it was lp_fr-fr.cab now you mentioned it, why don't add links for adkwinpeaddons.iso instead adkwinpesetup.exe here? :)...
  11. A

    PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1

    I guess because 7061touchwp word comes first alphabetically, the app is installed first before dependencies maybe you can install .appx files first, before msix/msixbundle/appsbundle
  12. A

    Language Packs

    Whenever you add lang packs to image that contain updates, you must add/readd the updates (latest cumulative update) after it
  13. A

    Language Packs

    Add/readd the updates after language packs
  14. A

    Programmatically disable Tamper Protection

    It works on a live system, if you managed to stop WinDefend service NSudo (or similar tools) is required to overcome registry permissions
  15. A

    Help, do you have any problems with task manager not responding when closing.

    I have the same behavior on Windows 8.1 (unmodified, few registry tweaks) i think it's harmless glitch, probably it hang because it didn't finish loading/unloading the handles too quickly
  16. A

    Help, do you have any problems with task manager not responding when closing.

    Does it occur whenever you close task manager? or only when you open task manager and then close it quickly?
  17. A

    DISM Error: 14107 on Windows 8.1 U3

    Online servicing is logged in CBS.log 7z and upload, or check it yourself by search for ", error" without quotes
  18. A

    Doubt about .NET Framework 4.8.1 Update

    Yeah, The web installer took more than a week to work, sloppy MS :D
  19. A

    Doubt about .NET Framework 4.8.1 Update

    The integratable (compressed) cab files: x86: http://go.microsoft.com/fwlink/?LinkID=2203225 x64: http://go.microsoft.com/fwlink/?LinkID=2203406 amr64: http://go.microsoft.com/fwlink/?LinkID=2203407
  20. A

    Getting the full path to NTLite's mounted image directory

    Or from registry :) for /f "tokens=3*" %%a in ('reg.exe query "HKLM\SOFTWARE\Microsoft\WIMMount\Mounted Images" /s /v "Mount Path" 2^>nul ^| findstr /i /c:"Mount Path"') do echo "%%b"
Back
Top