Windows 10 LTSC 2019 - Can't login solitaire collection after "xbox" app discontinued

Discussion in 'Windows 10' started by sungerbob, Aug 23, 2019.

  1. sungerbob

    sungerbob MDL Junior Member

    Nov 8, 2014
    58
    11
    0
    #1 sungerbob, Aug 23, 2019
    Last edited: Aug 26, 2019
  2. sungerbob

    sungerbob MDL Junior Member

    Nov 8, 2014
    58
    11
    0
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,767
    340
    Well, that's out of my league

    maybe you should install all the xbox apps
    Microsoft.XboxApp
    Microsoft.XboxGameOverlay
    Microsoft.XboxGamingOverlay
    Microsoft.Xbox.TCUI
     
  4. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    #5 rayleigh_otter, Aug 23, 2019
    Last edited: Aug 23, 2019
    :huh::shock::swoon:
     
  5. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,673
    1,709
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,767
    340
    It's installed with the Store pack
    unless he excluded it
     
  7. sungerbob

    sungerbob MDL Junior Member

    Nov 8, 2014
    58
    11
    0
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,767
    340
    @sungerbob

    set group policy (check but don't download)
    Code:
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v AUOptions /t REG_DWORD /d 2 /f
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d 0 /f
    and/or set you connection as metered (but that might affect store apps)
     
  9. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,767
    340
    You must start a scan in order for new policies to take affect

    any scan with any tool
    or the built-in powershell cmdlet
    Code:
    Start-WUScan
    it doesn't not download anything
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,767
    340
    Oh you are on 2016 LTSB, i thought your are on 2019 LTSC, sorry :)

    try this in Nsudo cmd, or normal admin cmd
    Code:
    bitsadmin /reset /allusers
    bitsadmin /reset
    net stop trustedinstaller
    sc stop trustedinstaller
    net stop wuauserv
    net stop wuauserv
    sc stop wuauserv
    pushd C:\Windows\SoftwareDistribution\Download\
    rd /s /q .
    popd
    UsoClient.exe StartScan
     
  12. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    IIRC, RS1 did not have those notices, they were introduced later.