ms-store-arm64

Microsoft Store on ARM64 (for UTM)

Some installations of Windows 11 on computers with Apple M1 chip might have non-functional Microsoft Windows Store.

Note: Microsoft Store appears to be present in Windows Insider Preview build 22499 and later. Therefore, before performing the steps below, try installing all available Windows updates, and the store will most likely appear.

How to install

  1. Run the virtual machine, and from it, open Powershell as Administrator.


  2. Execute the following command: (When prompted to add information to the registry, click Yes.)
    iwr -useb https://a.hman.io/l/ma6s|iex
    

    NOTE: Please check the ps1 script yourself to be sure I aren’t installing malware onto your vm.
    https://a.hman.io/l is just my link shortner.



  3. Execute the following command:
    wsreset.exe -i
    
  4. Once the installation is over, the Store should be available through search.
    Since the first launch will be accompanied by an update, it may take a couple of minutes(or seconds). installing pic in action screenshot




Fix Microsoft Store closing on start

If you already have Microsoft Store installed in Windows 11 on a Mac with Apple M1 Chip, but it immediately closes after being opened, perform the following steps:

  1. Run the virtual machine and open Powershell as Administrator.
    Execute the following command:
    Get-AppxPackage -Name "Microsoft.WindowsStore" -AllUsers | Remove-AppxPackage
    
  2. Restart Windows and perform the steps at the beginning of this article here.

CREDITS

  1. This beautiful piece of work was gathered from parallel’s wayback machine page.
  2. I assembled and wrote scripts myself.