Clean Install of Windows 11 Ni Preview Build works with Build 22557, but not with 22563, 22567, 22572, 22581, 22593, 25115

Anonymous
2022-03-11T03:48:13+00:00

I created all 5 installation ISO files for all 5 Builds, but only 22557 contains all the system Apps required for a full clean install, the other 4 are missing all the basic Windows and System Apps needed for a functional system. Also, the App required for opening Windows Security (Microsoft.SecHeatlthUI) is missing, all this makes the resulting system unusable.

Last one on 22557.

Microsoft.SecHealthUI Microsoft.SecHealthUI_1000.22557.1.0_x64__8wekyb3d8bbwe

I noticed another issue common to all the Ni builds, if they are used for an upgrade or in-place they may only work correctly if they are done online allowing the check for updates.

If I use the option "Change how Setup download updates" to "Not right now", the upgrade or update in place still completes, but it creates a problem on subsequent W.U.

In this case W.U. goes in a loop trying to Download and Install the same Build over and over. Error 0xc1900401 is logged in that case.

I could not find a way out of that loop.

If I do the same upgrade or update in place online letting the Setup check for updates, as recommended, the process may complete correctly without subsequent W.U. loop issues, but the behavior is inconsistent depending on how the previous update was done.

The official MS Insider ISO 22579 includes all the required Apps and the Microsoft.SecHealthUI which is needed for opening Security.

Windows Insider program | Windows Insider preview | Install, activate, and Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

232 answers

Sort by: Oldest
  1. Anonymous
    2022-03-29T00:39:55+00:00

    Hi guys,

    If any of you have an active clean install with missing apps and/or SecHealthUI, please test this for me.

    Thanks in advance.

    1. Install Windows Terminal https://github.com/microsoft/terminal/releases/tag/v1.12.10393.0
    2. PS admin Set-ExecutionPolicy -ExecutionPolicy Unrestricted
    3. PS admin get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
    4. PS admin Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Hi Sibro,

    Already tried those previously last week, they did not work to get the missing Apps.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-03-29T00:45:07+00:00

    Already tried those previously last week, they did not work to get the missing Apps.

    Did you try them in that same order?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-03-29T00:58:12+00:00

    Hi guys,

    If any of you have an active clean install with missing apps and/or SecHealthUI, please test this for me.

    Thanks in advance.

    1. Install Windows Terminal https://github.com/microsoft/terminal/releases/tag/v1.12.10393.0
    2. PS admin Set-ExecutionPolicy -ExecutionPolicy Unrestricted
    3. PS admin get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
    4. PS admin Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Hi Sibro,

    I think so, but will give it another try on next clean install attempt.

    Was this answer helpful?

    0 comments No comments
  4. Johnny55 5,155 Reputation points Volunteer Moderator
    2022-03-29T01:00:06+00:00

    It was much quicker to create the working ISO that way using both scripts. Tried with the parser and integrator listed on site, it cut it down to 58 files, but the integration took forever as it was integrating each of the 58 files one by one into an already done ISO. Just installing that one now.

    Regards,

    Was this answer helpful?

    0 comments No comments
  5. Johnny55 5,155 Reputation points Volunteer Moderator
    2022-03-29T01:04:39+00:00

    Hi guys,

    If any of you have an active clean install with missing apps and/or SecHealthUI, please test this for me.

    Thanks in advance.

    1. Install Windows Terminal https://github.com/microsoft/terminal/releases/tag/v1.12.10393.0
    2. PS admin Set-ExecutionPolicy -ExecutionPolicy Unrestricted
    3. PS admin get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
    4. PS admin Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Hi Sibro,

    Already tried those previously last week, they did not work to get the missing Apps.

    I tried the same, I already had some apps installed, not windows security, but could not even install any msixbundle files on OS.

    Was this answer helpful?

    0 comments No comments