You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling of ' ' in product name
* Some locales (e.g. Russian) will return something like "Windows 10"
for the product name which threw our JSON conversion off
* Also fix a typo
* Closespbatard#12
Add Windows 10 19H1 18362.356 builds
* Since Microsoft now appears to do "refreshes" of refresh versions...
* This is *NOT* 19H2, which has not been officially released as an ISO yet.
Enable Chinese/Korean additional downloads according to locale
* Also remove downloads that don't appear to work such as COEM and Windows 8 LE
* Also ensure that error messages from Microsoft's response are used on error
and are properly translated to UTF-8
Fix Invalid JSON primitive error when Simplified Chinese locale is used
* Closespbatard#7
* Also make sure our console output uses UTF-8
* Also harmonize the listing of all the Windows 10 releases
Speed up initial UI display by performing query locale check in stage 1
* UI display should now only be constrained by the time it takes to launch PowerShell