Recent content by mlivshin


  1. Solved In place upgrade Windows 11 v 24H2 build 26058.1100 to 26063.1

    running one more time, will let you know how it goes tomorrow. If this is not going to work, I will switch to the other thread, also created by you, with few additional details, and follow up to that one step by step. It is 10:30PM here, so I would rather do this tomorrow :)
  2. Solved In place upgrade Windows 11 v 24H2 build 26058.1100 to 26063.1

    same thing, it turns ISO into SERVER .. see the contents of the script. There is nothing to indicate there to patch WINDOWS 11. Only Server: #:: Can force either patch or undo via second commandline parameter: 1 to patch 0 to undo if (1 -eq $env:2) {$toggle = 1} elseif (0 -eq $env:2) {$toggle...
  3. Solved In place upgrade Windows 11 v 24H2 build 26058.1100 to 26063.1

    I have tried both, Step 5 and Step 6. Both steps successfully patch ISO removing TPM check., I then mount ISO with Windows File Explorer, and from the virtual D: drive run SETUP.EXE. This has been standard all along. However, when I run SETUP, after ISO has been patched, instead of WINDOWS 11...
  4. Solved In place upgrade Windows 11 v 24H2 build 26058.1100 to 26063.1

    Hmm.. I wanted to do the upgrade from 23H2 Build 26040.1000 but it either BSOD, or script converts to Server (I verified it few times, direct ISO, mounted and executed SETUP.EXE installing Windows 11, and after running the script, SETUP.EXE attempts to install Server and prompts for the ID. This...
  5. Solved In place upgrade Windows 11 v 24H2 build 26058.1100 to 26063.1

    I have tried your script but it assumes ISO is for the server, and SETUP.EXE prompts for Server ID. Here is paste from your script: #:: TPM patch via InstallationType Server $typeC = '<INSTALLATIONTYPE>Client'; $typeS = '<INSTALLATIONTYPE>Server' $block = 1048576; $chunk = 2097152; $count =...
Back
Top Bottom