Windows 10 build 10557

10.0.10557.1000.th2_bnb_arm64.150928-0042
Build of Windows 10 November Update
OS familyWindows 10 (NT 10.0)
Version number10.0
Build number10557
Build revision1000
ArchitectureARM32, ARM64
Build labth2_bnb_arm64
Compiled on2015-09-28

Windows 10 build 10557 is a build of Windows 10 November Update. This build was mentioned in build 14978's C:\Apps\readme.txt.

readme.txt[edit | edit source]

To install arm32 version:
1.    Get arm64 version of mindepolyappx.exe from <release share bin dir>\AppXTools\DeployAppx.
2.    Turn on side-loading policy:
HKLM\Software\Policies\Microsoft\Windows\Appx\AllowDevelopmentWithoutDevLicense = 1
HKLM\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps = 1
(or just do, from an elevated cmd prompt:  reg import \\wsclientux\deployvm\devunlock.reg)
3.    Get arm32 version of vclibs from arm32 release share (e.g. \\winbuilds\release\th2_bnb_arm64\10557.1000.150928-0042\woafre\fpa\ipa\VCLibs for Dev12, or \\winbuilds\release\th2_bnb_arm64\10557.1000.150928-0042\woafre\fpa\storefpa\VCLibs14 for Dev14)
4.    Get arm32 version of Edge (e.g. \\winbuilds\release\th2_bnb_arm64\10557.1000.150928-0042\woafre\fpa\fpa\MicrosoftEdge\Desktop\MicrosoftEdge)
5.    Run mindeployappx.exe /add /packagepath:"<path to Dev12 vclibs .appxbundle>"
6.    Run mindeployappx.exe /add /packagepath:"<path to Edge .appxbundle>"
7.    You should see error "null" returned from each of these.