1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I understood what happened ...

    Very good.

    With your script I can use an X64 version without problems.

    Thnks!
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,092
    2,127
    90
    I did not get the win11 notification on my dad's Toshiba Satellite 2013 laptop running Win10 Home 21H1 build 19043.1202.
    maybe because the Toshiba laptop was deemed not worthy by MS to receive win11
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    My system, which got the notification, is not supported at all either AND not in the beta channel, hence the offering of the pchealtcheck tool on WU.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    #8306 Enthousiast, Sep 2, 2021
    Last edited: Sep 2, 2021
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    #8307 Enthousiast, Sep 2, 2021
    Last edited: Sep 6, 2021
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    19044.1165.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,533
    634
    60
    Is there any known or tested way/workaround to use the Win11 MS Store in (under) Win10?
     
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,918
    5,760
    180
    Win_11_ISO.jpg
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    They can name them whatever they want, the intern made a whoopsy, it seems;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,403
    92,112
    340
    I do't think so
    Code:
        <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.20" MaxVersionTested="10.0.22000.20"/>
        <TargetDeviceFamily Name="Windows.Core" MinVersion="10.0.22000.20" MaxVersionTested="10.0.22000.20"/>
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Teknik

    Teknik MDL Senior Member

    Oct 9, 2010
    311
    77
    10
  14. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    Weird enough, there is a third version of KB5005101 released on WSUS.
    Size: 615700333 bytes (587 MiB)
    SHA1: 980BA7FBBA36F0C161C201D382F89C12176261C8
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,761
    450
    Did you check the mum for build details?

    The latest one we got is 1904x.1202.1.15.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    Same build. :confused:
    When installing on top of the previous 1202.1.15 with dism it only does:
    "Adding package Multiple_Packages~~~~0.0.0.0"
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,403
    92,112
    340
    Combined cab inside combined msu

    e.g. from 1809 Windows10.0-KB5005102-x86_uup.xml
    Code:
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
        <package action="install">
            <assemblyIdentity  name="Package_for_ServicingStack" version="17763.2140.1.1" language="neutral" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"/>
            <source location="%configsetroot%\SSU-17763.2140-x86.cab"/>
        </package>
            <package action="install">
                <assemblyIdentity  name="Multiple_Packages" version="0.0.0.0" language="neutral" processorArchitecture="" publicKeyToken=""/>
                <source location="%configsetroot%\Windows10.0-KB5005102-x86.CAB" />
            </package>
        </servicing>
    </unattend>
    p.s.
    dism always try to apply the update, even if already installed
     
  18. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    The detection mechanism considers the update installed if v2 is installed and does not push for v3.
    I assume this latest one is the "official" one as much as a preview can be considered official.