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 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,222 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Hania Lian 8,116 Reputation points Microsoft Vendor
    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

    0 comments No comments

  2. Martinez, Eric Roberto 0 Reputation points
    2024-04-30T16:42:54.1766667+00:00

    Hello @Hania Lian

    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 ?

    0 comments No comments