Skip to content

Instantly share code, notes, and snippets.

@65c22
Created November 18, 2016 19:43
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 65c22/65f04e82b63b9a24e3fa054d04319fca to your computer and use it in GitHub Desktop.
Save 65c22/65f04e82b63b9a24e3fa054d04319fca to your computer and use it in GitHub Desktop.
[Trick] Official Microsoft Windows Downloads (7/8/10) 64-32 bits Raw
It is possible to download all versions of Windows (since version 7) with the Microsoft site without product key thanks with this tip:
Go to this link : https://www.microsoft.com/en-us/software-download/windows10ISO/
In the drop-down menu that asks you to choose your edition you only see version 10 of Windows :
http://i.imgur.com/YRLrIfV.png
Then , open your browser console and enter this script :
var _0x5c09=["product-edition","getElementById","innerHTML","<option value='' selected='selected'>Select edition</option><option value='28'>Windows 7 Starter SP1 </option><option value='2'>Windows 7 Home Basic SP1 </option><option value='6'>Windows 7 Home Premium SP1 </option><option value='4'>Windows 7 Professional SP1 </option><option value='8'>Windows 7 Ultimate SP1 </option><option value='48'>Windows 8.1 and Pro Single Language (Autumn 2014 update)</option><option value='52'>Windows 8.1 and Pro (Autumn 2014 update) </option><option value='79'>Windows 10 Home and Pro th1</option><option value='82'>Windows 10 Single Language Home and Pro th1</option><option value='178'>Windows 10 Home and Pro (1511 th2 Apr 2016 update) </option><option value='184'>Windows 10 Single Language (1511 th2 Apr 2016 update) </option><option value='244'>Windows 10 (Build 1607 Jul 2016 update) </option><option value='245'>Windows 10 N (Build 1607 Jul 2016 update) </option><option value='246'>Windows 10 Single Language(Build 1607 Jul 2016 update) </option>","submit-product-edition","Confirm","log"],_0x1d62=[_0x5c09[0] ,_0x5c09[1] ,_0x5c09[2] ,_0x5c09[3] ,_0x5c09[4] ,_0x5c09[5] ,_0x5c09[6]] ,edititonbox=document[_0x1d62[1]](_0x1d62[0]);edititonbox[_0x1d62[2]]=_0x1d62[3] ,document[_0x1d62[1]](_0x1d62[4])[_0x1d62[2]]=_0x1d62[5] ,console[_0x5c09[6]];
Now the drop-down menu show all editions of Windows :
http://i.imgur.com/6RIMWLi.png
@Unlifate
Copy link

Unlifate commented May 3, 2021

Not working at the moment.

  1. The dropdown doesn't exist anymore: Make sure to change user agent in browser or switch to mobile view (F12)
  2. Now the dropdown is there again, but if you use the script, the download won't start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment