[DISCUSSION] Windows 10 Insider Preview Build 14291

Discussion in 'Windows 10' started by geircito, Mar 17, 2016.

Thread Status:
Not open for further replies.
  1. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150
    #41 endbase, Mar 18, 2016
    Last edited: Mar 18, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150
    #44 endbase, Mar 18, 2016
    Last edited: Mar 18, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Tabassum

    Tabassum MDL Member

    Jun 7, 2011
    236
    19
    10
    still same error

    ============================================================
    Running Decryption program...
    ============================================================

    ERROR: Cannot open input ESD image.

    Errors were reported during ESD decryption.

    Press any key to exit.
     
  5. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150

    Run as admin maybe :eek: and maybe a silly question do you put the esd file in the same folder as the decripter :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Tabassum

    Tabassum MDL Member

    Jun 7, 2011
    236
    19
    10
    ido no use :weep::weep:
     
  7. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,671
    1,708
    150

    Faulty download maybe you should redownload it I guess
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    I just tried it. No key needed. Use Chrome. Download through your browser.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Tabassum

    Tabassum MDL Member

    Jun 7, 2011
    236
    19
    10
    yes ur correct iam stop per sec after restart download agian may be getting error no problem iam going redownloading o_O
     
  10. tilltotell

    tilltotell MDL Novice

    Jan 17, 2010
    18
    4
    0
    Could somebody post Enterprise x64 en-us please ?
    thank you!
     
  11. Tabassum

    Tabassum MDL Member

    Jun 7, 2011
    236
    19
    10
    me too waiting :g:
     
  12. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,822
    5,608
    180
  13. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    #55 dhjohns, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
    You can make your own!
    Code:
    Before you do following mount ISO of PRO-CORE and copy install.wim to a different location.  Take ownership enable read/write privilidges.  Create MOUNT folder.
    
    1. Mount 1st image of PRO install.wim
    
    
    Code:
    dism /mount-image /ImageFile:F:\install.wim /Index:1 /MountDir:F:\MOUNT
    
    
    Code:
    C:\WINDOWS\system32>dism /mount-image /ImageFile:F:\install.wim /Index:1 /MountDir:F:\MOUNT
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10125.0
    
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    2. Set edition as Enterprise
    
    
    Code:
    dism /image:F:\MOUNT /set-edition:ENTERPRISE
    
    
    Code:
    C:\WINDOWS\system32>dism /image:E:\MOUNT /set-edition:Enterprise
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10125.0
    
    
    Image Version: 10.0.10125.0
    
    
    Starting to update components...
    Removing package Microsoft-Windows-ProfessionalWMCEdition~31bf3856ad364e35~x86~~10.0.10125.0
    Removing package Microsoft-Windows-ProfessionalWMCEdition~31bf3856ad364e35~x86~~10.0.10125.0
    Removing package Microsoft-Windows-ProfessionalWMCEdition~31bf3856ad364e35~x86~~10.0.10125.0
    Removing package Microsoft-Windows-ProfessionalWMCEdition~31bf3856ad364e35~x86~~10.0.10125.0
    [==========================100.0%==========================]
    
    
    Finished updating components.
    
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    
    The operation completed successfully.
    
    
    3. Set Enterprise product key
    
    
    Code:
    dism /image:F:\MOUNT /set-productkey:<Proper Key for Build or Leave Blank>
    
    
    4. Save/Unmount image
    
    
    Code:
    dism /unmount-image /mountdir:F:\MOUNT /commit
    
    
    5. Change Flags to Enterprise and Name/Description with imagex.exe
    
    
    Code:
    imagex /flags "Enterprise" /info F:\install.wim 1 "Windows 10 Enterprise Insider Preview" "Windows 10 Enterprise Insider Preview"
    
    
    6. Change display Name/Description with gimagex.exe (Open GImageX, and click Change)
    
    
    7. Rename install.wim as Enterprise.wim (in File Explorer) and export Enterprise.wim to a clean install.wim
    
    
    Code:
    ren F:\install.wim Enterprise.wim
    
    
    Code:
    dism /export-image /sourceimagefile:F:\Enterprise.wim /sourceindex:1 /destinationimagefile:F:\Install.wim /compress:max
    
    
    8. Replace ISO\sources\install.wim with this Enterprise install.wim
    
    
    9. Replace ISO\sources\pid.txt with one that has the Enterprise key.  If you do not have a key skip this step.
    
    
    Code:
    [PID] 
    value=<Proper Key for Build>
    
    
    10. save the ISO as a new file.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Installed (updated via WU) and first I realized, those wired Arrow's are gone!


    Now let see what else is changed and worked or not work! Also let see how EDGE will work now!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    Let's hope that they fixed the WiFi-Bug.

    :)
     
  16. Mas3ter

    Mas3ter MDL Junior Member

    Dec 15, 2014
    68
    4
    0
    #58 Mas3ter, Mar 18, 2016
    Last edited: Mar 18, 2016
    en-us Home x64 please :worthy:
     
  17. maxb2000

    maxb2000 MDL Member

    Aug 5, 2012
    219
    53
    10
    Hi,

    I have the latest release build 10586.164 and now I signed up for Insider Preview but I am not getting the latest build released yesterday. Any solution ?

    I verified the registry and it's fine. I am on fast ring.

    Can anyone please help me to figure this out ?

    Thank you very much !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...