Windows 8.1 with Update ESDs Repository

Discussion in 'Windows 8' started by abbodi1406, Apr 12, 2014.

  1. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,291
    1,935
    120
    check abbodi1406's sig :)
     
  2. Nanthakumar

    Nanthakumar MDL Novice

    Oct 14, 2017
    6
    1
    0
    Sry to ask this...
    sig means?
    Or send me link?
     
  3. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    902
    9,096
    30
  4. Nanthakumar

    Nanthakumar MDL Novice

    Oct 14, 2017
    6
    1
    0
    Thank you;)
     
  5. shelevenspace

    shelevenspace MDL Novice

    Nov 15, 2016
    33
    18
    0
    Many thanks, this makes life much easier. Trying all these OS' on my desktop to find one that actually works with my software. This is the easiest tool I've used in a while.
     
  6. zwastik

    zwastik MDL Novice

    Dec 10, 2010
    10
    0
    0
    I see just a bunch of .txt files...what I am missing?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Zynchro

    Zynchro MDL Novice

    Mar 1, 2018
    12
    0
    0
    Hello.

    I am specifically looking for Windows 8.1 Update 1 (9600.17050.winblue_refresh.140317-1640 / IR3).
    I have tried the ESD links on page 1, comment 1, but they're all dead.

    Does anybody have alternative (alive) links?

    Thanks in advance.
     
  9. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    No
    only professionalwmc and coresinglelanguage links work

    you can use coresinglelanguage esd and upgrade to core or pro (if your language is supported)
     
  11. Zynchro

    Zynchro MDL Novice

    Mar 1, 2018
    12
    0
    0
    Thanks for the answer.

    If you don't mind me asking, how is the upgrade done? Through the OS itself, or through a converter script (offline image)?

    I currently have the Professional WMC version btw.
     
  12. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    #1092 hamdoullah, Feb 20, 2020
    Last edited: Feb 20, 2020
    you can do the upgrade in both ways, either online on the os or offline.
    if you choose to do it offline, you wil need to extract install.wim then use command lines to convert it to either home or pro assuming that you can upgrade directly from singlelanguage to pro.
    which edition do you want to upgrade from single language ? home or pro ?
     
  13. Zynchro

    Zynchro MDL Novice

    Mar 1, 2018
    12
    0
    0
    Single Language x64 to Pro x64, all in offline.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Do you have a legit key for Pro? If no, why not just install Pro-WMC?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Zynchro

    Zynchro MDL Novice

    Mar 1, 2018
    12
    0
    0
    I have one for Pro non-WMC.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Do you have CoreSingleLanguage ISO?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    #1097 hamdoullah, Feb 20, 2020
    Last edited: Feb 20, 2020
    i think i saw somewhere in the net a script which is capable of doing the mounting, conversion and unmounting automatically but i can't manage to find it.
    Or you can choose to do the steps manually but it will take some extra work.

    first you need to extract the install.wim from the iso, you can do that with PowerIso for example.

    Then you wil need to mount the iso by typing this command line in admin mode :

    Code:
    Dism /Mount-Image /ImageFile:X:\Install.wim /index:1 /MountDir:X:\mount 
    then you will need to convert the file install.wim from CoreSingleLanguage to Professional :

    Code:
    Dism /Image:X:\mount /Set-Edition:Professional
    then once the conversion has been done, you will have to unmount the image :

    Code:
    Dism /Unmount-Image /MountDir:X:\mount /commit 
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Zynchro

    Zynchro MDL Novice

    Mar 1, 2018
    12
    0
    0
    Thank you so much guys, I managed to convert it.
     
  20. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    glad to hear :)