Tiny10: Arm64

As of today, there is no official, stable, ready-to-download Tiny10 arm64 ISO. Anyone claiming otherwise is likely sharing a broken or malicious build.

However, the building blocks exist. With manual debloating scripts, NTLite, and some ARM-specific driver care, you can achieve 90% of the Tiny10 experience on your Surface Pro 9, ThinkPad X13s, or Raspberry Pi 5.

If you’re a tinkerer, this is a golden age. If you’re an average user waiting for a one-click solution, give it another year – the Snapdragon X Elite wave will force the hand of both Microsoft and the modding community. tiny10 arm64

Final Verdict: Tiny10 arm64 is not real – but it’s becoming real, one PowerShell script and DISM command at a time.


Have you successfully created a lightweight Windows on ARM build? Share your script or WIM configuration in the comments below (or on the r/WindowsOnArm subreddit). As of today, there is no official, stable,


If you are on a Raspberry Pi, you might still need to install specific drivers for hardware acceleration or USB ports if they weren't included in the WoR injection step. Check the WoR project page for the latest driver packs.

  • Manual cleanup (command line):
    dism /image:C:\mount /remove-package /packagename:Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~arm64~~10.0.22621.1
    
    (Repeat for Cortana, Xbox, MixedReality)
  • Add Drivers (critical for ARM): For Pi: inject the WoA device tree blobs. For Surface: inject Surface ARM drivers.
  • Commit and unmount:
    dism /unmount-wim /mountdir:C:\mount /commit
    
  • Create ISO using oscdimg from ADK.
  • Warning: This is an advanced, 4-5 hour process. One wrong removal on ARM64 can cause a boot loop. Always test in a VM first. Have you successfully created a lightweight Windows on


    Not recommended for:

    Tiny10 ARM64 is an unofficial, highly stripped-down, lightweight build of Windows 10 tailored for ARM64 devices (e.g., some tablets, ARM laptops, or virtual machines). It removes many default Windows components and apps to reduce storage, RAM, and CPU usage.