Build 15035’s Media Builder supports silent switches:
MediaBuilder.exe /quiet /arch x64 /edition pro /media iso
MediaBuilder.exe /usb F: /autoformat
These are not officially supported but function in this build.
End of Paper
Windows 10 Build 15035 is a leaked development build of the "Creators Update" and remains the only known client version of Windows 10 available for ARM32 (ARMv7) architecture
. Because Microsoft officially abandoned ARMv7 devices like the Surface RT after Windows RT 8.1, this build is used as an unofficial upgrade windows 10 build 15035 media builder install
via specialized community tools rather than the standard Microsoft Media Creation Tool. Prerequisites & Tooling
To build the installation media, you must use a community-developed "Media Builder" tool on a separate Windows PC. Media Builder Tool : A script-based tool (often Windows 10 Media Builder
) that automates downloading and patching the leaked ARM32 build. : A USB flash drive (at least 8GB-16GB). Hardware Compatibility : Primarily used for Surface RT
. Note that Surface 2 requires Secure Boot to be disabled, whereas Surface RT generally does not. Step 1: Preparing the Media Builder Extract the Tool : Download the Windows 10 Media Builder and extract it directly to the root of your drive to avoid path errors. Run as Admin : Navigate to the folder, right-click , and select Run as Administrator Configure Build Options These are not officially supported but function in
: The tool will prompt you for several customization options: Device Target
: Select the number corresponding to your device (e.g., Surface RT). Components : Choose whether to include the Office 2013 RT , or remove system features like Windows Defender to save resources. Setup Mode : Choose the Windows Imaging Format (WIM) compression if prompted. Download & Prepare
: The tool will download necessary files and prepare the image. This typically takes around 30 minutes depending on your internet speed. Step 2: Creating the USB Media
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
</CreatePartitions>
</Disk>
</DiskConfiguration>
</component>
</settings>
</unattend>
Procedure:
C:\Users\Public\Downloads\Windows10_15035.isoTo avoid frustration, gather the following before you begin:
Legality Warning: This build is abandonware. Microsoft no longer supports or distributes it. However, you must own a legitimate Windows 10 license. Build 15035 will accept generic Windows 10 product keys (like
VK7JG-NPHTM-C97JM-9MPGT-3V66Tfor Pro) for installation. Do not use this build for production or mission-critical systems.
| Error | Likely Cause | Solution |
|-------|--------------|----------|
| 0x80070570 | Corrupt install.wim | Re-download build, verify SHA-1 hash |
| The product key is blocked | Used wrong key | Use generic VK7JG-NPHTM-C97JM-9MPGT-3V66T |
| Black screen after boot | Graphics driver conflict | Boot into Safe Mode (F8) → uninstall display driver |
| Media Builder crashes at 40% | Antivirus interfering | Disable real-time protection temporarily |
| “This PC can’t run Windows 10” | NX/PAE missing | Enable “No Execute Memory Protect” in BIOS |
| Time bomb still active (reboots) | Patch not applied correctly | Run the Media Builder again, choose “Force Patch syswow64” |
In the fast-paced world of software development, certain versions of an operating system take on a mythical quality. Build 15035 of Windows 10 is one such artifact. Released internally by Microsoft in early 2017, this particular build (which ultimately led to the Creators Update, version 1703) has gained a niche but passionate following among collectors, developers, and retro-computing enthusiasts. End of Paper Windows 10 Build 15035 is
Why? Because Build 15035 is often considered the "last pure" version of Windows 10 before telemetry became aggressive, and it contains unique debugging tools and a lighter memory footprint than later releases.
However, installing this specific build is not as simple as downloading an ISO and clicking "Setup." The official channels are long closed. This is where the Windows 10 Build 15035 Media Builder comes into play. This guide will walk you through everything you need to know about acquiring, building, and installing this elusive operating system.