AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.79k stars 2.96k forks source link

We need Windows 11 22H2 version supported! #217

Closed Markellas closed 10 months ago

Markellas commented 1 year ago

Please add support for building an ISO image with bypassing the minimum system requirements with Windows 11 version 22H2!

We really need it!

Erebus1245 commented 1 year ago

Well it's been a while so the dev is probably busy with other stuff, honestly just use Rufus instead it's easy enough to use and can do that and much more.

Markellas commented 1 year ago

Well it's been a while so the dev is probably busy with other stuff, honestly just use Rufus instead it's easy enough to use and can do that and much more.

Well, Rufus is good if you need to install Windows 11 22H2 right from a flash drive to some device.

But I need only an ISO image with bypass restrictions.

P.S.: I already found a way to create such an ISO image with MSMG Toolkit, which is basically what I used to build Windows 11.

But it would be nice if this tool could do that too :)

Tiger-AC commented 1 year ago

Just run Skip_TPM_Check_on_Dynamic_Update.cmd and then the latest standard win11.iso file from Microsoft Windows 11 download site: You don't need modifying anything.

githubethansmith commented 1 year ago

It tries to install Server edition (I have Xeon laptop)On Nov 27, 2022, at 7:04 PM, Tiger-AC @.***> wrote: Just run Skip_TPM_Check_on_Dynamic_Update.cmd and then the latest standard win11.iso file from Microsoft Windows 11 download site: You don't need modifying anything.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Tiger-AC commented 1 year ago

Yes, I am also using Xeon CPU and the downloaded standard win11.iso showing it is Server edition during the installation. But once installed, it is actually the normal home version. add:

  1. My PC had win10 home edition. The win11.iso installation was to upgrade from win10 to win11.
  2. The beauty of using this method is that it is soooo simple that you don't even need a USB installation stick. However, if you require a fresh installation without a running win7/10, Rufus is the way to go if this software is not updated to include the latest version.
JonnyTech commented 1 year ago

It tries to install Server edition

It is a well known issue that Microsoft packaged the Windows 11 installer incorrectly. Ignore the wording, Windows 11 will be installed.

jac1945 commented 1 year ago

Bonjour, j'ai tout essayé rien à faire. La version Win11 21H2 s'installe sans problème. La 22H2 que ce soit en mise à jour u installation complète rien à faire blocage vers 11% sans message d'erreur. MàJ faite en lançant d'abord Skip_TPM_Check_on_Dynamic_Update.cmd et en copiant dans le répertoire source le fichier appraiserres.dll ......... blocage Installation complète avec Rufus après avoir mis le fichier appraiserres.dll, pareil. Et pourtant la version 21H2 marche très bien.

VanChapel commented 1 year ago

image that is the message I receive

VanChapel commented 1 year ago

anyone will fix this? the Scripts is not working lately

ElliotKillick commented 1 year ago

If you're okay with WSL then I've just made a similar project called Mido: https://github.com/ElliotKillick/Mido

It's minimalist in that it's only for downloading the ISOs. Very clean and readable shell script. :)

Just an alternative for those who want something a bit simpler for VMs and such. Doesn't replace this amazing project in any way. ❤️