Windows 10 ESD Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,018
    776
    180
    Why people like education version ? It has watermark like in beta version.
    Why they don't prefer enterprise instead ?
     
  2. 600415

    600415 MDL Member

    Aug 31, 2015
    191
    239
    10
    because they can have education legally?
     
  3. free1975yuly

    free1975yuly MDL Expert

    Aug 24, 2011
    1,826
    159
    60
    The same here:I am on fast ring;no updates
     
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,523
    1,607
    150
    #686 endbase, Sep 27, 2015
    Last edited: Sep 27, 2015

    It is an picture from twitter from microsoft insider don't get your hope up ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,947
    10,709
    210
    I don't think people realize how he gets this picture. Someone who works at MS sent it to him. It's just a picture. It's nothing worth getting excited over unless they push it to fast ring.
     
  6. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    506
    30
    nothing on fast ring
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. chris34

    chris34 MDL Member

    Oct 28, 2009
    188
    49
    10
    can you post the ESD link if it's still working?
     
  8. atplsx

    atplsx MDL Member

    May 11, 2009
    140
    86
    10
    please help how to delay expire date insider preview build 10074
     
  9. chris34

    chris34 MDL Member

    Oct 28, 2009
    188
    49
    10
    upgrade to a more recent build? Why in hell are you're still using a pre-RTM build.
     
  10. atplsx

    atplsx MDL Member

    May 11, 2009
    140
    86
    10
    i download latest esd easily
    show full name and sha 1
     
  11. chris34

    chris34 MDL Member

    Oct 28, 2009
    188
    49
    10
    #696 chris34, Oct 1, 2015
    Last edited: Oct 1, 2015
    What I meant is upgrading to the RMT 10240 build or a new Insider/beta build is the only valid solution to extend the time limit of your build 10074. Download the official RMT ESD.ISO in your language using the media creation tool on the Microsoft website or search for an insider build in the insider build threads on this forum. I'm sorry but you cannot extand the time limit for your expired very old build 10074.
     
  12. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    508
    10
    30
    #697 balubeto, Oct 18, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. chris34

    chris34 MDL Member

    Oct 28, 2009
    188
    49
    10
    That error code means the file is missing/cannot reach or find the file.

    BCDedit?
     
  14. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    508
    10
    30
    #699 balubeto, Oct 18, 2015
    Last edited by a moderator: Apr 20, 2017
    The two BCD are:

    Code:
    C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>bcdedit /store "C:\Users\Public\Documents\Create_ESDtoISO\Windows_files\boot\bcd"
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    flightsigning           Yes
    default                 {default}
    displayorder            {default}
    toolsdisplayorder       {memdiag}
    timeout                 30
    Windows Boot Loader
    -------------------
    identifier              {default}
    device                  ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path                    \windows\system32\boot\winload.exe
    description             Windows Setup
    locale                  en-US
    inherit                 {bootloadersettings}
    osdevice                ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot              \windows
    bootmenupolicy          Standard
    detecthal               Yes
    winpe                   Yes
    ems                     No
    
    C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>bcdedit /store "C:\Users\Public\Documents\Create_ESDtoISO\Windows_files\efi\microsoft\boot\bcd"
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    flightsigning           Yes
    default                 {default}
    displayorder            {default}
    toolsdisplayorder       {memdiag}
    timeout                 30
    Windows Boot Loader
    -------------------
    identifier              {default}
    device                  ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f}
    path                    \windows\system32\boot\winload.efi
    description             Windows Setup
    locale                  en-US
    inherit                 {bootloadersettings}
    isolatedcontext         Yes
    osdevice                ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f}
    systemroot              \windows
    bootmenupolicy          Standard
    detecthal               Yes
    winpe                   Yes
    ems                     No
    
    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. chris34

    chris34 MDL Member

    Oct 28, 2009
    188
    49
    10
    #700 chris34, Oct 18, 2015
    Last edited: Oct 18, 2015
    I don't think I understood what you want to do. You're trying to boot the ISO directly from the boot manager, or you're trying to make the ISO bootable with bcdedit?

    If it's to make the ISO bootable so you can boot from it to install windows, you need use the boot switch/es in the ISO creator utility you're using (cdimage or oscdimg). BCDedit is a partition/already installed OS boot utility. It's not meant to make ISO bootable. If you're lost making that ESD to ISO yourself manually, check the commands ESD to ISO scripts use as reference.