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

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

  1. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,325
    2,506
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
  3. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    289
    54
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    249
    24
    10
    Any latest guide on how to install store on LTSC 2021? i manage to install it open it and starting installing and then crashes
     

    Attached Files:

  5. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    249
    24
    10
  6. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    #1247 kibkalo, Apr 24, 2024
    Last edited: Apr 24, 2024
    wsreset -i works fine with 26100.1?
     
  7. ccrqc357

    ccrqc357 MDL Member

    Feb 28, 2017
    249
    24
    10
    #1249 ccrqc357, May 3, 2024
    Last edited: May 3, 2024

    Attached Files:

  8. KaiPC

    KaiPC MDL Novice

    May 15, 2024
    1
    0
    0
    Dude, the store is installed but I can't download or update applications. What can I do?

    Windows 10 LTSC 21H2
     
  9. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,325
    2,506
    120
    #1251 pm67310, May 25, 2024
    Last edited: Sep 8, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,325
    2,506
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. fabricio simoes

    fabricio simoes MDL Member

    Dec 17, 2020
    139
    27
    10
    Thank you but I wanted the normal one not LTSC...
     
  12. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    528
    187
    30
    Will it work to add "wsreset -i" command to machine runonce? how should i add it? can you share runone reg file inside a code box. after adding with dism want to make it automatic because it does not shown at start menu without "wsreset -i"
     
  13. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    437
    739
    10
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "MStore"="wsreset -i"
    
    
     
  14. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    528
    187
    30
    It not works. Maybe should run it from cmd? Which one should be for cmd?

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "MStore"="cmd /k wsreset -i"
    or

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "MStore"="cmd /k "wsreset -i""
     
  15. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    437
    739
    10
    Work for me.
    I tested before posting.
    Of course, you need to be connected to the internet during installation for this to work.
     
  16. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    528
    187
    30
    Should connect to internet at oobe? I did not do that