Update Windows to 24H2 on Arm

Discussion in 'Windows Virtual Machine' started by JulsS, Jun 21, 2024.

  1. WarrenH3

    WarrenH3 Junior Member

    Messages:
    12
    Ignore prior message. Added the items, rebooted and now it is downloading 24H2. @RichardR2 you are a Genius!
     
  2. AdrianM12

    AdrianM12

    Messages:
    1
    Apple M1 Max
    macOS 15.0.1
    Parallels 20.1.0

    I was stuck on Windows 11 Pro 21H2, and this registry hack worked to start downloading 24H2 as soon as I clicked "Check for Updates."

    @WarrenH3, you need to right-click > New > Key to add the key "Windowsupdate".

    Then, inside that "key," add two new String Value entries and one DWORD value. The DWORD value will be "1".
     
  3. WarrenH3

    WarrenH3 Junior Member

    Messages:
    12
    Thank you. I figured it already, applied it, and it worked. Genius!
     
  4. Tim Lorenzen

    Tim Lorenzen Bit poster

    Messages:
    5
    Worked here as well with the registry key. Now the question is... why does Microsoft not want us to "officially" get 24H2 yet? My Parallels VM was even stuck on Win11 22H2 before I manually downloaded the KB from the Windows Update catalog that forces the 23H2 update - but there is no such KB for 24H2 anymore.
     
  5. AndrewN18

    AndrewN18

    Messages:
    1
    If you want to avoid typos when trying to do this, here's another method you can use to get this into the registry
    1. Open Notepad
    2. Copy and Paste the text below into Notepad
      Code:
      Windows Registry Editor Version 5.00
      
      [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windowsupdate]
      "TargetReleaseVersion"=dword:00000001
      "ProductVersion"="Windows 11"
      "TargetReleaseVersionInfo"="24H2"
      
    3. File > Save As
    4. Save the file on your desktop as Update.reg
    5. Go to your desktop and double click Update.reg
    6. You'll be asked if you're sure you want to import - click yes
    7. Go to Windows update, the update should be available now.
    8. To remove the registry entires, you can repeat the same procedure using the code below saved as Delete.reg
      Code:
      Windows Registry Editor Version 5.00
      
      [-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windowsupdate]
      
     
  6. WicusK

    WicusK Bit poster

    Messages:
    2
    Hi Everyone. I'm getting an install error when trying to update Win11 ARM in Parallels on my M1 Pro.
    "2024-10 Cumulative Update Preview for Windows 11 Version 24H2 for arm64-based Systems (KB5044384)"
    "Install error - 0x800f081f"
    I tried the above registry edit, which didn't resolve the problem.
    Any suggestions would be much appreciated.
     
  7. WicusK

    WicusK Bit poster

    Messages:
    2
    Quick update: after applying the registry edit AND restarting the VM, the "2024-10 Cumulative Update Preview for Windows 11 Version 24H2 for arm64-based Systems (KB5044384)" completed successfully. Thanks @AndrewN18 for the text to copy and paste using Notepad.
     
  8. JulsS

    JulsS Member

    Messages:
    90
    Microsoft has released Windows 11 24H2 for ARM as an ISO. You can download it from the Microsoft site. Unfortunately, a clean install into a new VM hung for me. I was able to upgrade a VM with 23H2 using the ISO image.
     
    JoshK15 likes this.
  9. LeRoi

    LeRoi Hunter

    Messages:
    177
    By any chance, did it hang at the "Install Network Adapter" stage?
     
  10. JoshK15

    JoshK15 Bit poster

    Messages:
    2
    Just want to confirm that I successfully upgraded a VM on 23H2 by launching setup.exe from within the arm64 ISO file.
     
  11. GerhardG2

    GerhardG2 Member

    Messages:
    67
    I just recently created a new W11 VM in P19. I selected to get Windows from MS, it downloaded the 24H2 version, created the VM without any problems. This is on an MBP M1. I did not even bother to create an ISO.
     
    JulsS likes this.
  12. JulsS

    JulsS Member

    Messages:
    90
    It hung on a generic stage (black background and white text). I can't remember what text was on the screen but it was definitely not "Install network adapter."
     
  13. StephenC9

    StephenC9 Junior Member

    Messages:
    14
    I haven't been all the way through this thread but found it when wondering why my VM was still on 21H2. That was a couple months ago but an item saying Microsoft had released an ISO of Windows 11 ARM got me looking again. After trying a few times with various suggestions, the following has worked for me:
    1) Download the ISO from Microsoft - pick the US English version (I initially tried the International English version as I'm in the UK, but it would only work if I let it delete everything except my personal data).
    2) Fire up the VM and change the language settings to US English.
    3) Move the VM into the C:/ drive (I put it in the root). Mount it and click on setup.exe
    4) Follow the on screen instructions as it proceeds.
    5) When it finishes on its final reboot, change the language settings back.
    6) Go to the update section and run any new updates.
    That worked for me - a couple hours work. Oh, and step 0) Back up your VM before starting!
    I suspect that might all have been covered already, in previous messages, but it's allowed me to note down my procedure before I forget :)
     
  14. Dave12

    Dave12 Bit poster

    Messages:
    1
    for those of you that succeeded upgrading to 24H2, are you running the latest version of parallels?
     
  15. MichaelM25

    MichaelM25 Bit poster

    Messages:
    1
    Thanks to AndrewN18 for his very handy copy and paste technique. I have an M3 iMac, running Parallels 20 Pro that refused to update past 22H2. Once I applied your fix (did a restart after modifying Registry), the 24H2 update immediately showed and then installed flawlessly.
    Query: After modifying the Registry, is it necessary to remove the workaround from the Registry as shown in your second Notepad entry?
     
  16. StephenC9

    StephenC9 Junior Member

    Messages:
    14
    Yes, Desktop for Mac Pro v20.1.1, on macOS 15.1.1.
     
  17. GerhardG2

    GerhardG2 Member

    Messages:
    67
    I am still on 19..4.1 on a MBP M1
     
  18. alev

    alev Parallels Team

    Messages:
    471
    Registry hacks are no longer required, Microsoft updater now offers Windows 24H2 to all the regular installations.
     
  19. Federico10

    Federico10 Junior Member

    Messages:
    19
    Still can't get the update
     
  20. LeRoi

    LeRoi Hunter

    Messages:
    177
    Download the ARM ISO form Microsoft. It's 24H2. Run Setup from the ISO.
     

Share This Page