In-place upgrade parameters are not working to upgrade Windows 10 to Windows 11 ( 23h2 )

Martinez, Eric Roberto 0 Reputation points
2024-04-25T15:54:16.4533333+00:00

Hello,

the idea is to use the in-place upgrade from windows 10 to windows 11, however, it looks like the new ISO 23h2 the parameters are not working.

Here are the steps we are following:

  1. download the iso from Microsoft
  2. mount the ISO
  3. run the script with parameters.

I'm using a similar code from here to download and mount the ISO and run the setup:

These are the arguments to give to the Windows 11 setup.exe after it is mounted.

The Errors:An unknown command-line option [/quietinstall] was specified.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Martinez, Eric Roberto 0 Reputation points
    2024-04-30T16:42:54.1766667+00:00

    Hello @Anonymous

    After using the following parameters I'm getting the following error:

    D:\setup.exe /auto upgrade /quiet /compat ignorewarning /eula accept /DynamicUpdate disable /noreboot

    Error from BlueBox.log

    2024-04-29 19:36:44: MainHr: Error = 0xC1900204

    2024-04-29 19:36:44: wWinMain: Error = 0xC1900204

    any Idea ?

    Was this answer helpful?


  2. Anonymous
    2024-04-29T07:26:31.1733333+00:00

    Hello,

    I consider that the /quietinstall switch is not a recognized parameter for the Windows 11 setup. The error you are receiving indicates that the command-line does not understand the /quietinstall parameter.

    You could try to run a quiet install with an ISO in Windows setup would be /quiet. Meaning your script should look like "path to setup.exe" /auto upgrade /quiet. This will perform the upgrade in quiet mode which will not interact with the desktop and will not restart the computer after the installation.

    Best Regards,

    Hania Lian

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.