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

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

  1. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,702
    5,105
    120
    It work fine ..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,538
    13,528
    340
  3. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,304
    1,534
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,538
    13,528
    340
    #1184 xinso, Dec 6, 2022
    Last edited: Dec 6, 2022
    (I cannot follow you.)

    Anyway, it is also nice to add those two files without error prompt. Thanks.
     
  5. Stradus

    Stradus MDL Novice

    Dec 5, 2022
    1
    0
    0
    I managed to get the Store up and running in Server Datacenter 2022 but can't install apps. Guess it's impossible then...
     
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,304
    1,534
    90
    windows store not works on server 2022 because product policy block windows store
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,304
    1,534
    90
    install ltsc 2021 and convert to iot ltsc 2021 to have update up to 2032 after add windows store , the best option for maximum compatibility
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    234
    24
    10
    I used the script on github on LTSC 2021 but the store crashes
     
  9. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,304
    1,534
    90
    try this

    open command promp admin right

    write : wsreset -i

    works fine with windows 10 any build ( original )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. spinalGR

    spinalGR MDL Senior Member

    Oct 16, 2014
    405
    79
    10
  11. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    234
    24
    10
    upload_2023-1-1_16-11-59.png It gets stuck like this
     
  12. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,304
    1,534
    90
    reboot ?

    clean windows or modified ?

    windows build ?

    N edition or regular ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    234
    24
    10
    clean windows I just made it x86&x64 in one iso
    Windows build is 21h2 LTSC 2021 regular version
     
  14. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    Nvm, figured out my ClipSvc for whatever reason refused to go to internet and update tokenDB. Had to do it manually.
     
  15. Dgk

    Dgk MDL Member

    Jan 18, 2020
    145
    52
    10
    So now I'm stuck on this:

    Code:
    PS C:\Windows\system32> Add-AppxPackage -Register "c:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\AppXManifest.xml"
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFF, To install this application you need either a Windows
    developer license or a sideloading-enabled system.
    Package Microsoft.AAD.BrokerPlugin_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy with Windows Component origin
    cannot be sideloaded or installed using developer mode option.
     
  16. ericgl

    ericgl MDL Senior Member

    Mar 10, 2011
    250
    189
    10
    Have you enabled "Developer Mode"?
     
  17. frankielong

    frankielong MDL Novice

    Apr 2, 2020
    41
    2
    0
    #1198 frankielong, Apr 12, 2023
    Last edited: Apr 14, 2023
    Successful

    some offline Appx need Microsoft.UI.Xaml.2.4 or 2.8

    and the AppInstaller showed finally

    Microsoft.DesktopAppInstaller_1.19.10173.0_x64__8wekyb3d8bbwe
     
  18. lutfunnisa

    lutfunnisa MDL Novice

    May 24, 2023
    1
    0
    0
    #1199 lutfunnisa, May 24, 2023
    Last edited by a moderator: May 24, 2023
    getting this error. please help. im boomer af :

    Code:
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D04, The signature is invalid. To register in developer mode,  AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present.                                          error 0x80070005: Opening the package from location Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe failed.
    NOTE: For additional information, look for [ActivityId] e5da57ac-8dcd-0006-6994-dbe5cd8dd901 in the Event Log or use
    the command line Get-AppPackageLog -ActivityID e5da57ac-8dcd-0006-6994-dbe5cd8dd901
    At line:1 char:1
    + Add-AppxPackage -Path Microsoft.WindowsStore_22110.1401.16.0_neutral_ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (C:\Users\zman\...bbwe.Msixbundle:String) [Add-AppxPackage], Exception
        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
     
  19. cyberthug

    cyberthug MDL Junior Member

    Jan 9, 2017
    62
    63
    0
    #1200 cyberthug, May 26, 2023
    Last edited: May 26, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...