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

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

  1. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    Thanks!
    Can you make an Guide!
     
  4. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    Hi,
    can someone give me a little instruction on how to make this tool with DISM and Adguard?
    Regards
     
  5. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    ..... oh my gods ...
    Copy "bundle.msixbundle" to c:\

    Open powershell as admin

    And write

    Add-AppxPackage -path "C:\bundle.msixbundle"

    To install on windows 10 ltsc
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    And I can get the bundle.msixbundle from where?
    Ok, i test it!
    Thanks:)
     
  9. Nguyễn Trọng Tình

    Sep 7, 2018
    7
    0
    0
    wsreset -i
    This command is work and store will be installed on each users right ? i ran that command on administrator account then i moved to other account but seem not showing
     
  10. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    This show my test!
    Wont work!
     

    Attached Files:

  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,409
    340
    #1273 xinso, Sep 5, 2024
    Last edited: Sep 5, 2024
    "Online Installation" is applicable to "Current Account\User" only.

    And, unfortunately, on the latest build, e.g. 26100.1, Store\App integrated "Offline" to install.wim won't work when "Online".

    ATM, the only solution (I can think of) for LTSC with Store\App which will work for all users is using AC edition, e.g. Core\Pro, as Reconstruction source. Reconstruction? Yeah, another topic.

    PS:
    UUP script allows "Custom" Apps to be integrated into Core\Pro install.wim. This is the best solution (I am using) ATM.
     
  12. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
     
  13. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,326
    2,507
    120
    Windows update blocked ? Or windows store corrupted ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    Yes, I have completely blocked LTSC with script by Fredie-o in [REPO] Windows 10 TELEMETRY REPOSITORY... This is certainly also possible via offline installation!
    I need a script or something Abdobi probably has something like that.
    I used the script from him for the App Store installation. That works well. Now only the msixbundel installation. After starting Transcluent I always get the error message msixbundle missing!
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,189
    90,646
    340
    It should work the same as appxbundle

    maybe you need to append this to the Add-ProvisionedAppxPackage command
    Code:
     /Region:all
     
  17. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    234
    32
    10
    I am not very familiar with scripting. Can you give me a short tutorial?