1. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    Yes real, NO FAKE, NO Official 19045 EnterpriseSEdition.
    If there is an official 19045EnterpriseSEdition, please where is its official documentation, when is it released, and when is it GenerallyAvailable.
    Homebrew is homebrew and it will never be Official.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    276
    98
    10
    the ISO made with the script has a different product policy than the official ISO
     
  3. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,826
    2,426
    60
    Can you people stop entertaining obvious trolls? You literally wasted a page arguing the obvious with people who get a stiffy by bumping up a number in a text string. Lay off, keep the thread clean(as far as it's up to you, that is).
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    @shhnedo the problem is that the staff doesn't seem to give a f**k, when i reported this nonsense when it first started a couple of weeks ago i got a rejection from the staff member responding, sadly the alerts are cleaned up afterwards.
     
  5. kiwig

    kiwig MDL Member

    Apr 2, 2014
    127
    25
    10
    #2525 kiwig, Aug 30, 2022
    Last edited: Aug 30, 2022
    I have an update error(21H2 19044.1741) 0x800f081f for kb5016616 and also kb5016688 is not installing. Have done wu reset without any success.
    Would anyone of you have a clue whats going on? Thanks

    edit: after going through the system I found this:
    Win Spec.jpg
    Does this mean I had downloaded the wrong iso at the time(March22)?
    Do I have to reinstall, or in-place upgrade to full?
     
  6. monstrocity

    monstrocity MDL Junior Member

    Jun 4, 2016
    55
    33
    0
    #2526 monstrocity, Aug 30, 2022
    Last edited: Aug 30, 2022
    Make sure you have the May 10, 2022 Servicing Stack update, KB5013942 installed.
    Do you have .Net Framework 3.5 installed and enabled? If you do, try disabling and re-enabling that feature. If not, you can try to install it using @abbodi1406 .net fx35 installer - https://forums.mydigitallife.net/th...-5-standalone-installer-for-windows-10.63835/
    Then, try the updates again. I wouldn't worry too much about kb5016688; it's a preview of what will be released as part of September's CU anyway.
     
  7. kiwig

    kiwig MDL Member

    Apr 2, 2014
    127
    25
    10
    Thanks @monstrocity
    I will check and try what you suggested.Net Framework 3.5 is installed and enabled.
     
  8. kiwig

    kiwig MDL Member

    Apr 2, 2014
    127
    25
    10
    Unfortunately I could not install KB5013942; The update is not applicable to your...
    Here below the updates on this machine.
    So am I stuck now? Does this have anything to do with the WFE Pack?
    updates.jpg
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #2529 xinso, Aug 30, 2022
    Last edited: Aug 30, 2022
    Try Windows Update\Recovery\Reset.

    If succeeded: The system is alright.
    If failed: The system is not in official structure.

    Or manually install correspondent SSU and LCU with /logpath:C:\1.log.

    e.g.
    Code:
    dism /english /online /add-package:C:\SSU-19041.1940-x64.cab
    dism /english /online /add-package:C:\Windows10.0-KB5003791-x64.cab
    dism /english /online /logpath:C:\1.log /add-package:C:\Windows10.0-KB5016688-x64.cab
    
    C:\1.log will tell where is going wrong.

    e.g.
    If Edge package being removed\tampered, the LCU will quit and the log will show error with Internet Browser package Then you remove & re-install the package, and the issue should be solved.
     
  10. kiwig

    kiwig MDL Member

    Apr 2, 2014
    127
    25
    10
    Thanks
    No positive results here.
    I did a troubleshoot with WU and some errors got fixed. Not been able to install the update kb5016616 manually
    Unfortunately removed Edge earlier today.
    I tried to check for updates via DISM++ and the result was; allready installed lates"t updates".
    Not sure what you mean by: "Then you remove & re-install the package.
    SFC /scannow is ok
    DISM /Online /Cleanup-Image /ScanHealth is ok
    Don't know where to from here?
     
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,920
    150
    There is no need to use an updated ISO to do an in-place upgrade just use the xxxxx.1 build, perhaps in my experience there are even more success chances using the .1 rather than .yyy

    the updated ISO or WIM is practically mandatory ehwn doing Dism /restorehealth using an external image, but it' a very different procedure than the in place upgrade
     
  12. joedoedoejoe

    joedoedoejoe MDL Novice

    Jun 3, 2016
    4
    2
    0
    Hi, I installed years ago LTSC N 2019 and now I want to install LTSC 2021 but setup gives me only LTSC N 2021 version as option. I found this command on forum (thanks to Enthousiast):
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /t REG_SZ /d "EnterpriseS" /f
    from this post
    https://forums.mydigitallife.net/th...hange-to-normal-ltsc-2019.80516/#post-1557345


    it will change in place from LTSC N 2019 to LTSC S 2019.
    Can I run setup of LTSC 2021 and install S and not N version afterward or I can except some problems. or there is some other solutions since I want to keep my files and programs.

    Thanks
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    There is LTSC N or just LTSC (the S stands for LTSC).

    Yes, after the editionID registry change you should simply be able to perform the upgrade to 2021 LTSC.
     
  14. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,920
    150
    This trick is as old as Noah, you can install any version on top of any version assuming the OS on the ISO has equal or greater major build number than the OS you are going to upgrade.

    And you can't install a server on top of a client (and viceversa), you can't install a AMD64 architecture on top of x86 (and viceversa).
     
  15. joedoedoejoe

    joedoedoejoe MDL Novice

    Jun 3, 2016
    4
    2
    0
    Well I was not able to install. First i had ISO on flash drive and mounted in PowerISO and installation stopped on 38% then I copy ISO to hard disk and again mount it in PowerISO and everything went fine until second reboot where I got the following message:
    0x8007042B-0x40000D installation failed in the second boot phase during migrate data operation.
     
  16. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,920
    150
    Do you have any 3d party AV / antimalware installed? If so uninstall them before a new try.

    Whatever look on the Panther folders, inside them there are the logs that may provide some clues about what went wrong.
     
  17. kiwig

    kiwig MDL Member

    Apr 2, 2014
    127
    25
    10
    Would it not make sense to install these updates I have been having problems with via NTLite or the MSMG( maybe a bit more complicated at first look) and then do an inplace upgrade?
    Unrelated to this one I did an inplace upgrade using W10UI to integrate updates on another machine and the upgrade worked well.
     
  18. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,920
    150
    #2540 acer-5100, Aug 30, 2022
    Last edited: Aug 30, 2022
    Updated win10 ISO are pointless (unless very specific corner cases), people here keep doing that because they did that for 10/15 years when updating an ISO made sense.

    Now they feel skilled wasting an hour to do something that the PC does automatically and quickly.