[DISCUSSION] Windows 11 Final Build 226x1/2/3/4/5 (PC) 22/3H2 [RETAiL/BETA/RP Channel - ni_release]

Discussion in 'Windows 11' started by Enthousiast, May 11, 2022.

  1. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
  2. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    yes optinal update am talking about ISO.
     
  3. Errepublika

    Errepublika MDL Senior Member

    Aug 18, 2021
    453
    317
    10
  4. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    396
    179
    10
    Did you manage to activate classic theme according to my instructions?
     
  5. OpenSourceGhost

    OpenSourceGhost MDL Member

    Feb 14, 2022
    170
    24
    10
    Yes, MVS refresh is what I need, but all links are dead - "403 Forbidden". I can't even use official Media Creation Tool because I use a VPN and I doubt it allows for business edition downloads.
     
  6. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,822
    19,033
    340
  7. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    689
    1,132
    30
    What's your problem?
    MCT uses ESD.
    ESD Windows 11 23H2 22631.2715 can be downloaded here (consumer and business):
    https://forums.mydigitallife.net/posts/1815035

    How to create installer files. Example Edition Pro from consumer ESD
    Code:
    pushd "%~dp0"
    md iso
    Dism /Apply-Image /ImageFile:consumer.esd /Index:1 /ApplyDir:iso\
    Dism /Export-Image /SourceImageFile:consumer.esd /SourceIndex:2 /DestinationImageFile:iso\sources\boot.wim /Compress:max
    Dism /Export-Image /SourceImageFile:consumer.esd /SourceIndex:3 /DestinationImageFile:iso\sources\boot.wim /Bootable
    Dism /Export-Image /SourceImageFile:consumer.esd /SourceIndex:8 /DestinationImageFile:iso\sources\install.wim /Compress:max
    pause
    How to create an iso from the installer files
    Code:
    pushd "%~dp0"
    oscdimg -h -m -o -u2 -udfver102 -bootdata:2#p0,e,biso\boot\etfsboot.com#pEF,e,biso\efi\microsoft\boot\efisys.bin -lWin11 iso Win11.iso
    pause

    How to create a usb flash drive from the installer files
    Code:
    diskpart
    list disk
    select disk X
    clean
    convert gpt
    create partition primary
    format quick fs=ntfs label="Flash"
    assign letter="F"
    Where X is the disk number (usb flash). After executing the commands, copy the installer files to the USB flash drive.

    Business edition? What do you need business edition for??? :)
     
  8. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
    Had a difficult time trying to create 22631.2792 en us PRO iso from UUPDUMP and Enthu's script.

    Creating the iso took a long time and the final result was an iso close to 8GBs in size.... Enthu's script worked OK but final iso was still close to 8GBs

    Can someone please confirm if this correct? I have created many isos for different versions of 22621.xxx and resulting isos were always around 5.5 GBs.

    Thanks in advance!!!

    JCC2
     
  9. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    for me it takes about an hour to create an ISO from uup dump. i have 6 mb speed. i7 2nd gen 2.4 base 3.5 turbo.
    selecting only pro with updates creates a ISO about 7GB. it has increased in size. since 23H2.
     
  10. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
    Many thanks for your reply @raptorddd. tried installing my iso from above in a VM and it installed OK but I noticed it was not the "expected" server installas I expected having used Enthu's script.

    The main reason I need the iso is that I am trying to do an repair install as for some reason MS Store is not working in my laptop. Have alredy checked region, time and language, reset the store a few more suggestions I found in Google but no dice.... MS Store still not working.
    Any ideas or suggestions are more than welcome!!!!!

    JCC2
     
  11. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    You could just run a PC Reset....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. anansay

    anansay MDL Senior Member

    Jul 13, 2020
    254
    97
    10
    Today, December 8, my computer through Windows Update downloaded and installed KB4023057.

    After restart, the OS build becomes 22631.2792. Is this normal?

    I was under the impression that this month's security fixes will only be available via Windows Update on next Tuesday, December 12.
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,169
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. bdl

    bdl MDL Addicted

    Aug 8, 2012
    565
    43
    30
    #8197 bdl, Dec 8, 2023
    Last edited: Dec 8, 2023
    dev why it is 22h2 ?
    i see in latest dev build, Show search highlights, not work in search ?
     
  15. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
    Thanks for your reply Flipp3r... PC Reset would mean reinstalling all software and it might also keep some of the existing Windows settings.... From Microsoft support web site:

    "Resetting your PC lets you perform a clean reinstallation and update of Windows while keeping your personal data and most Windows settings intact. In some cases, a clean installation may improve your device's performance, security, browsing experience, and battery life"

    Would like to try a Repair Install first once I have a confirmation that my 22631.2792 iso is OK.

    JCC2
     
  16. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,782
    540
    60
    new settings are live for widgets in beta channel
     
  17. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,915
    5,754
    180
    #8200 SAM-R, Dec 8, 2023
    Last edited: Dec 8, 2023