1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
  2. Tom Mix

    Tom Mix MDL Junior Member

    Jul 24, 2009
    84
    15
    0
    check your BuildLab and BuildLabEx values on a LTSC2019 or Server2019 or Server2022
    they are plausible/consistent.
     
  3. GT500s

    GT500s MDL Novice

    Dec 9, 2015
    34
    7
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
    Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx

    A double click prompts a notice from windows that it cannot open this type of file

    Why ever not?

    cheers
     
  5. Mister Dev

    Mister Dev MDL Novice

    Jul 11, 2021
    26
    9
    0
    APPX packages are installed using PowerShell (run as admin):
    Code:
    Add-AppxPackage -Path <path_to_the_appx_file>
     
  6. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    It doesn't work like a MSU update. You have to add it with either DISM or powershell.
    The full verbose command is something like:
    Code:
    PS Add-AppxProvisionedPackage -Online -PackagePath Pathtofile\filename.appx -DependencyPackagePath Dependencyfilepath\Dependencyfilename.appx -LicensePath Pathtolicense\Microsoft.StorePurchaseApp_8wekyb3d8bbwe.xml
    
    With just the vclib, you could probably omit the dependency and license lines as vclib is a dependency itself.
     
  8. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
    Thank you for your prompt and clear instructions.
     
  9. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
    And I thank you too for the extraordinarily detailed instructions.
    I had already gone with the not so verbose option and that has worked,
    cheers
     
  10. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    280
    279
    10
    #851 Dude Guyman, Nov 22, 2021
    Last edited: Nov 22, 2021
    One I found was USB audio devices work better for me. In LTSC 1809 usb audio had constant micro-dropouts/stutters. Major PITA for USB audio interfaces for home recording.
     
  11. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    368
    270
    10
    Can't uninstall LCU KB5006670 inside the Image.

    even re-install the LCU update still not work.
     
  12. Ziad Ayman

    Ziad Ayman MDL Novice

    Apr 6, 2021
    1
    0
    0
    Sadly, the same thing and wireless display doesn't work too
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #854 xinso, Nov 22, 2021
    Last edited: Nov 22, 2021
    It is not possible to uninstall it because the image base has been resetted. i.e. updated initial packages are gone.

    Re-install, or install latest one, OK.
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Not sure what you mean. Is KB5006670 the one that is included in the ISO normally? If so, they are impossible to remove.
    What are you trying to accomplish?
     
  15. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    368
    270
    10
    I can install the latest LCU(19041.1381) and remove this one. But then the latest LCU is not able to remove.

    Which I still can't get an 19041.1 image.
     
  16. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    368
    270
    10
    I want to get a Windows 10 LTSC (N) 19041.1 image without any updates.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #858 xinso, Nov 22, 2021
    Last edited: Nov 22, 2021
  18. whitestar_999

    whitestar_999 MDL Addicted

    Dec 9, 2011
    713
    318
    30
    No such image available, MS only released the image with update already integrated. You will have to create such an image yourself from some other windows version.
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    It's not possible to remove MS updates from a MS compiled ISO, afaik.
    I'm not even sure the non-updated files are still present, and if they are, they are likely only present in a delta format for archiving.
    I'm not aware of any workarounds to get dism to "undo" the updates.
    You might try taking a 19041 image and just gutting the store out of it and seeing if you can make a few minor tweaks to make it more like ltsc if that's what you really want.