-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to get Edge 12 (Windows 10 build 10240) in a VM #74
Comments
mdittmer
pushed a commit
that referenced
this issue
Jan 31, 2019
Manually collected from a VM set up per this documentation: #74 Additionally, this fix to the object-graph-js dep was needed: mdittmer/object-graph-js#25
foolip
added a commit
to foolip/browser-compat-data
that referenced
this issue
Feb 5, 2019
Produced by `npm run confluence -- --fill-only --browsers=edge` with local changes applied to only include changes where the new version was 12. The data was collected manually from Edge 12 in an exotic VM: mdittmer/web-apis#75 mdittmer/web-apis#74
foolip
added a commit
to foolip/browser-compat-data
that referenced
this issue
Feb 8, 2019
Produced by `npm run confluence -- --fill-only --browsers=edge` with local changes applied to only include changes where the new version was 12. The data was collected manually from Edge 12 in an exotic VM: mdittmer/web-apis#75 mdittmer/web-apis#74
ddbeck
pushed a commit
to mdn/browser-compat-data
that referenced
this issue
Feb 14, 2019
Produced by `npm run confluence -- --fill-only --browsers=edge` with local changes applied to only include changes where the new version was 12. The data was collected manually from Edge 12 in an exotic VM: mdittmer/web-apis#75 mdittmer/web-apis#74
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In mdn/browser-compat-data#3309 (comment) @saschanaz pointed to a method for installing the first stable build of Windows 10, 10240. I've successfully done that and want to document it to be able to repeat it later.
On a Windows 10 machine:
First, download http://b1.download.windowsupdate.com/d/updt/2015/07/10240.16384.150709-1700.th1_clientpro_ret_x64fre_en-us_9d40e15f430ab89a1eabb165acbf40c9f07d18bb.esd (linked from https://www.intowindows.com/download-windows-10-rtm-esd-iso-from-microsoft-now/)
Then, download https://github.com/gus33000/ESD-Decrypter/releases/tag/4.0.0.0.fbl_prerelease(gustavem).160815-0800 (the latest release when I did this, a later one probably works too)
Run
1. ESDISO.bat
(double click from file manager) and follow the instructions. That will give you an ISO file.Simply install this in a VirtualBox VM as you would any other Windows ISO.
I found that using a Microsoft account didn't work because it got stuck at a step having to do with cloud file sharing, but creating a local account worked.
Finally I disabled automatic updates in system settings.
The version of Edge available has "Edge/12.10240" in the UA string, which is the EdgeHTML version, and "20.10240.16384.0" under "About this app" in the UI.
The text was updated successfully, but these errors were encountered: