[GUIDE] Add Store to Windows 10 EnterpriseS SKU (LTSB/LTSC)

Discussion in 'Windows 10' started by Tito, Aug 9, 2016.

  1. Hypnofrog

    Hypnofrog MDL Novice

    Sep 7, 2015
    2
    0
    0
    It would be great if someone could adapt the existing package including .bat.
     
  2. My VN

    My VN MDL Junior Member

    Oct 10, 2018
    60
    10
    0
    how to add store on LTSC 2021 sir? Thanks !
     
  3. freiwald

    freiwald MDL Senior Member

    Jul 27, 2015
    315
    177
    10
    MicrosoftStore-RS5 which i used for ltsc 2019 still works for me on ltsc 2021
     
  4. Dalai Lamer

    Dalai Lamer MDL Novice

    Aug 16, 2016
    11
    3
    0
    I've successfully installed the msStore in LTSC 2021 using the "Add-Store-Dynamic" script

    these are the required dependencies:
    - Microsoft.NET.Native.Framework.2.2
    - Microsoft.NET.Native.Runtime.2.2
    - Microsoft.VCLibs.140.00



    I also was able to test "Add-Store-2020404" release
    DesktopAppInstaller, StorePurchaseApp, WindowsStore, XboxIdentityProvider were all installed and updated successfully
     
  5. catherine007

    catherine007 MDL Novice

    Oct 15, 2019
    1
    0
    0
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
  7. gdeliana

    gdeliana MDL Senior Member

    Oct 2, 2010
    365
    417
    10
    Hello everyone,

    Can store 21 be installed in ltsc 19 ?
     
  8. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
  10. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    Thanks!
    This:
    is what I needed, thanks! The path was different for live system though:
    Code:
    "c:\ProgramData\Microsoft\Windows\ClipSVC\Archive\Apps\"
    Importing that license works just fine. I can use dummy VM machine to get any license I want.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    The live system path contain renamed licenses files
    you cannot distinguish them without checking each xml file

    why the trouble since install.wim + 7-zip is easier?
     
  12. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,675
    2,225
    60
    You just have to read the post directly above yours.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,155
    21,099
    240
    @xwing1000
    problem from your side
    try adblock off
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    Using some heavy uBlock or Adblock?

    which file you want?
     
  15. xwing1000

    xwing1000 MDL Novice

    Oct 14, 2017
    14
    11
    0
    Ok. Added to whitelist in uBlock and can see links.
     
  16. uiox2000

    uiox2000 MDL Novice

    Feb 18, 2021
    1
    0
    0
    I'm getting this error when I try try to install Windows Store on Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe
    Code:
    App installation failed with error message: error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2212.3920.0_x64__cw5n1h2txyewy. (0x80073d02)
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    Edit Add-Store.cmd and replace first occurrence
    Code:
    %_psc% Add-AppxPackage -Path %%i
    with
    Code:
    %_psc% Add-AppxPackage -Path %%i -ForceApplicationShutdown
    see if that works
     
  18. dothacker

    dothacker MDL Novice

    Jul 29, 2014
    1
    2
    0
    same error as uiox2000 while installing Store on LTSC 2021.
    And
    Code:
    %_psc% Add-AppxPackage -Path %%i -ForceApplicationShutdown
    
    solved this problem.